Arma3 - Move all enemy units to a set position

From ScottWiki
Jump to navigation Jump to search

hint "Fired"; {if (side _x == opfor) then { _x doMove getMarkerPos "marker_0"};} forEach allUnits;