- Joined
- Apr 8, 2017
- Messages
- 1,546
Actions
--------Set Group = (Units in (Playable map area))
--------Unit group - Pick every unit in Group and do (Actions)
--------Then: Actions
----------------Set TempLocation = (Position of (Picked unit))
----------------Unit - Create 1 Dummy for RED PLAYER at TempLocation facing 0.00 degrees
----------------Custom script: call RemoveLocation(udg_TempLocation)
--------Custom script: call DestroyGroup(udg_Group)
--------Set Group = (Units in (Playable map area))
--------Unit group - Pick every unit in Group and do (Actions)
--------Then: Actions
----------------Set TempLocation = (Position of (Picked unit))
----------------Unit - Create 1 Dummy for RED PLAYER at TempLocation facing 0.00 degrees
----------------Custom script: call RemoveLocation(udg_TempLocation)
--------Custom script: call DestroyGroup(udg_Group)