condition help

ZachQuint

New Member
Reaction score
0
is there a condition that only allows the action to be done if all of my events are complete?

Zombie attack survivor 1
Events
Destructible - Elven Gate (Horizontal) 0001 <gen> dies
Unit - A unit enters spawn 2 room 1 <gen>
(both of these should be complete before moving to action)

Conditions

(Thingy im looking for goes here)
Actions
Unit - Order (Entering unit) to Attack survivor
 

Ryushi

"I will stand, or I will fall. I will not sit."
Reaction score
59
You can do this by using Boolean variables to check whether a trigger has been run already. Create two Boolean variables, and set them to be false initially. Then do something like this:
Trigger:
  • Trigger 1
    • Events
      • Your First Event
    • Conditions
    • Actions
      • Set Boolean_1 = True
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Boolean_2 Equal to True
        • Then - Actions
          • Your Actions
        • Else - Actions

Trigger:
  • Trigger 2
    • Events
      • Your Second Event
    • Conditions
    • Actions
      • Set Boolean_2 = True
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Boolean_1 Equal to True
        • Then - Actions
          • Your Actions
        • Else - Actions
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top