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/
abstract: no
script  :~
  ### The following mproto was generated by medit
  ### If you edit this script, adhere to the stylistic
  ### conventions laid out by medit, or delete the top line
  
  ### keywords, short descs, room descs, and look descs
  me.keywords = ', '.join([me.keywords, "mysty, blonde, waitress"])
  me.name     = "Mysty"
  me.rdesc    = "A small, buxom blonde is here, serving the tavern patrons."
  me.desc     = me.desc + ' ' + "She's a rather petite woman - just over five feet.  She has long, curly blonde \r\nhair that hangs down past her shoulders.  Her low-cut, white cotton shirt \r\nreveals her cleavage - and quite a bit of cleavage at that!  She darts from \r\ntable to table, always carrying a tray of drinks with amazing balance and \r\ncontrol.  There is always a bounce to her step, and fire in her eyes.  She \r\nseems like she's quite the feisty one.\r\n"
  
  ### race and gender
  me.race     = "human"
  me.gender   = "female"
  
  ### character triggers
  me.attach("mysty_greet")
-