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 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       = "At the Bar"
  me.terrain    = "Inside"
  me.desc       = me.desc + " " + "The bar is fairly busy, but you notice a couple of stools left unoccupied. Servers come past now and then, picking up trays of drinks for their customers. Most of the customers at the bar seem to be older on in the years, paying more  attention to their drinks than to the crowd.  The bartenders all seems to be  busy with preparing drinks for the customers.  An entertainment stage is on the far northern end of the tavern, but it appears to be empty at the moment.  A  large fireplace is burning merrily to the northwest.  There seems to be a few  people huddled around it. "
  
  ### extra descriptions
  me.edesc("fireplace", "   There is a fireplace burning to the northwest.  Many people seem to  be scattered around it, chatting. ")
  me.edesc("stage", "   You can see an entertainment stage on the far north end of the bar.  It  appears to be empty, currently. ")
  
  ### begin exit: west
  exit = me.dig("west", "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: northwest
  exit = me.dig("northwest", "the_fireplace")
  exit.desc       = "On the west side of the tavern, there is a large fire going in a fireplace.  A  few people seem to be scattered around it, socializing. "
  ### end exit
  
  ### begin exit: north
  exit = me.dig("north", "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
-