Troubles with Triggers

Posted by Sunder on Tue 11 Mar 2003 02:46 AM — 5 posts, 18,113 views.

#0
Im useing an unregistered version of Mush, and i want to know are triggers a registration feature, since what ever i try nothing is making my triggers work.
USA #1
Mushclient is not damage-ware (demo-ware with some features missing). All its features work even in the unregistered version. Your best option is to post what you are trying to do here, along with an example of the mud output you are trying to match, so we can see what you may have made a mistake on.
#2
i want a trigger so that i pick up my blade and wield it when disarmed. this is the what the mud sends me when i get disarmed:

DISARMS you and sends your weapon flying!

theres, the mod name before this, but thats allways different. so wouldnt trigger anything.

this is what i put in as to what i want sent to the mud when the trigger is activated:

Get blade ; Hold blade

the ; i use for command stacking. I dont touch anything else except sequence, since i dont know what they do. In sequence i put a 1. hope this helps.
Russia #3
Use this for a trigger:

* DISARMS you and sends your weapon flying!


An '*' is a wildcard that'll match on anything at all.

In the 'Send' field put your commands on two separate lines:


Get blade
Hold blade


You don't really need to tamper with sequence in most cases, but if you don't have multiple triggers that are supposed to match on a same line one after another, tampering with that won't create any problems (though doesn't make much sense either).



#4
thx much for help, cleard it up nicely *L*.