• 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.

Is this trigger leak proof?

Status
Not open for further replies.
Level 7
Joined
Dec 4, 2009
Messages
175
Can some one please tell me if this is leak proof. If so, can you tell me how to fix it. Thank You.

-Event
Map initialization
Conditions
-Actions
Unit Group - Pick every unit in (Units in Play_Area owned by Neutral Hostile) and do (Actions)
-Loop-Actions
Set Temp_Integer = (Temp_Integer + 1)
Unit - Set the custom value of (Picked unit) to Temp_Integer
Set Creep_Point[Temp_Integer] = (Position of (Picked unit))

Custom script: call RemoveLocation (udg_Play_Area)
 
Status
Not open for further replies.
Top