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

[Trigger] [Fast Question] Does this leak?

Status
Not open for further replies.
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)
 
Status
Not open for further replies.
Top