musicmud-2.1.6/data/
musicmud-2.1.6/data/help/
musicmud-2.1.6/data/policy/
musicmud-2.1.6/data/wild/
musicmud-2.1.6/data/world/
musicmud-2.1.6/doc/
musicmud-2.1.6/src/ident/
musicmud-2.1.6/src/lua/
musicmud-2.1.6/src/lua/include/
musicmud-2.1.6/src/lua/src/lib/
musicmud-2.1.6/src/lua/src/lua/
musicmud-2.1.6/src/lua/src/luac/
@@@ basic object handling commands
@@I Basic Object Handling Commands

@@< 0
  $[inventory$]             ^$- list of stuff you are carrying
  $[equipment$]             ^$- list of stuff you are using

  $[examine$] obj           ^$- examines obj

  $[get$] obj               ^$- if an object is on the floor, and is takeable, get it.
  $[drop$] obj              ^$- drop object onto the floor. may smash it if fragile.
  $[put$] obj on floor      ^$- carefully put an object on the floor.

  $[get$] obj from cont     ^$- get object from a container
  $[put$] obj in cont       ^$- put an object in a container
  $[empty$] cont            ^$- puts everything from container on floor.

  $[eat$]/$[drink$]/$[taste$]       ^$- eats or drinks an object
  $[fill$] obj from obj2    ^$- fills a container from another

  $[open$]/$[close$] obj        ^$- opens/closes object
  $[lock$]/$[unlock$] obj       ^$- locks/unlocks object

  $[give$] obj to mob       ^$- gives an object to someone

  $[wear$]/$[remove$] obj       ^$- wears/remove object
  $[wield$]/$[lower$] obj       ^$- wields/lowers object
  $[mount$]/$[dismount$] obj    ^$- mounts/dismounts object

  $[tie$]/$[untie$]             ^$- tie/unties two objects
  $[push$]/$[move$]/$[press$]/$[shove$] ^$- tries to move an object 
  $[throw$]                 ^$- throws an object
  $[kick$]/$[smash$]/$[cut$]        ^$- various violence
  $[swing$]/$[turn$]/$[sign$]/$[clean$] ^$- misc verbs
  $[inject$]                ^$- injects a syringe into yourself
  $[value$]/$[size$] obj        ^$- info about an object
@@>