• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Does this leaks?

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