Creating Two of the same triggers for different purposes

Posted by Morgoth on Wed 14 May 2003 12:15 PM — 2 posts, 11,634 views.

Israel #0
OK. here's my problem.
In the mud there's an attack that gives me two afflctions.
What I'v made is the same trigger twice just labeled differently, (in my system I have to label the trigger and it cures it accordingly). so it cures both. But it only responds to one of the triggers. What am i doing wrong?
Russia #1
You need to 'sequence' the triggers so that one of them matches first and then the other one matches.

To do that simple choose one of the triggers and set its Sequence number to 1 less than that of the other trigger (if trigger2 has the sequence of 100, then trigger1 should have the sequence of 99). Then check 'Keep evaluating' option for the trigger which has the lesser sequence number. That way your trigger1 (sequence of 99) will match on the line, but it won't prevent the rest of the triggers to match on it, thus allowing trigger2 (sequence of 100) to match.