Arma3 - Move all enemy units to a set position: Difference between revisions

From ScottWiki
Jump to navigation Jump to search
m (1 revision imported)
(No difference)

Revision as of 19:57, 21 January 2019

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