Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlePaste below into the mud
alias a alias
brief score
brief walk
switch spell_damage on
options set game info digits = brief
cols 79
cols off
rows 200
rows off
term off
term ansi
inform all
monitor on
gmcp on

a t tell
a b bury
a gc get coins from corpses
a gcb get coins from corpses;bury
a ni nickname
a tar nickname ta
a k kill
a lb look backpack
a gb get $*$ from backpack
a pb put $*$ in backpack
a pa party attack $arg:ta$
a pc party channel

...