Converting from Zmud to Mush And I can't code in Mush at all so heellllp

Posted by Deladan on Sun 07 Mar 2010 07:36 PM — 2 posts, 11,575 views.

#0
#CLASS {Deladan Stuff|Attacking|DSB}
#ALIAS dsbqueue {
#IF (@disembowel=1 & @balance=1 & @equilibrium=1)
disembowel
disembowel=0
}
#REGEX {^With a vicious snarl you carve a merciless swathe through the steaming guts of} {disembowel=0}
#REGEX {^You have no victim impaled to be able to perform a disembowelment} {disembowel=0}
#REGEX {^Blood bubbles and froths from (\w+)'s mouth as (?:she|he) gasps (?:his|her) last breath and slides off the} {disembowel=0}
#REGEX {^With a snarl of contempt, you allow (\w+) to slide free of your weapon} {disembowel=0}
#REGEX {^You have slain (.+)} {disembowel=0}
#REGEX {^You draw your blade back and plunge it deep into the body of} {
disembowel=1
Balance=0
}
#CLASS 0

This goes with it too

^You have recovered balance on all limbs\.$ balance=1 #sub {%ansi( 15)~ +[%ansi( 14)Commence the Beating%ansi( 15)~]+} #if (@disembowel=1 and @balance=1 and @equilibrium=1) {Disembowel}



^You have recovered equilibrium\.$ equilibrium=1 #sub {%ansi( 15)~ +[%ansi( 13) Commence the Beating%ansi( 15) ~]+}
Australia Forum Administrator #1
Try searching (this forum) for "zmud convert #alias".

There are a few posts about doing that.