• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

Does "Pick Every Unit in Range" leaks three times?

Level 6
Joined
Apr 15, 2016
Messages
118
Because you first have the creation of a Group, which leaks, and then you have something like "Units within 1000 of SomePoint" which SomePoint is also a Location that should be a variable to remove later using custom script. However, my question is, is this "1000 of SomePoint" also a Location Leak that should be a variable?



lik.png
 
Level 23
Joined
Dec 4, 2007
Messages
1,563
You leak 2 times, a) unit group within b) location.
 
Level 45
Joined
Feb 27, 2007
Messages
5,578
The first thing you boxed in your image is just the category that the trigger action belongs to and has nothing to do with generating any objects. The group is created from all units with 700 of the point that match the conditions of the filter, which is the group you don't want to leak. There is no second group.
 
Top