home *** CD-ROM | disk | FTP | other *** search
/ Amiga Special: Spiele Hits / Hits-CD.iso / aminet / spiele / ammud1_1.lha / AmigaMUD / Src / Extras / buildtest.so < prev    next >
Text File  |  1995-10-29  |  4KB  |  171 lines

  1. look around
  2. @table private newTable
  3. @use newTable
  4. @showtable newTable
  5. @describe private newTable
  6. @room new north indoors in the entrance room
  7. @room adddesc
  8. A plain wooden door leads north into the building.
  9. .
  10. @room scenery "door;plain,wooden,wood" building
  11. look around
  12. Examine the plain wood door.
  13. north
  14. @room newdesc
  15. This is the entry foyer to a small office. There are a few
  16. comfortable looking chairs for waiting in, and a magazine
  17. rack full of magazines. Interior doors lead further north,
  18. northeast and east, while the door out is to the south.
  19. .
  20. look around
  21. @room scenery entry foyer "office;small"
  22. @room same south out
  23. @object new newTable chairs "chair;few,comfortable,looking"
  24. @object gettable chairs no
  25. @object invisible chairs yes
  26. @object siton chairs 3
  27. @object newdesc chairs
  28. The chairs are large, and well padded. They are uphostered
  29. in drab looking tan material.
  30. .
  31. drop chairs
  32. look chairs
  33. @object new newTable rack "rack;magazine"
  34. @object gettable rack no
  35. @object invisible rack yes
  36. @object newdesc rack
  37. The magazine rack is just a U-shaped wooden bin full of
  38. magazines.
  39. .
  40. drop rack
  41. @object new newTable magazines magazine
  42. @object invisible magazines yes
  43. @object gettable magazines no
  44. @object getstring magazines
  45. Please leave the magazines here for others to read.
  46. .
  47. @object readstring magazines
  48. The magazines are mostly about etiquette. They talk
  49. about such things as properly using your knife
  50. and fork.
  51. .
  52. @object newdesc magazines
  53. The magazines are well-thumbed, but still quite readable.
  54. .
  55. drop magazines
  56. get magazine
  57. look magazine
  58. read magazine
  59. @room new north indoors "in the north office"
  60. north
  61. @room newdesc
  62. This appears to be the office of someone in middle
  63. management. There is a computer on the desk, but it looks
  64. to be a power-user status symbol more than anything else.
  65. .
  66. @room scenery computer desk chair door
  67. @room scenery "symbol;power-user,power,user,status"
  68. look at the power-user status symbol
  69. l power user symbol
  70. @room same south out
  71. @object new newTable knife "knife;simple,table"
  72. drop knife
  73. @symbolhere newTable r_north
  74. south
  75. @room new east indoors "in the east office"
  76. east
  77. @room newdesc
  78. This office looks quite practical. It must be used by a
  79. secretary or some other useful person.
  80. .
  81. @object new newTable plants "plant.plant-pot.pot;plant"
  82. @object gettable plants no
  83. @object getstring plants
  84. Please leave the plants here - the owner of this office will
  85. probably take better care of them than you would.
  86. .
  87. @object smellstring plants
  88. The plants smell slightly minty.
  89. .
  90. @object touchstring plants
  91. The plants feel like plants.
  92. .
  93. @object newdesc plants
  94. The plants are pretty plain-looking. They don't seem to
  95. have any flowers at the moment (if they ever do!).
  96. .
  97. drop plants
  98. @object new newTable fork "fork;simple,table"
  99. drop fork
  100. @symbolhere newTable r_east
  101. @room same west out
  102. west
  103. @room new northeast indoors "in the boss's office"
  104. northeast
  105. @room newdesc
  106. You can tell this is the boss's office by the size of the
  107. desk and chair, and by the fact that it doesn't look like
  108. any work goes on here.
  109. .
  110. @room same southwest out
  111. @object new newTable desk "desk;large,massive,big,redish,red,wood"
  112. @object newdesc desk
  113. The desk is quite massive. It is made from some kind of
  114. very pretty redish wood. There don't seem to be any
  115. scratches on the highly-polished top, but there are some
  116. ugly coffee-cup rings there.
  117. .
  118. @room scenery "stain,ring;ugly,coffee-cup,coffee,cup"
  119. @object gettable desk no
  120. @object invisible desk yes
  121. drop desk
  122. @object new newTable chair "chair;large,big,black,leather"
  123. @object newdesc chair
  124. The chair looks extremely comfortable. It is on casters,
  125. pivots, and rocks back and forth. It is finished in what
  126. looks like very fine black leather.
  127. .
  128. @object gettable chair no
  129. @object invisible chair yes
  130. drop chair
  131. southwest
  132. @room checker newTable bossEnter
  133. .
  134. characterhasspecific knife
  135. not characterhasspecific fork
  136. .
  137. saycharacter
  138. Congratulations on properly using your cutlery!
  139. .
  140. .
  141. saycharacter
  142. Something prevents you from entering the room. Perhaps
  143. bad etiquette?
  144. .
  145. .
  146. @room adddircheck northeast bossEnter
  147. @room checker newTable resetAll
  148. .
  149. not fail
  150. .
  151. if
  152. characterhasspecific knife
  153. .
  154. setit specific knife
  155. dropto r_north
  156. .
  157. .
  158. if
  159. characterhasspecific fork
  160. .
  161. setit specific fork
  162. dropto r_east
  163. .
  164. .
  165. .
  166. .
  167. @room adddircheck south resetAll
  168. @room adddircheck out resetAll
  169. @showtable newTable
  170. @describe newTable resetAll
  171.