Page 1 of 1

Fleeing the Right Way (tm) Lilithelle (zMUD)

Posted: Sat Dec 17, 2022 7:05 pm
by Gormal
Once you start using this, you'll wonder how you played without it.


Code: Select all

#ALIAS f {
  flee
  #if (%len( %1)=0) {#abort 1}
  #temp {^You flee (?)%w!} {#if (%1 <> %%1) {
      #exec %subchar( %%1, "densuw", "uwsnde")
      %-1
      } {%-2}}
  }
#ALIAS fb {
  #temp {^You flee (?)%w!} {#exec %subchar( %%1, "densuw", "uwsnde")}
  flee
  }