alleycat 28 Posted September 16, 2013 How to fire a trigger that depends on 3 others having been fired before? Share this post Link to post Share on other sites
kylania 568 Posted September 16, 2013 triggerActivated triggerName Share this post Link to post Share on other sites
alleycat 28 Posted September 17, 2013 thanks. I tried triggername = true all the time and I wondered why it fails all the time Share this post Link to post Share on other sites
zeufman 10 Posted September 17, 2013 Or you can use variable in the editor With on act field of trigger1, set example = true, so when it will be activated, it will send example1 = true Then in the second trigger, trigger2, set in act field example2, and set in condition example1, so it will be activated when trigger1 would activated. So in another trigger, you can set 3 condition or more : example and example2 and whatyouwant and ..... Share this post Link to post Share on other sites