kinismo 0 Posted July 12, 2007 How can i make trigger activate when other trigger is activated? Share this post Link to post Share on other sites
zaphod 0 Posted July 12, 2007 you need an additional global variable "yourvarname=false;" as condition for the other triggers ... so activated by (this), a trigger set this variable true, as all triggers are waiting for (this or yourvarname) ... as the others where activated by (yourvarname) they can put the global yourvarname to false again to keep triggers hot. hope this helps ... untested. Share this post Link to post Share on other sites
kinismo 0 Posted July 13, 2007 Thanks. And another question: How to make trigger activate when some objective has been done? Share this post Link to post Share on other sites