How to have a trigger stay open until it catches a phrase

Post Reply
Filion
Posts: 93
Joined: Sat Mar 26, 2011 4:21 pm

How to have a trigger stay open until it catches a phrase

Post by Filion »

I want to have a trigger to stay open, till I catch something else that makes it finish. How can I do that?

User avatar
demonnic
Posts: 886
Joined: Sat Dec 05, 2009 3:19 pm

Re: How to have a trigger stay open until it catches a phras

Post by demonnic »

If the trigger is named "Bob" then when you want the trigger to begin firing, you would use enableTrigger("Bob"). Then when the other trigger fires, you would have it do disableTrigger("Bob").

Post Reply