|
Reygar Novice
Joined: 22 Aug 2004 Posts: 32
|
Posted: Thu Jun 08, 2006 5:56 am
Simple questions |
I have a scripting question...I have door trigger that fires on the word "open" and I need it to only fire when open is a command that is entered, not a description in the mud.....Sometimes the command comes after my prompt and sometimes on a new line...is there a way to do this?
fix me:
#TRIGGER {open (%w)}
Thanks
-R |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Thu Jun 08, 2006 6:06 am |
#ALIAS open {~open %1}
Edit: I guess that isn't what you want. Can you provide examples of the output that you want to trigger on? It would also help if you surrounded the paste with [Code ] tags. |
|
|
|
|
|