Arma 3 script samples for creating a scripted mission.

This simple script sample will spawn 3 enemy groups around a central point in safe places. Fixed version, I accidentally posted the wrong code, this will work fine. I tested this in a mission and it works now. _Center = _randPos2; _Circle1 = [_Center, 150, 150, 0, 0, 20, 0] call BIS_fnc_findSafePos; _Circle2 = [_Center, … Read more