All triggers suddenly disabled?

Posted by Anniko on Mon 04 Nov 2002 08:15 PM — 4 posts, 15,102 views.

#0
Hey there. This is my first posting here, and I'm somewhat of a novice at MUSHclient/VBscript, so don't laugh at me. ;) Here's my question: I made a bit of code that enables a trigger, fires it, then disables it again. I have to do it this way because there are many triggers that get fired by the same text.

Anyhow, I was working on my programming when all of a sudden the triggers just stopped working all together, just as if I had disabled all of them. However, they were checked off as enabled, except the ones I had actually disabled myself. If anyone could tell me why this happened, it would be much appreciated. Thanks!
~anniko~
#1
I figured out WHY but now I need to know HOW to fix it. :P It was because I had two triggers in the list that started similarily:
((You see *.)
and
(*

I need both of them because (* seperates the spoken words into a log so I can go back and read what was spoken without having to pick through the gibberish (it's a bot for a graphical MUD). I thought I could consolodate them into one trigger, then seperate them in the script, but then I'd lose the wildcard in the "You see" one.
~anniko~
Australia Forum Administrator #2
Check "keep evaluating" on both of them, and they will both be processed.
#3
Thanks much! :D
~anniko~