nakedmud-mod/
nakedmud-mod/html/tutorials/
nakedmud-mod/html/tutorials/building_extras/
nakedmud-mod/html/tutorials/c/
nakedmud-mod/html/tutorials/reference/
nakedmud-mod/html/tutorials/scripting/
nakedmud-mod/html/tutorials/scripting_extras/
nakedmud-mod/lib/
nakedmud-mod/lib/help/A/
nakedmud-mod/lib/help/B/
nakedmud-mod/lib/help/C/
nakedmud-mod/lib/help/D/
nakedmud-mod/lib/help/G/
nakedmud-mod/lib/help/H/
nakedmud-mod/lib/help/J/
nakedmud-mod/lib/help/L/
nakedmud-mod/lib/help/M/
nakedmud-mod/lib/help/O/
nakedmud-mod/lib/help/P/
nakedmud-mod/lib/help/R/
nakedmud-mod/lib/help/S/
nakedmud-mod/lib/help/W/
nakedmud-mod/lib/logs/
nakedmud-mod/lib/misc/
nakedmud-mod/lib/players/
nakedmud-mod/lib/pymodules/polc/
nakedmud-mod/lib/txt/
nakedmud-mod/lib/world/
nakedmud-mod/lib/world/zones/examples/
nakedmud-mod/lib/world/zones/examples/mproto/
nakedmud-mod/lib/world/zones/examples/oproto/
nakedmud-mod/lib/world/zones/examples/reset/
nakedmud-mod/lib/world/zones/examples/rproto/
nakedmud-mod/lib/world/zones/examples/trigger/
nakedmud-mod/lib/world/zones/limbo/
nakedmud-mod/lib/world/zones/limbo/room/
nakedmud-mod/lib/world/zones/limbo/rproto/
nakedmud-mod/src/alias/
nakedmud-mod/src/dyn_vars/
nakedmud-mod/src/editor/
nakedmud-mod/src/example_module/
nakedmud-mod/src/help2/
nakedmud-mod/src/set_val/
nakedmud-mod/src/socials/
nakedmud-mod/src/time/
keywords  : soclink, socunlink
info      :~
  There are 9 fields assocciated with social editing; two are for messages when
  the social has no target. Two are for messages when the target is the character
  performing the social. Three are for situations when a target other than the
  character is provided for the social. The remaining two are the minimum and
  maximum positions the socials can be used from. If a social is not to have a
  target, the "target" fields can be left blank. Likewise, if the social is never
  to have the character as a target, the assocciated fields can be left blank.
  When trying to reference character information, the following symbols can be
  used:
  
    $n character name
    $N target name
    $e character he/she
    $E target he/she
    $m character him/her
    $M target him/her
    $s character his/hers
    $S target his/hers
  
  To see examples of how to write socials, check some of the pre-existing ones.
  To generate a list of all socials, type "socials".
  
  If you would like more than one command to trigger the same social, you can
  link a new command to a pre-existing social. Likewise, if you would like to
  disable a social command, that is possible too.
  
  Commands:
    soclink [new command] [old command]
    socunlink [command]
    socedit [social]
    socials
user_group: builder
-