• 🏆 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] Loop question

Status
Not open for further replies.
Level 5
Joined
Jul 17, 2006
Messages
145
When creating a loop with
  • Unit Group - Pick every unit within (entire map) and do actions:
    • Actions
does the trigger wait for the loop to finish before moving on to the next trigger, or does it work like a timer?
(in other words, can i set a global var in this loop and then set it to something else later on in the trigger :p)
 
Level 6
Joined
Mar 2, 2006
Messages
306
your globals are safe if you don't wait (other triggers will be executed during the waits), call your own functions or execute triggers. no worries, since you must not wait during pick-loops and should not (you can, if you know what you're doing) execute other triggers during pick loops....
 
Status
Not open for further replies.
Top