|
Kiddis Newbie
Joined: 01 Mar 2003 Posts: 7 Location: Russia
|
Posted: Sat Mar 01, 2003 7:50 pm
Triggers executing order |
Hello all!
I wonder is there any possibility to set the order in which several triggers on the same string will execute?
The situation arises from the following: I'm mostly playing "localized" cyrillic MUDs. zMUD has problems with the last letter of the cyrillic alphabet, thus all the MUDs in Russia send "z" instead of that letter.
I have a trigger that #sub's the "z" by the needed letter. And I want all other triggers work on the updated string. In zMUD 6.15 the was absolutely no problems with that. However in 6.40 the logic is not obvious. Sometimes it works sometimes it is not.
So is there a way to 'tell' zMUD first to #sub the letter and then check all other triggers on the updated line?
Tanks in advance and sorry for the vague explanation of the problem |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Sat Mar 01, 2003 8:07 pm |
Check the trigger priority of it.
If you select only triggers (Trigger button) then
view all classes (Classes drop down choice) then
View->Sort By->None
You'll get the order with which the triggers are checked.
You can drag and drop your z #SUB trigger upwards (faster) or highlight
that trigger and click on the Up button to put it higher.
Ton Diening |
|
|
|
Kiddis Newbie
Joined: 01 Mar 2003 Posts: 7 Location: Russia
|
Posted: Sun Mar 02, 2003 12:52 am |
Yeah, that solved the problem.
Thanks again |
|
|
|
|
|