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 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 Poorly 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
-