|
LordKhisanth Newbie
Joined: 22 Aug 2003 Posts: 2 Location: USA
|
Posted: Fri Aug 22, 2003 4:50 am
Help with a Trigger Script |
im trying to make a script that whenever the mud sends something like "player as coiled their body into the dragon fighting stance" it will make that entire line blink, but i suck at scripting
any help would be appriciated
Thank you |
|
|
|
quirk Novice
Joined: 16 Aug 2003 Posts: 31 Location: USA
|
Posted: Fri Aug 22, 2003 5:27 am |
Well I am new to this too but have had alot of help from people here so time to help some myself. I did some looking around and found this out. This is just a start but figured it might help out some
For what I looked at to get this click on search in zmud go to find and type flash its the only one that comes up and it has a little info about colors and what you can do with them.
This will make the selected text as trigger blink red.
You can change the red to whatever color and the trigger to whatever you want to trigger it
You can also put variable for player or whatever text before
here some examples
#TRIGGER {player has coiled into the dragon stance} {#CW blink,red}
#TRIGGER {%1 has coiled into the dragon stance} {#CW blink,blue} |
|
|
|
LordKhisanth Newbie
Joined: 22 Aug 2003 Posts: 2 Location: USA
|
Posted: Fri Aug 22, 2003 2:35 pm |
Oh cool, that works :) thank you very much
|
|
|
|
|
|