home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c64 / games / Tomb.lzh / runme (.txt) < prev    next >
Commodore BASIC  |  1993-11-12  |  851b  |  33 lines

  1. 10 print"[197]scape from [212]iamat's [212]omb
  2. 20 [153]
  3. 30 [153]"peekefore playing, create a
  4. 40 print"character using the program
  5. 50 [153]"'chrgen'. atnfter using chrgen,
  6. 60 print"load'tiamat's tomb',08,01
  7. 70 [153]"and you're all set.
  8. 80 print
  9. 90 print"[208]ress 'y' for a printout
  10. 100 [153]"of the command summary card.
  11. 110 geta$:ifa$=""then110
  12. 120 ifa$<>"y"thenend
  13. 130 open4,4,7:print#4:cmd4
  14. 140 print"c - chech statistics
  15. 150 [153]"d - discard an item
  16. 160 print"i - move up
  17. 170 [153]"j - move left
  18. 180 print"k - move right
  19. 190 [153]"l - look/search current area
  20. 200 print"m - move down
  21. 210 [153]"s - save current stats
  22. 220 print"u - use/equip an item
  23. 230 [153]
  24. 240 [153]"(NULL)hen using or dropping an item, you     must enter the item's full
  25. 250 print"name. [201].e., enter heavy sword to equip  (use) the heavy sword. [217]ou
  26. 260 [153]"cannot refer to items by number.
  27. 262 print"[212]he cursor keys also work to move around."
  28. 270 print
  29. 280 print"[210]ead the docs if you get stuck.
  30. 290 [153]
  31. 300 [160]4
  32. 310 [128]
  33.