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 -