home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 159 / 159.d81 / dungeon.room05 < prev    next >
Text File  |  2022-08-26  |  983b  |  51 lines

  1. id room
  2. short The Trash Heap
  3. action look
  4. ptell You're in what looks like the goblins'
  5. ptell trash heap. Crates and barrels are 
  6. ptell strewn everywhere. An exit leads north.
  7. ptell 
  8. fset? 1
  9. goto done
  10. ptell An anvil is in a corner, untouched by
  11. ptell the trash. A sword is stuck in it.
  12. return
  13. label done
  14. ptell An anvil is in a corner.
  15. action hint
  16. ptell The use of tools will help!
  17. action north
  18. alias n
  19. pmove 4
  20. action exa trash
  21. alias exa crates
  22. alias exa barrels
  23. ptell This place is a mess!
  24. action exa anvil
  25. alias exa sword
  26. fset? 1
  27. goto yep
  28. ptell The sword is stuck in the anvil. A
  29. ptell sharp pull seems to do no good.
  30. return
  31. label yep
  32. ptell The sword in the anvil has been taken.
  33. action use hammer with sword
  34. ptell That doesn't work!
  35. action use hammer with anvil
  36. pgot? 1
  37. goto ok
  38. ptell What hammer?
  39. return
  40. label ok
  41. fset? 1
  42. goto nope
  43. ptell With a whack, you free the sword and
  44. ptell it leaps into your hands!
  45. pgive 2
  46. fset+ 1
  47. return
  48. label nope
  49. ptell You just make a lot of noise!
  50. return
  51.