home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c64 / games / Darkon.help.prg (.txt) < prev    next >
Commodore BASIC  |  1997-01-26  |  17KB  |  460 lines

  1. 10 clr:print"[147]":poke53281,0:poke53280,2:poke646,1
  2. 20 poke646,3:print"           darkon help module":poke646,1
  3. 30 print:print
  4. 40 print"             (i)nstructions"
  5. 50 print"             (s)tory line"
  6. 60 print"             (a)bout 'darkon'"
  7. 70 print:poke646,4
  8. 80 print"**shareware** is the lifeline of public"
  9. 90 print"domain programming.  it rewards long"
  10. 100 print"hours of work and planning and gives"
  11. 110 print"incentive to the author to continue to"
  12. 120 print"improve his/her art and inspiration to"
  13. 130 print"release more programs through public"
  14. 140 print"domain.  please support shareware!"
  15. 150 print:poke 646,5
  16. 160 print"minimum contribution of $10 will get"
  17. 170 print"you a list of spells, a map, and info"
  18. 180 print"on upgrades and sequels!   :)"
  19. 190 print"make check/mo out to:  daniel padavona"
  20. 200 print"                       7 harrington ave"
  21. 210 print"                       cortland,  n.y."
  22. 220 print"                       13045          "
  23. 230 get i$:ifi$=""then 230
  24. 240 if i$="i" then gosub 300:run
  25. 250 if i$="s" then gosub 2000:run
  26. 260 if i$="a" then gosub 4000:run
  27. 270 goto 230
  28. 300 rem instructions
  29. 310 print"[147]":poke 646,3
  30. 320 print"              instructions"
  31. 322 print:poke646,2
  32. 324 print"remember:[146]":print"you need to create a disk for play!":poke646,5
  33. 326 print"first, you must disolve the sda file-":print
  34. 327 print"type:load";:printchr$(34);:print"darkon.sda";:printchr$(34);:print",8 <then return>"
  35. 328 print:print"then insert a blank formatted disk-     you'll need plenty of space!!!"
  36. 329 print"then type run <then return>":print"the files will now be on your disk!"
  37. 330 print:print"to play darkon, type:"
  38. 332 print"load";:printchr$(34);:print"at";:printchr$(34);:print",8,1 <then return>"
  39. 333 print"the game will now load automatically!"
  40. 334 geti$:ifi$=""then334
  41. 335 print:poke 646,1
  42. 340 print"directional keys:"
  43. 350 print"   @     north"
  44. 360 print"   :     west"
  45. 370 print"   ;     east"
  46. 380 print"   /     south"
  47. 390 print:poke 646,5
  48. 400 print"press directional keys to move in a"
  49. 410 print"given direction.  also, use directional"
  50. 420 print"keys with other commands.  for example,"
  51. 430 print"press 't' for 'talk', then @ to specify"
  52. 440 print"talking to the character just north."
  53. 450 print:poke 646,1
  54. 460 print"   a     attack"
  55. 470 print:poke 646,5
  56. 480 print"follow this command with a specific"
  57. 490 print"direction.  ie.  'attack west'   "
  58. 500 print"this command initiates combat with any"
  59. 510 print"character/monster next to you in the"
  60. 520 print"direction specified....be careful!"
  61. 525 geti$:ifi$=""then525
  62. 530 print:poke 646,1
  63. 540 print"   b     bomb  "
  64. 550 print:poke 646,5
  65. 560 print"follow this command with a specific"
  66. 570 print"direction.  ie.  'bomb east'   "
  67. 580 print"this command requires a ship to fire"
  68. 590 print"cannons.  any character or monster next"
  69. 600 print"to you will be obliterated...period!"
  70. 610 print:poke 646,1
  71. 620 print"   c     cast  "
  72. 630 print:poke 646,5
  73. 635 print"follow this command with a specific"
  74. 640 print"character in your party (1-4).  if your"
  75. 650 print"character has spell casting abilities,"
  76. 660 print"you may then input the letter of the"
  77. 670 print"spell you wish to cast!  stronger"
  78. 675 print"spells require more spell points!"
  79. 680 get i$:if i$=""then680
  80. 690 poke 646,6:print
  81. 700 print"cleric spells:"
  82. 710 print"a: vidum- a spell to create light"
  83. 720 print"b: locirar- randomnly disarms a trap"
  84. 730 print"in the dungeon you are in...helpful!"
  85. 740 print"c: vigenum- heals a specified character"
  86. 750 print"d: nepotio- cures poison for a specific"
  87. 760 print"character inflicted with poison"
  88. 770 print"e: revaeta- restores youth to a"
  89. 780 print"character withered by an evil being"
  90. 790 print"f: grevigen- an extra strong heal spell"
  91. 800 print"g: cirarto- disarms all traps in the"
  92. 810 print"current dungeon.  very helpful!"
  93. 820 print"h: rebera- resurrects a dead character"
  94. 825 print:print"*** simply press 't' to turn the undead"
  95. 830 get i$:if i$=""then830
  96. 840 poke 646,7:print
  97. 850 print"mage spells:"
  98. 860 print"i: flagra- a spell to create light"
  99. 870 print"j: damnum- fires a missile at an enemy"
  100. 880 print"when engaged in combat!"
  101. 890 print"k: deazur- blinding blue explosion to"
  102. 900 print"wound an enemy when engaged in combat!"
  103. 910 print"l: hermoni- magically creates food!
  104. 930 [153]"m: mag flagra- long lasting light spell"
  105. 940 [153]"n: gredamna- fires a blast of fire at"
  106. 950 [153]"an enemy when engaged in combat!"
  107. 960 [153]"o: mag hermoni- magically creates a"
  108. 970 [153]"virtual feast for your party!"
  109. 980 [153]"p: nebera- a spell which kills an"
  110. 990 [153]"enemy during combat!       "
  111. 999 [161] i$:[139] i$[178]""[167]999
  112. 1000 [153]:[151] 646,1
  113. 1002 [153]"   d     dress character"
  114. 1004 [153]:[151] 646,5
  115. 1006 [153]"follow this command with a specific"
  116. 1008 [153]"character, and then the letter which"
  117. 1009 [153]"corresponds to the armour you own"
  118. 1010 [153]:[151] 646,1
  119. 1015 [153]"   e     enter"
  120. 1018 [153]:[151] 646,5
  121. 1020 [153]"enter any town/dungeon that you are"
  122. 1030 [153]"currently standing on"
  123. 1040 [153]:[151] 646,1
  124. 1050 [153]"   g     get"
  125. 1055 [153]:[151] 646,5
  126. 1060 [153]"get any item that you are currently "
  127. 1070 [153]"currently standing on.  ie. get gold."
  128. 1075 [153]"this also allows you to 'get on' a ship"
  129. 1080 [161] i$:[139] i$[178]""[167]1080
  130. 1090 [153]:[151] 646,1
  131. 1100 [153]"   l     light torch"
  132. 1110 [153]:[151] 646,5
  133. 1120 [153]"useful when in a dark dungeon!"
  134. 1130 [153]:[151] 646,1
  135. 1140 [153]"   r     ready weapon"
  136. 1145 [153]:[151] 646,5
  137. 1150 [153]"follow this command with a specific"
  138. 1155 [153]"character, and then the letter which"
  139. 1160 [153]"corresponds to the weapon you own"
  140. 1170 [153]:[151] 646,1
  141. 1180 [153]"   s     save game"
  142. 1190 [153]:[151] 646,5
  143. 1200 [153]"saves the game so you may continue from"
  144. 1210 [153]"the same spot later!  only available"
  145. 1220 [153]"when on the main continent."
  146. 1230 [161] i$:[139] i$[178]""[167]1230
  147. 1238 [153]:[151] 646,1
  148. 1240 [153]"   t     talk  "
  149. 1250 [153]:[151] 646,5
  150. 1260 [153]"follow this command with a specific"
  151. 1270 [153]"direction.  if there is someone or"
  152. 1280 [153]"something there with something to"
  153. 1290 [153]"say, they'll say it loud and clear!"
  154. 1300 [153]:[151] 646,1
  155. 1310 [153]"   u     use "
  156. 1315 [153]:[151] 646,5
  157. 1320 [153]"direction.  if there is someothing"
  158. 1330 [153]"usable (like a fountain), then you may"
  159. 1340 [153]"interract with it."
  160. 1350 [153]:[151] 646,1
  161. 1360 [153]"   x     x-it"
  162. 1365 [153]:[151] 646,5
  163. 1370 [153]"when you want to exit a ship or some"
  164. 1380 [153]"other transport, use this option"
  165. 1388 [161] i$:[139] i$[178]""[167]1388
  166. 1390 [153]:[151] 646,1
  167. 1400 [153]"   <f1>  look at character"
  168. 1405 [153]:[151] 646,5
  169. 1420 [153]"follow with a specific character (1-4)"
  170. 1430 [153]"screens depicting food, gold, and"
  171. 1440 [153]"inventory will be displayed.  the first"
  172. 1450 [153]"screen shows what the character is"
  173. 1460 [153]"wearing. bare back/bare hands tells you"
  174. 1470 [153]"that no armour or weapon is readied yet"
  175. 1472 [153]"if you own any weapons or armour, the"
  176. 1474 [153]"final inventory screens will show these"
  177. 1476 [153]"items with a corresponding letter. use"
  178. 1478 [153]"this letter when asked which item you"
  179. 1479 [153]"wish to trade, ready, etc."
  180. 1480 [153]:[151] 646,1
  181. 1490 [153]"   <f3>  trade items"
  182. 1500 [153]:[151] 646,5
  183. 1510 [153]"to trade a weapon/armour, first specify"
  184. 1520 [153]"from whom to trade the item, then"
  185. 1530 [153]"whether it is a weapon or armour, the"
  186. 1540 [153]"letter representing the item to be"
  187. 1550 [153]"traded, and finally whom to trade to"
  188. 1560 [161] i$:[139] i$[178]""[167]1560
  189. 1570 [153]:[151] 646,1
  190. 1580 [153]"a quick word on how to read the stats"
  191. 1590 [153]"in the upper right window of the screen":[151]646,7
  192. 1600 [153]:[153]"hp refers to hit points, and sp refers"
  193. 1610 [153]"to spell points: shown are both the"
  194. 1620 [153]"maximum points available for each, and"
  195. 1630 [153]"how many points are currently available"
  196. 1640 [153]"for use!"
  197. 1650 [153]"cond refers to condition, with 'g' for"
  198. 1660 [153]"good (healthy), 'p' for poisoned,"
  199. 1670 [153]"'w' for withered (old), and 'd' for"
  200. 1680 [153]"dead...try not to get this one often!"
  201. 1690 [153]:[153]"also shown is the character's level,"
  202. 1700 [153]"sex (m/f), and class:  (r)ogue, (m)age,"
  203. 1710 [153]"(w)arrior, and (c)leric."
  204. 1720 [161] i$:[139] i$[178]""[167]1720
  205. 1730 [153]:[151]646,5
  206. 1740 [153]"in combat, press any key to scroll"
  207. 1750 [153]"through the enemies' actions.  there is"
  208. 1760 [153]"no movement during combat, although the"
  209. 1770 [153]"characters disappear when killed.  you"
  210. 1780 [153]"simply enter 'a' for attack or 'c' for"
  211. 1790 [153]"cast when your characters are prompted."
  212. 1800 [153]"clerics can use 't' to turn the undead."
  213. 1810 [153]"some options, like 'r' for ready a"
  214. 1820 [153]"weapon are still available in combat!"
  215. 1998 [161] i$:[139] i$[178]""[167]1998
  216. 1999 [142]
  217. 2000 [143] story line
  218. 2010 [153]"load":[151] 646,3
  219. 2020 [153]"         the adventure of darkon"
  220. 2030 [153]:[151] 646,4
  221. 2040 [153]"in the spirit of classic rpg's, darkon"
  222. 2050 [153]"is the story of a mad wizard who"
  223. 2060 [153]"threatens a peaceful kingdom.  the land"
  224. 2070 [153]"is harmonia, which has suddenly been"
  225. 2080 [153]"overrun by denizens of the night.  in"
  226. 2090 [153]"panic, the king has called for four"
  227. 2100 [153]"adventurers to come forth and rid the"
  228. 2110 [153]"kingdom of evil and to destroy darkon"
  229. 2120 [153]:[151] 646,5
  230. 2130 [153]"* there are 4 characters included with"
  231. 2140 [153]"the game-you may however replace any or"
  232. 2150 [153]"all of the characters and create your"
  233. 2160 [153]"own!  simply choose 'c' to create a"
  234. 2170 [153]"player at the opening screen.  then,"
  235. 2180 [153]"choose a # (1-4) to represent your"
  236. 2190 [153]"character.  type in a name, follow the"
  237. 2200 [153]"prompts, and choose 'y' to save the"
  238. 2210 [153]"character, provided you are satisfied"
  239. 2212 [153]"press first letter of a choice to"
  240. 2214 [153]"choose a class.  (r for rogue,etc.)"
  241. 2220 [153]:[151] 646,4
  242. 2230 [161]i$:[139]i$[178]""[167] 2230
  243. 2240 [153]"you must build your characters up by"
  244. 2250 [153]"training them and by their experiencing"
  245. 2260 [153]"combat (without dying!).  too many"
  246. 2270 [153]"adventurers have tempted fate too soon"
  247. 2280 [153]"and payed the most costly price of all"
  248. 2290 [153]"before achieving their goals.":[153]
  249. 2300 [153]"much needs to be discovered, for no one"
  250. 2310 [153]"has yet discovered darkon's whereabouts"
  251. 2320 [153]"within the kingdom.  wisemen speak of a"
  252. 2330 [153]"foreboding island tower in the vast"
  253. 2340 [153]"ocean surrounding harmonia, though no"
  254. 2350 [153]"further scripture exists on the subject"
  255. 2360 [161] i$:[139]i$[178]""[167]2360
  256. 2370 [153]:[153]"hope exists in the many travelers of"
  257. 2380 [153]"this land.  it is urged that you seek"
  258. 2390 [153]"out those who would know and tap the"
  259. 2400 [153]"knowledge of the ancients.  dungeons"
  260. 2410 [153]"yet to be mapped are rumored to hold"
  261. 2420 [153]"forgotten treasures and mystical "
  262. 2430 [153]"beings.  venture with caution!":[153]
  263. 2440 [153]"the harmonian king will help your "
  264. 2450 [153]"journey and perhaps reduce the peril by"
  265. 2460 [153]"offering instructions.  seek him out in"
  266. 2470 [153]"harmonian castle on the western shores.":[153]
  267. 2480 [161] i$:[139]i$[178]""[167]2480
  268. 2490 [153]"along your travels, several established"
  269. 2500 [153]"businesses will greatly aid thee: ":[151]646,5:[153]
  270. 2510 [153]"inns- cozy beds awiat thee upon thy"
  271. 2520 [153]"long, tiring journey.  failure to rest"
  272. 2530 [153]"a character prevents him/her from"
  273. 2540 [153]"fully rejuvenating after battle.":[153]
  274. 2550 [153]"healers- in these dark times, too many"
  275. 2560 [153]"must seek out powerful healers.  among"
  276. 2570 [153]"their magical abilities are the gifts"
  277. 2580 [153]"to heal characters of all their wounds,"
  278. 2590 [153]"cure poisonous infections, restore age"
  279. 2600 [153]"to characters withered from old age"
  280. 2610 [153]"after being touched by a dark spirit,"
  281. 2620 [153]"and even resurrecting the dead!  with"
  282. 2630 [153]"these gifts comes a hefty fee."
  283. 2640 [161] i$:[139]i$[178]""[167]2640
  284. 2650 [153]:[153]"trainers- seek these wise mentors for"
  285. 2660 [153]"increasing your battle skills...all are"
  286. 2670 [153]"welcome to learn, regardless of class"
  287. 2680 [153]"or experience.  due to overwhelming"
  288. 2690 [153]"demand, trainers now offer their "
  289. 2700 [153]"prodigees torches, which they may use"
  290. 2710 [153]"if overzealous enough to seek out"
  291. 2720 [153]"dungeon treasure!"
  292. 2730 [153]:[153]"armoury/weaponsmiths- throughout the"
  293. 2740 [153]"land are shops providing the proper"
  294. 2745 [153]"outfitting.  a bare back is soon slain!"
  295. 2750 [153]"so seek proper protection!  rumored are"
  296. 2760 [153]"magically enchanted weaponry and armour"
  297. 2770 [153]:[153]"grocers- lest one wish to starve to"
  298. 2780 [153]"death on the open plains, prepare for"
  299. 2790 [153]"long journeys with rations for the trip"
  300. 2800 [161] i$:[139]i$[178]""[167]2800
  301. 2810 [153]:[151]646,4
  302. 2820 [153]"various creatures, some likely under"
  303. 2830 [153]"darkon's direct command, threaten the"
  304. 2840 [153]"land, and your party!  provided is a"
  305. 2850 [153]"summary of enemies recently discovered."
  306. 2860 [153]"not all are listed, due to the arrival"
  307. 2870 [153]"of new beings almost daily!"
  308. 2880 [153]:[151]646,7
  309. 2890 [153]"pirates- their ships occassionally raid"
  310. 2900 [153]"port towns.  if defeated, however, you"
  311. 2910 [153]"own their gold...and their ship!!!"
  312. 2920 [153]:[153]"sea serpents- these huge creatures are"
  313. 2930 [153]"known to destroy entire vessels."
  314. 2940 [153]:[153]"giant squid- another danger of the open"
  315. 2950 [153]"waters are the giant squid of legend"
  316. 2955 [161]i$:[139]i$[178]""[167]2955
  317. 2960 [153]:[153]"spiders- these mutated arachnoids can"
  318. 2970 [153]"be deadly due to their poisonous venom"
  319. 2980 [153]:[153]"druids- dark mages that can magically"
  320. 2990 [153]"heal themselves in combat!"
  321. 3000 [153]:[153]"skeletons- the dead walks among us in"
  322. 3010 [153]"the darkest of times.  clerics can"
  323. 3020 [153]"occassionally turn the undead."
  324. 3030 [153]:[153]"wight- powerful undead beings able to"
  325. 3040 [153]"turn a character old by their touch!"
  326. 3050 [153]:[153]"foti's- strange warriors with a"
  327. 3060 [153]"propensity for powerful magic"
  328. 3065 [161]i$:[139]i$[178]""[167] 3065
  329. 3070 [153]:[153]"piddlers- large insect-like creatures"
  330. 3080 [153]"with deadly jaws of venom"
  331. 3090 [153]:[153]"gnolls- lizard/human warriors with"
  332. 3100 [153]"strong coats of armour for skin"
  333. 3110 [153]:[153]"daemons- from the depths of the earth"
  334. 3120 [153]"come daemons from the 7th plane.  any"
  335. 3130 [153]"character foolish enough to challenge"
  336. 3140 [153]"these beings may soon find an early"
  337. 3150 [153]"grave!  their claws alone can inflict"
  338. 3160 [153]"poison into the skin of their victims!"
  339. 3165 [153]:[153]"devils- the ultimate evil returns!"
  340. 3170 [153]"their magic is unmatched and their"
  341. 3180 [153]"power greater than any mortal's.  the"
  342. 3190 [153]"devils should be avoided at any cost!"
  343. 3200 [153]:[153]"dragons- legendary beasts of untold"
  344. 3210 [153]"power and wealth, they have returned"
  345. 3220 [153]"during these dark times to reign terror"
  346. 3230 [153]"and profit from our kingdom's falling."
  347. 3240 [153]"their flames can burn a party to a"
  348. 3250 [153]"crisp during combat!"
  349. 3998 [161] i$:[139]i$[178]""[167]3998
  350. 3999 [142]
  351. 4000 [143] about making darkon
  352. 4010 [153]"load":[151] 646,3
  353. 4020 [153]"           about making darkon"
  354. 4030 [153]:[151]646,7
  355. 4040 [153]"darkon is a personal tribute for me to"
  356. 4050 [153]"the classic c-64 rpg's:  ultima iii, my"
  357. 4060 [153]"favorite game of all time, and many"
  358. 4070 [153]"others including ultima ii,iv, and v,"
  359. 4080 [153]"all the bard's tales, magic candle, etc"
  360. 4090 [153]:[153]"i do not pretend to have created a game"
  361. 4100 [153]"on that level, but perhaps i will one"
  362. 4110 [153]"day.  if you played the early ultimas,"
  363. 4120 [153]"you'll notice that i use similar (not"
  364. 4130 [153]"identical) graphics-this is due to my"
  365. 4140 [153]"lack of artistic ability rather than to"
  366. 4150 [153]"my need to copy the legendary!"
  367. 4155 [161] i$:[139] i$[178]"" [167] 4155
  368. 4160 [153]:[153]"it is my opinion that most of the best"
  369. 4170 [153]"computer games ever made were created"
  370. 4180 [153]"on 8-bit machines like this one.  why?"
  371. 4190 [153]"i have several theories.  my favorite"
  372. 4200 [153]"theory is that today's incredibly"
  373. 4210 [153]"advanced computers have tempted to make"
  374. 4220 [153]"game publishers seek master artists and"
  375. 4230 [153]"effects wizards first, and tellers of"
  376. 4240 [153]"stories secondarily.  would i program"
  377. 4250 [153]"this game on my ibm with s-vga graphics"
  378. 4260 [153]"and soundblaster support if i could?"
  379. 4270 [153]"of course i would!  but i don't hold"
  380. 4280 [153]"this theory due to jealousy of genius"
  381. 4290 [153]"designers of hi-tech masterpieces."
  382. 4300 [161]i$:[139]i$[178]""[167] 4300
  383. 4310 [153]:[153]"more so, how many great novels have"
  384. 4320 [153]"there been written by 2,3, or even 20"
  385. 4330 [153]"authors?  ok-a few.  but my point is"
  386. 4340 [153]"that many great games came from one"
  387. 4350 [153]"designer's vision.  whether he/she had"
  388. 4360 [153]"sufficient time to program all of the"
  389. 4370 [153]"graphics and sound as well as the main"
  390. 4380 [153]"code is not important.  the main point"
  391. 4390 [153]"is that the 'soul' of the program came"
  392. 4400 [153]"from within one's mind.  today, the"
  393. 4410 [153]"modular design using many programmers"
  394. 4420 [153]"vastly improves technology and speed of"
  395. 4430 [153]"development, but also divides the"
  396. 4440 [153]"creativity into too many hands, making"
  397. 4450 [153]"for a less-creative, group enduced"
  398. 4460 [153]"product.  don't get me wrong-the latest"
  399. 4470 [153]"ultimas are noticable exceptions to the"
  400. 4480 [153]"rule!  but i have yet to recapture the"
  401. 4490 [153]"sheer adrenalin rush i got from earlier"
  402. 4500 [153]"games.  you say-hey, movies are made by"
  403. 4510 [153]"groups, not just one person!  yeah, but"
  404. 4520 [153]"there are too many movies which look"
  405. 4530 [153]"just like terminator-2 and have chase"
  406. 4540 [153]"scenes just like lethal weapon!"
  407. 4560 [161] i$:[139]i$[178]""[167] 4560
  408. 4570 [153]:[153]"now onto my program.  it's 100% ml, so"
  409. 4580 [153]"it's fast and efficient!  i wanted so"
  410. 4590 [153]"badly to create a game that i left much"
  411. 4600 [153]"out!  for instance, there are no sound"
  412. 4610 [153]"effects or musical scores, because i"
  413. 4620 [153]"didn't want to spend my time on it yet."
  414. 4630 [153]"also, despite showing the participants,"
  415. 4640 [153]"combat is a text battle without any"
  416. 4650 [153]"character movement.  the story line"
  417. 4660 [153]"itself is purposely simplistic due to"
  418. 4670 [153]"the fact that i learned ml as i created"
  419. 4680 [153]"this game-a trial by fire indeed!   "
  420. 4690 [153]"it took almost 3 years to make, and all"
  421. 4700 [153]"i wanted to do at the end was finish"
  422. 4710 [153]"it!!!  it's fully play-tested without"
  423. 4720 [153]"any bugs that i've found."
  424. 4730 [161]i$:[139]i$[178]""[167]4730
  425. 4740 [153]:[153]"i am already improving the current"
  426. 4750 [153]"technology for future sequels.  i am"
  427. 4760 [153]"considering everything from complex"
  428. 4770 [153]"conversations, larger maps, and more"
  429. 4780 [153]"combat options, to more original "
  430. 4790 [153]"graphics-i know a couple decent artists"
  431. 4800 [153]:[153]"unless i create something unusually"
  432. 4810 [153]"outstanding, the game will be released"
  433. 4820 [153]"as public domain shareware again.  i"
  434. 4830 [153]"would love to program commercial games,"
  435. 4840 [153]"but i'm not yet on that level."
  436. 4850 [153]"so let's be reasonable.  i don't want"
  437. 4860 [153]"to do all of this work for personal"
  438. 4870 [153]"satisfaction only!  please, please"
  439. 4880 [153]"support shareware!  it's not just the"
  440. 4890 [153]"sharing of my program for your few $,"
  441. 4900 [153]"but also idea sharing!  i know there"
  442. 4910 [153]"are plenty of people out there who have"
  443. 4920 [153]"my passion for these games, as players"
  444. 4930 [153]"and programmers, and i want to hear"
  445. 4940 [153]"from you!"
  446. 4950 [161]i$:[139]i$[178]""[167]4950
  447. 4960 [153]:[153]"believe me, the sequel (it won't be"
  448. 4970 [153]"called darkon) will be far superior in"
  449. 4980 [153]"depth, playability, and overall fun!"
  450. 4990 [153]"please support my efforts so i will"
  451. 5000 [153]"feel the need to share the game with"
  452. 5010 [153]"all of you!":[151]646,5
  453. 5020 [153]:[153]"in the meantime, please e-mail me any"
  454. 5030 [153]"time: i'm exodus12 on q-link"
  455. 5035 [153]:[151] 646,4
  456. 5040 [153]"death to darkon, and long live the"
  457. 5050 [153]"mighty commodore-64!!!"
  458. 5098 [161] i$:[139]i$[178]""[167] 5098
  459. 5099 [142]
  460.