Page 1 of 1

[ANSWERED]Question on Triggers

Posted: Sun Mar 20, 2016 9:03 pm
by Viper81
Hello,

This has probably been asked before, but I'm newer to the forums and didn't find an answer elsewhere. Do triggers work as an "and" tool or "or"? What I mean is that if I have two triggers assigned to an event, will one trigger firing activate the event or will both need to fire? If they work as "or", is there a way to make both triggers required to fire an event?

Thanks

RE: Question on Triggers

Posted: Mon Mar 21, 2016 12:56 pm
by Yokes
The triggers are "or". There currently is no way to make them act as "and".

RE: Question on Triggers

Posted: Mon Mar 21, 2016 5:28 pm
by Tomcat84
ORIGINAL: Viper81
If they work as "or", is there a way to make both triggers required to fire an event?

It's a bit complex but you could make two separate events, one for each trigger, and as action for these two events they each add a point to the score of a non player side.

Then you make a third event that has the actual action for which you want the AND situation, and then for that one as trigger you set the score of the non player side to reach 2. Does that make sense?

RE: Question on Triggers

Posted: Mon Mar 21, 2016 8:03 pm
by Viper81
ORIGINAL: Tomcat84

ORIGINAL: Viper81
If they work as "or", is there a way to make both triggers required to fire an event?

It's a bit complex but you could make two separate events, one for each trigger, and as action for these two events they each add a point to the score of a non player side.

Then you make a third event that has the actual action for which you want the AND situation, and then for that one as trigger you set the score of the non player side to reach 2. Does that make sense?
That does make sense, and I think that will work for what I want to do. Thanks!