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

[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