zMUD Health Status Script

For technical issues & scripting. Dump it all here!
Post Reply
Robby
Posts: 73
Joined: Fri Apr 02, 2010 7:44 am

zMUD Health Status Script

Post by Robby »

#CLASS {Health Status}
#TRIGGER {^%1 has some big nasty wounds and scratches.} {#SUBSTITUTE {%1 has some big nasty wounds and scratches. (Battered)}}
#TRIGGER {^%1 has quite a few wounds.} {#sub {%1 has quite a few wounds. (Wounded)}}
#TRIGGER {^%1 looks pretty hurt.} {#sub {%1 looks pretty hurt. (Beaten)}}
#TRIGGER {^%1 is in awful condition.} {#sub {%1 is in awful condition. (Critical)}}
#TRIGGER {^%1 has a few scratches.} {#sub {%1 has a few scratches. (Scratched)}}
#TRIGGER {^%1 is in excellent condition.} {#sub {%1 is in excellent condition. (Healthy)}}
#TRIGGER {^%1 has some small wounds and bruises.} {#sub {%1 has some small wounds and bruises. (Hurt)}}
#CLASS 0

Basically all this script does is add (Healthy) or (Critical) after a line when you diagnose or look at someone to tell you their exact HP bracket. Pretty simple stuff. Mail me if you have any questions.
Post Reply