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/
@@I Actions Parser Codes

  act(src, "format string", dst, prop)

^/^-^-^-^-^-^!^-^-^-^-^-^!^-^-^-^-^-^-^-^-^-^!^-^-^-^-^-^-^-^-^-^!^-^-^-^-^-^-^-^-^-^-^-^-^!^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^\
^| src ^| dst ^| male    ^| female  ^| plural     ^| second              ^|
^>^-^-^-^-^-^+^-^-^-^-^-^+^-^-^-^-^-^-^-^-^-^+^-^-^-^-^-^-^-^-^-^+^-^-^-^-^-^-^-^-^-^-^-^-^+^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^<
^| %1  ^| %a  ^| [name]  ^| [name]  ^| [name]     ^| you                 ^|
^| %2  ^| %b  ^| he      ^| she     ^| they       ^| you                 ^|
^| %3  ^| %c  ^| him     ^| her     ^| them       ^| you                 ^|
^| %4  ^| %d  ^| his     ^| her     ^| their      ^| your                ^|
^| %5  ^| %e  ^| his     ^| hers    ^| theirs     ^| yours               ^|
^| %6  ^| %f  ^| himself ^| herself ^| themselves ^| yourself/yourselves ^|
^| %7  ^| %g  ^| man     ^| woman   ^| people     ^| person/people       ^|
^[^-^-^-^-^-^~^-^-^-^-^-^~^-^-^-^-^-^-^-^-^-^~^-^-^-^-^-^-^-^-^-^~^-^-^-^-^-^-^-^-^-^-^-^-^~^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^]
  
^WOthers^n

   %w   the short name of the prop
   %W   ^Zname of the prop, modified for possession - "his prop", "your prop", "Orange's prop"

   %s   text string (only for real actions)

   %1's %a's match to "your" if %1/%a is you.

   %[blahs/blah] "blah" if %1 is gramatically plural (e.g. FL_PLURAL, or 'You')
                 "blahs" if gramatically singular

   %<blahs/blah> same for %a.

   To capitalise a code, use '#' after the %. For example, %#2 is He/She.

   To force a code to return the 3rd person version only, use '|' after the %. For example, %|1 will show the sender and observers the sender's name. This also works with %|[/] and %|</> codes.