• 🏆 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!

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