Hi, colud someone help me w/ this situation plz:
I'm developing a Multiplayer COOP mission and during that mission the Squad (after killing all east soldiers) is given the choice to stay in that area for the night (and continue after the night has passed) or to leave the area in 2 minutes to continue with the actual time...
a) I have a trigger in that area that "triggers" when East is NOT present and on the "on Activation" field I have written "Choice = TRUE";
b) I then created a 2nd trigger w/ "Choice" in the condition field and ACTIVATED by West w/ TIMEOUT = 120 secs.
This was done with the intension to the 2nd trigger only be activated if "Choice was true and WEST was present for ALL the 120secs.
However it seams that the 2nd trigger TRIGGERS no matter if WEST is there or not...I' tried leaving the area in less than 120secs but it allways triggers...
Am I doing something wrong??? :-\
Thanks in advance.