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

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

Latest revision as of 17:12, 15 December 2022

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