nakedmudv3.1/
nakedmudv3.1/lib/
nakedmudv3.1/lib/logs/
nakedmudv3.1/lib/misc/
nakedmudv3.1/lib/players/
nakedmudv3.1/lib/pymodules/
nakedmudv3.1/lib/txt/
nakedmudv3.1/lib/world/
nakedmudv3.1/lib/world/examples/
nakedmudv3.1/lib/world/examples/mproto/
nakedmudv3.1/lib/world/examples/oproto/
nakedmudv3.1/lib/world/examples/reset/
nakedmudv3.1/lib/world/examples/rproto/
nakedmudv3.1/lib/world/examples/trigger/
nakedmudv3.1/lib/world/limbo/
nakedmudv3.1/lib/world/limbo/room/
nakedmudv3.1/lib/world/limbo/rproto/
nakedmudv3.1/src/alias/
nakedmudv3.1/src/char_vars/
nakedmudv3.1/src/editor/
nakedmudv3.1/src/example_module/
nakedmudv3.1/src/help/
nakedmudv3.1/src/set_val/
nakedmudv3.1/src/socials/
nakedmudv3.1/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       = "Within a Tavern"
  me.terrain    = "Inside"
  me.desc       = me.desc + " " + "   This looks like quite the popular place; many tables are scattered around  the tavern.  Groups of people huddle around them.  Some chat amongst  themselves, some play cards and dice games, and others are simply sitting  idle, watching the other people in the tavern.  The bar is to the south. People are lined up along it, but you can spot a few open seats.  There are  also a couple empty tables scattered throughout the tavern.  To the north, you  see a small entertainment stage which seems to be empty at the moment.  To the  west, you see a fireplace with a bunch of people scattered about it. "
  
  ### extra descriptions
  me.edesc("stage", "   There is stage not too far to the north.  Currently, it appears to  be empty. ")
  me.edesc("fireplace", "   The fireplace looks to be blazing quite brightly.  There are a few groups  of people at tables scattered around it. ")
  
  ### begin exit: south
  exit = me.dig("south", "the_bar")
  exit.name       = "going to the bar"
  exit.desc       = "   You see a rather crowded bar to the south.  There are still a couple of  stools left, but it looks to be filling up fast. "
  exit.leave_mssg = "$n makes $s way to the bar."
  ### end exit
  
  ### begin exit: west
  exit = me.dig("west", "the_fireplace")
  exit.desc       = "   A large fireplace is burning, westward.  There are people all around it. "
  ### end exit
  
  ### begin exit: southwest
  exit = me.dig("southwest", "dark_corner")
  exit.desc       = "   It is a rather dark corner of the tavern.  There are a couple people  sitting over there.  Most seem to be alone, and not too inviting of company. "
  ### end exit
  
  ### begin exit: north
  exit = me.dig("north", "by_stage")
  exit.desc       = "   The entertainment stage is directly to your north.  Currently, it looks  empty. "
  ### end exit
-