Jump to content
Sign in to follow this  
shammy2010

Having a trigger go off when other triggers go off

Recommended Posts

Hey guys

I got this trigger but I want it to go off only when some specific triggers go off. So for example I want the objective to be marked as done when trigger 1 and trigger 2 goes off but i dont know what to put in the condition line. I put lines like

trigger1 && trigger2 - In condition

but it doesn't seem to work.

I know I've seen that somewhere but it's not working right now. What can I do?

Share this post


Link to post
Share on other sites

Also in the Onact field of the first trigger you can put like trig1 = true and then in the condition field of the second trigger you put trig1 and then only after that first trigger is activated and sets trig1 to true, the second trigger will fire off.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×