Fleeing the Right Way (tm) Lilithelle (zMUD)

MUD Client Links and Help
Post Reply
User avatar
Gormal
Commander
Posts: 612
Joined: Mon Feb 01, 2021 3:49 pm

Fleeing the Right Way (tm) Lilithelle (zMUD)

Post 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
  }
Post Reply