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

  1. id room
  2. short Total darkness
  3. action look
  4. pgot? 4
  5. goto see
  6. ptell Total darkness
  7. action north
  8. alias n
  9. pgot? 4
  10. goto nort
  11. ptell Total darkness
  12. return
  13. label nort
  14. pmove 4
  15. action south
  16. alias s
  17. pgot? 4
  18. goto sout
  19. ptell Total darkness
  20. return
  21. label sout
  22. pmove 5
  23. action east
  24. alias e
  25. pgot? 4
  26. goto twenthre
  27. ptell Total darkness
  28. return
  29. label twenthre
  30. pmove 23
  31. action west
  32. alias w
  33. alias up
  34. alias u
  35. alias down
  36. alias d
  37. pgot? 4
  38. goto can't
  39. ptell Total darkness
  40. action get candle
  41. pgot? 1
  42. goto gotit
  43. ptell Get a candle from where?
  44. return
  45. label gotit
  46. ptell You got it.
  47. pgive 3
  48. action use candle with match
  49. alias use match with candle
  50. alias use matches with candle
  51. alias use candle with matches
  52. pgot? 3
  53. goto okay
  54. ptell You have to get the candle before you
  55. can light it. You really don't want to
  56. light it while it's in that knapsack.
  57. return
  58. label okay
  59. pgive 4
  60. ptell A light! You can see!
  61. pgot? 4
  62. goto see
  63. return
  64. label see
  65. ptell It's a huge room, with a ceiling
  66. arching high above your head. North a
  67. passage rises out out of the light.
  68. South a very narrow tunnel disappears
  69. into the darkness. East, a crawlspace
  70. twists out of sight. A song from
  71. childhood summer camp keeps repeating
  72. in your head, "There were three jolly
  73. fishermen, there were three jolly
  74. fishermen, fisher-fisher-men-men-men,
  75. fisher-fisher-men-men-men, there were
  76. three jolly fishermen." Over and over,
  77. it's driving you crazy. You wonder why
  78. your subconscious mind picked THAT
  79. song.
  80. return
  81. label can't
  82. ptell You can't go that way.
  83.  
  84.  
  85.