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

[Solved] Checking all conditions before executing actions

Status
Not open for further replies.
Level 9
Joined
Dec 31, 2016
Messages
320
I have this trigger
  • Test trigger
    • Events
    • Conditions
    • Actions
      • For each (Integer A) from 1 to NRegion, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • TGB[(Integer A)] Equal to True
            • Then - Actions
              • Game - Display to (All players) for 999.00 seconds the text: 1
              • Trigger - Run Tree Gen Finish <gen> (checking conditions)
            • Else - Actions
What I need to do is to check all "TGB" conditions before executing the actions. In this trigger if one "TGB" is true then immediatelly actions are executed, obviously. I don't know how to do that. Any help?
 
Status
Not open for further replies.
Top