nakedmudv3.0/
nakedmudv3.0/lib/
nakedmudv3.0/lib/logs/
nakedmudv3.0/lib/misc/
nakedmudv3.0/lib/players/
nakedmudv3.0/lib/pymodules/
nakedmudv3.0/lib/txt/
nakedmudv3.0/lib/world/
nakedmudv3.0/lib/world/examples/
nakedmudv3.0/lib/world/examples/mproto/
nakedmudv3.0/lib/world/examples/oproto/
nakedmudv3.0/lib/world/examples/reset/
nakedmudv3.0/lib/world/examples/rproto/
nakedmudv3.0/lib/world/examples/trigger/
nakedmudv3.0/lib/world/limbo/
nakedmudv3.0/lib/world/limbo/rproto/
nakedmudv3.0/src/alias/
nakedmudv3.0/src/char_vars/
nakedmudv3.0/src/editor/
nakedmudv3.0/src/example_module/
nakedmudv3.0/src/help/
nakedmudv3.0/src/set_val/
nakedmudv3.0/src/socials/
nakedmudv3.0/src/time/
abstract: no
script  :~
  ### The following rproto was generated by redit.
  ### If you edit this script, adhere to the stylistic
  ### conventions laid out by redit, or delete the top line
  
  ### string values
  me.name       = "A Porrly Lit Corner"
  me.terrain    = "Inside"
  me.desc       = me.desc + " " + "   The light is much more dim in here than it is in the rest of the tavern. There are also quite a few less people sitting in this area of the tavern. Most that are seem to be keeping to themselves, and don't appear to want much  to do with strangers. "
  
  ### begin exit: northeast
  exit = me.dig("northeast", "tavern_entrance")
  exit.desc       = "   There are various tables scattered about, occupied by groups of people.  At  the northern end of the tavern, you see a small entertainment stage which  seems to be empty at the moment. "
  ### end exit
  
  ### begin exit: east
  exit = me.dig("east", "the_bar")
  exit.desc       = "   To the east, you see the bar.  It looks like it is starting to fill up  quick, but you spot a couple open stools.  The bartenders look like they are  quite busy with all the customers. "
  exit.leave_mssg = "$n makes $s way towards the bar."
  ### end exit
  
  ### begin exit: north
  exit = me.dig("north", "the_fireplace")
  exit.desc       = "   There is a large fire going in the fireplace.  People are scattered about  it, socializing. "
  ### end exit
-