Hey folks,   been scratching my head about this. I got a function called GOM_fnc_Init.sqf, defined as a function in my function library: GOM_var_test = "test"; Now when I call it from init.sqf either in MP or SP the variable is defined and all is in working order. If I remove the function call from init.sqf and try to use the additional parameters like preInit, postInit, preStart to automatically call the function (in description.ext CfgFunctions), the variable stays undefined, no matter what.   Is there any way to define variables in functions called with the preInit, postInit or preStart parameters? Looks like it would be a good way to run CPU intensive tasks before the mission start, just can't get it to work (running Apex Sneak Preview).   Cheers