|
hukster Newbie
Joined: 06 Jan 2003 Posts: 4 Location: USA
|
Posted: Mon Jan 06, 2003 10:39 pm
Need some help with a trigger please |
Hi,
Just bought zmud and would like to see if it can help me with some triggers.
Pattern is: Your eyes tingle with an evil sense.
I want zmud to display: GAZE is BACK
But i need it not to be link to any commands to the mud. Other wise it will diplay an error.
I am asking this because i play on Artic mud and i can do the gt GAZE is BACK but i dont to spam.
Thanks |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Mon Jan 06, 2003 11:08 pm |
Sounds like you want to highlight that event so you see it happen.
Using a trigger for the mud output:
Your eyes tingle with an evil sense.
We can display something and even colorize it if desired:
#TRIGGER {Your eyes tingle with an evil sense.} {#COLOR 30;#ECHO GAZE is BACK}
That can be entered in the command line to add it to your scripts. #COLOR 30 makes it show up as yellow on a blue background and the #ECHO shows only you that message.
Ton Diening |
|
|
|
hukster Newbie
Joined: 06 Jan 2003 Posts: 4 Location: USA
|
Posted: Tue Jan 07, 2003 12:28 am |
Yes! Yes! This is exactly what i am looking for. Thank you very much.
|
|
|
|
|
|