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

  1. id room
  2. short The Boathouse
  3. action look
  4. ptell It's a crowded room, but it's crowded
  5. with boats. The only exit you see is
  6. the door to the north.
  7. action exa boats
  8. alias exa boat
  9. ptell There are many different kinds of
  10. boats, but the most interesting by far
  11. is the stack of small one-man boats.
  12. You could probably carry one of them
  13. all by yourself. Doesn't that just beat
  14. the Dutch?
  15. action get boat
  16. ptell You pick up one of the small boats and
  17. balance it on your head. No, not on its
  18. end, Doofus, you'll never get out the
  19. door. On its side!
  20. pgive 6
  21. action north
  22. alias n
  23. pgot? 6
  24. goto boat
  25. ptell Why don't you get a boat first, before
  26. you go?
  27. return
  28. label boat
  29. ptell You carry the boat very carefully
  30. through the door. And that's a really
  31. good trick, considering that you're
  32. still holding the lighted candle also!
  33. Check your inventory...I think the only
  34. way you could carry all this stuff is
  35. if you're a world-class juggler. What
  36. do YOU think?
  37. pmove 15
  38. action hint
  39. ptell You can't leave without a boat,
  40. so you might as well get one.
  41. action south
  42. alias s
  43. alias east
  44. alias e
  45. alias west
  46. alias w
  47. alias up
  48. alias u
  49. alias down
  50. alias d
  51. ptell You can't.
  52.  
  53.  
  54.