Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sun Sep 08, 2002 6:20 pm |
You can use the status window for this:
#ALARM {*5} {health all}
#TRIGGER {({You are physically feeling very well and mentally in full vigour.|Some other message|Yet another message})} {#STW {%1}}
There are a couple of things to note with this. First, as you may see, the trigger need to have all of the possible response messages from the "health all" command. Second, zMUD will send "health all" every five seconds and you will see the results of this command every five seconds. The best you can do is #GAG it so you won't see it, but you still get the lag from issuing the command every five seconds. There is no way around that last issue.
Kjata |
|