- You won't be able to use your gun without a finishMissionInit in your mission.sqf. [1]
Or if you push "F".
- initAmbientLife creates all those insects and seagulls.
I can still hear the ambient noise however?
It'd be nice if BIS gave examples of all the capabilities of this game, and what exactly is run on Mission.sqm.
My findings:
setPlayable eunit1;
setPlayable eunit2;
setPlayable wunit1;
Allowed the player to use the units, otherwise he would have a blank screen.
activateAddons ["CaCharacters"]
Was needed to stop the error appearing.