home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 185 / 185.d81 / mine.room02 < prev    next >
Text File  |  2022-08-26  |  2KB  |  83 lines

  1. id room
  2. short The Big Room
  3. action look
  4. ptell You are in a huge cavern. You can
  5. hardly see anything but a hole in the
  6. floor and various objects scattered
  7. around.
  8. action north
  9. alias n
  10. ptell The slope is too steep for you to
  11. climb up to the north.
  12. action south
  13. alias s
  14. ptell You see an wrinkled and dusty old
  15. knapsack.
  16. action east
  17. alias e
  18. ptell You see a box of matches.
  19. action west
  20. alias w
  21. ptell Eeeeew, gross! A crumbling skeleton!
  22. Apparently the person had been wearing
  23. wooden shoes, with strangely curved
  24. pointed toes.
  25. action up
  26. alias u
  27. ptell You can't go that way.
  28. action down
  29. alias d
  30. pgot? 2
  31. goto slide
  32. ptell I'm sorry, you'll, die if you don't
  33. have the knapsack and don't have
  34. matches, so GET THEM!
  35. return
  36. label slide
  37. ptell You slide down the hole.
  38. pmove 3
  39. action exa knapsack
  40. ptell You see all kinds of useful stuff.
  41. action get knapsack
  42. pgot? 1
  43. goto got
  44. ptell You got it! Inside are a lamp, a
  45. candle and a rope. You can't examine
  46. them until you need to use them.
  47. pgive 1
  48. action exa matches
  49. ptell They're old...still good.
  50. action exa skeleton
  51. alias exa shoes
  52. alias exa wooden shoes
  53. ptell A pair of wooden shoes. Wooden shoes?
  54. On a skeleton?
  55. return
  56. label got
  57. ptell You already have it!
  58. action get matches
  59. alias get box of matches
  60. pgot? 2
  61. goto gotten
  62. ptell You have them!
  63. pgive 2
  64. return
  65. label gotten
  66. ptell You already have them.
  67. action get shoes
  68. ptell The wooden shoes are stuck tight to
  69. the foot bone, which is connected to
  70. the heel bone, which is connected to
  71. the leg bone, which is (SLAP! STOP
  72. THAT! Sorry) They're all connected and
  73. you can't 'get' them.
  74. action exa objects
  75. alias get objects
  76. ptell What objects? Where? Which
  77. direction are the objects?
  78. action exa hole
  79. ptell Big. Deep. Dark. Slidable. (If that's
  80. a word. No, slidable even if it's not
  81. a word.)
  82.  
  83.