Arma3 - Move all enemy units to a set position

From ScottWiki
Revision as of 17:12, 15 December 2022 by Wikiadmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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