• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

Move unit to Region <gen> leaks?

Status
Not open for further replies.
Level 7
Joined
Jul 18, 2009
Messages
272
If you send a Unit to "center of region x" or "random point in region x", you use a point, which leaks.
 
Level 11
Joined
May 31, 2008
Messages
698
set TempLoc = (Point(xxxx, xxxx))
custom script: call RemoveLocation(udg_TempLoc)

Any time you use a point it will leak unless you do that.
Using a point includes anything with the action Create units at location or Move unit to location along with many more. It doesnt matter if you use coordinates or if you use the center of the region, it is still a location.
 
Status
Not open for further replies.
Top