Does this leaks?

Status
Not open for further replies.
Level 23
Joined
Apr 8, 2017
Messages
1,623
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)
 
Status
Not open for further replies.
Back
Top