Arma3 - Move all enemy units to a set position

From ScottWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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