[Trigger] [Fast Question] Does this leak?

Level 9
Joined
Jul 24, 2007
Messages
308
does it leak 2 locations or it doesnt leak..
  • For each (Integer A) from 1 to 3, do (Actions)
    • Loop - Actions
      • Set POINTTEST = (Random point in (Playable map area))
      • Unit - Create 1 Knight for Neutral Hostile at POINTTEST facing Default building facing degrees
      • Unit - Create 1 Weak Gunner for Neutral Hostile at POINTTEST facing Default building facing degrees
      • Custom script: call RemoveLocation(udg_POINTTEST)
 
Top