nakedmudv3.3/
nakedmudv3.3/lib/
nakedmudv3.3/lib/logs/
nakedmudv3.3/lib/misc/
nakedmudv3.3/lib/players/
nakedmudv3.3/lib/txt/
nakedmudv3.3/lib/world/
nakedmudv3.3/lib/world/examples/
nakedmudv3.3/lib/world/examples/mproto/
nakedmudv3.3/lib/world/examples/oproto/
nakedmudv3.3/lib/world/examples/reset/
nakedmudv3.3/lib/world/examples/rproto/
nakedmudv3.3/lib/world/examples/trigger/
nakedmudv3.3/lib/world/limbo/
nakedmudv3.3/lib/world/limbo/room/
nakedmudv3.3/lib/world/limbo/rproto/
nakedmudv3.3/src/alias/
nakedmudv3.3/src/char_vars/
nakedmudv3.3/src/editor/
nakedmudv3.3/src/example_module/
nakedmudv3.3/src/help/
nakedmudv3.3/src/set_val/
nakedmudv3.3/src/socials/
nakedmudv3.3/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 = "mysty, blonde, waitress"  + ", " + me.keywords
  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 hair that hangs down past her shoulders.  Her low-cut, white cotton  shirt reveals her cleavage - and quite a bit of cleavage at that!  She darts  from table to table, always carrying a tray of drinks with amazing balance and  control.  There is always a bounce to her step, and fire in her eyes.  She  seems like she's quite the feisty one. "
  
  ### race and gender
  me.race     = "human"
  me.gender   = "female"
  
  ### character triggers
  me.attach("mysty_greet")
-