Need solution for this trigger problem.

Sp3tZn4z

Cool Member
Reaction score
2
The problem is in the picture, the problem I have is that the actions start whenever one of the four players has 0.00 food, when it should start when ALL four of the players have 0.00 food. Can anyone help me? A workaround or something would be good.
how.bmp
 

Mandrilx

New Member
Reaction score
9
you have to add conditions to check if all 4 players have 0 food.

Conditions -
((Player 9) food used) Equal to 0
((Player 10) food used) Equal to 0
((Player 11) food used) Equal to 0
((Player 12) food used) Equal to 0


Should be under Integer Comparison, Player property.
 

Dameon

"All the power in the world resides in the eyes"
Reaction score
127
you will need to add in conditions checking the players food, any event being meet will trigger the trigger. Which is why we have the conditions to use. Just put in a condition for each players food value.
 
1

1RingToRule

Guest
You need to put them into conditions, like you can keep the triggering events you have and then add:

Code:
Conditions
    And - All (Conditions) are true
        Conditions
            (Player 9 (Gray) Food used) Equal to 0
            (Player 10 (Light Blue) Food used) Equal to 0
            (Player 11 (Dark Green) Food used) Equal to 0
            (Player 12 (Brown) Food used) Equal to 0

As for adding the elapsed time as a condition I might do this:

Code:
Melee Initialization
    Events
        Time - Elapsed game time is 10.00 seconds
    Conditions
    Actions
        Trigger - Turn on (Insert Trigger Name)

And simply activate the trigger after 10 seconds. (if that's what you want)



Hope that helped,

-1RingToRule
 

Dameon

"All the power in the world resides in the eyes"
Reaction score
127
there is no real reason to use the and all conitions are true condition cause all the conditions you enter will need to be meet by default unless you use the or any condition action.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top