relrepc Newbie
Joined: 16 Aug 2004 Posts: 1
|
Posted: Mon Aug 16, 2004 3:46 am
Newbie Dragonrealms Script Question |
Hey Everyone -
Just getting started with zMud and have spit out my first script. I'm wondering if there's a way of streamlining it or making it more efficient. Thanks!
Code: |
#CLASS PERCEP
#REGEX {(~% learning|~% clear|~% thoughtful|~% pondering|~% concentrating|~% muddled|~% very muddled|~% perplex|~% bewild|~% dazed)} {juggle my gerbil}
#TRIGGER {~% mind} {\ss}
#TRIGGER {* &RT seconds} {#ALARM +@RT {exp perception}}
#TRIGGER {But you're not holding} {get my gerbil; juggle my gerbil}
#CLASS 0
#ALIAS \scriptPercep {#CLASS PERCEP 1; exp perception}
#ALIAS \ss {put my gerbil in my cloak; #ECHO {***Done***}; #T- PERCEP}
|
|
|