Home » Archimedes archive » Acorn User » AU 1997-06 A.adf » !Apocalyps/apocalypse
!Apocalyps/apocalypse
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-06 A.adf |
Filename: | !Apocalyps/apocalypse |
Read OK: | ✔ |
File size: | 7C0D bytes |
Load address: | FFFFFB47 |
Exec address: | 7FE5F1FF |
File contents
10REM>!a*.apocalypse 20REM>:4.d*.r*.apocalypsE 30*FX200,3 40REM 50REM APOCALYPSE 60REM (C) G.J.KEY 1990 70REMTHE FOURTH DIMENSION 80REM 90IFPAGE<>&68000 THEN PAGE=&68000:CHAIN"<Obey$Dir>.APOCALYPSE" 100*FX3 110MODE 13:OFF 120SYS"Hourglass_On" 130*RUN <Obey$Dir>.BIGAPOC 140*SLOAD <Obey$Dir>.bits.SpriteFile 150*RUN <Obey$Dir>.bits.CHARS 160VOICES4 170*CHANNELVOICE 1 THUNDERRM 180*CHANNELVOICE 3 LAZERRM 190*CHANNELVOICE 4 EXPLORM 200PROCinitrand 210S%=1 220PROCfastcode 230CALL findsides 240DP%=8 250REPEAT 260PL%=0:ME%=0:ST%=0:OS%=0:MM%=TRUE 270PROCfrontend(DP%) 280BO%=0 290!score=0:!highscore=0:!saucercounter=0 300K%=L% 310REPEAT 320IFK%<>11 MM%=TRUE 330CASE BO%OF 340WHEN0:!shieldcharge=1:!rapidturnF=0:!guntempcooler=7 350WHEN1:!shieldcharge=1:!rapidturnF=0:!guntempcooler=3 360WHEN2:!shieldcharge=1:!rapidturnF=1:!guntempcooler=3 370WHEN3:!shieldcharge=2:!rapidturnF=1:!guntempcooler=1 380ENDCASE 390REM!dieflag=TRUE 400*CHANNELVOICE 2 ENGINE3 410VDU23,16,64| 420!oldengine=0 430PROCloadmap(K%) 440GCOL128:COLOUR128 450GCOL15TINT255 460A%=BO%:PROChyperspace 470IF PL%>9THEN 480planetout!-20=6 490planetout!-16=planetout!-16DIV2 500planetout!-12=60 510planetout!-4=planetout!-4*3 520ENDIF 530GCOL7TINT255 540MOUSETO 640,512 550CALL driver 560IF!dieflag<>0 THEN 570CALLescapesequence 580IF!impcounter>=!planetout THEN!dieflag=2 590VDU26:GCOL128:COLOUR128:CLS 600*FX15 610T%=TIME:REPEATUNTILTIME>T%+50 620PROCresults 630ELSE 640*CHANNELVOICE 1 EXPLORM 650*CHANNELVOICE 3 EXPLORM 660SOUND1,-15,&800,1:SOUND3,-15,&800,1,10:SOUND4,-15,&200,1,30 670*CHANNELVOICE 2 WEARERM 680SOUND2,-15,&F00,1,140 690T%=TIME 700CALL bigbang 710*CHANNELVOICE 1 THUNDERRM 720*CHANNELVOICE 3 LAZERRM 730REPEATUNTILTIME>T%+500 740VDU26:GCOL128:COLOUR128:CLS 750PROCresults 760ENDIF 770IF !dieflag=2L%=L%MOD9+1:K%=L% 780UNTIL!dieflag=0 790UNTIL0 800END 810 820DEFPROChyperspace 830LOCALERROR 840ONERRORLOCAL PROCerror(ERR) 850CALL hyperspace 860ENDPROC 870 880DEFPROClaunch 890*CHANNELVOICE 1 ENGINE3 900LOCALX%,Y%,S%,T% 910X%=256:Y%=676:S%=1 920GCOL8,0:VDU26 930*SCHOOSE back1 940WAIT:PLOT&ED,X%,Y% 950MOVEX%,Y%:MOVEBY32,88:VDU23,27,1,4|23,27;1| 960PLOT&ED,X%,Y% 970FORY%=680TO1024STEP4 980SOUND1,-15,(Y%-676)>>1,4 990VDU23,27,0,4| 1000T%=TIME:REPEATUNTILTIME>T%+2 1010WAIT:PLOT&ED,X%,Y%-4:MOVEX%,Y%:MOVEBY32,88:VDU23,27,1,4|23,27;S%|:PLOT&ED,X%,Y% 1020S%=(S%+1)MOD3 1030NEXT 1040FORX%=-15TO0 1050SOUND1,X%,(Y%-676)>>1,1 1060T%=TIME:REPEATUNTILTIME>T%+4:WAIT 1070NEXT:PROCgwin1 1080ENDPROC 1090 1100DEFPROCerror(Err) 1110LOCALERROR 1120ONERRORLOCAL ENDPROC 1130IFErr=&108C9THEN 1140*CLOSE 1150PROCgwin1E:PROCline(16,"PLEASE REMOVE THE WRITE PROTECTION",15) 1160PROCline(24,"FROM YOUR DISC AND PRESS SPACE",15) 1170PROCwaitspace 1180ELSE 1190*CLOSE 1200PROCgwin1E:PROCline(16,"THE DISC IN DRIVE :0 IS NOT",15) 1210PROCline(24,"THE PLANETS DISC",15) 1220PROCline(32,"PLEASE INSERT THE CORRECT DISC",15) 1230PROCline(40,"AND PRESS SPACE",15) 1240PROCwaitspace 1250ENDIF 1260ENDPROC 1270 1280DEFPROClhsc 1290LOCALQ%,T% 1300LOCALERROR 1310ONERRORLOCAL PROCerror(ERR) 1320Q%=OPENUP"<Obey$Dir>.HST" 1330FORT%=0TO8:INPUT#Q%,H%(T%),H$(T%),P%(T%),D(T%),M%(T%),S%(T%):NEXT 1340INPUT#Q%,MP% 1350CLOSE#Q% 1360ENDPROC 1370 1380DEFPROCshsc 1390LOCALQ%,T% 1400LOCALERROR 1410ONERRORLOCAL OSCLI"*CLOSE":ENDPROC 1420FORT%=0TO8 1430Q%=OPENUP"<Obey$Dir>.HST" 1440FORT%=0TO8:PRINT#Q%,H%(T%),H$(T%),P%(T%),D(T%),M%(T%),S%(T%):NEXT 1450PRINT#Q%,MP% 1460CLOSE#Q% 1470ENDPROC 1480 1490DEFFNdectime(T) 1500LOCALA%,B% 1510|TB%=T 1520SYS&C0,TB%,TS%,30 TO A%,B% 1530?B%=13 1540=$A% 1550 1560DEFFNmedaldecode(A%) 1570LOCALA$ 1580CASEA%OF 1590WHEN1:A$="IX LANDER" 1600WHEN2:A$="ROGAN CROSS" 1610WHEN4:A$="JAHIDD STAR" 1620WHEN8:A$="MAHNIK ORB" 1630WHEN16:A$="MAHNIK BAR" 1640WHEN32:A$="GALHERN STAR" 1650WHEN64:A$="ZIRCON HOLE" 1660WHEN128:A$="SIRUUN GATE" 1670ENDCASE 1680=A$ 1690 1700DEFFNdecodestatus(A%) 1710RESTORE+(A%+1) 1720DATALESS THAN USELESS 1730DATAUSELESS 1740DATAALMOST USELESS 1750DATAAMATEUR 1760DATACONSCRIPT 1770DATAPROVISIONAL STEERSMAN 1780DATASTEERSMAN 1790DATASTEERSMAN GRADE II 1800DATABATTLER GRADE I 1810DATABATTLER GRADE II 1820DATAGLADIATOR 1830DATACARABINEER 1840DATAMARTIAL 1850DATADARNAK MARTIAL 1860DATAFREMMEN 1870DATABERSERKER 1880DATAGRAND BERSERKER 1890DATAPRESCIENT 1900DATAIMMUTABLE 1910DATAOMNIPOTENT 1920DATAOMNIPRESENT 1930DATAGOD 1940READS$ 1950=S$ 1960 1970DEFPROCloadmap(K%) 1980IFK%<>11THEN 1990!impcounter=0 2000PL%+=1:SO%=0 2010IFL%-1>MP% MP%+=1:PROCshsc 2020ENDIF 2030SO%+=1 2040?mapload=K%+48 2050?planload=L%+48 2060ENDPROC 2070 2080DEFPROCapocbox(X%,Y%,W%,H%) 2090GCOL63TINT255:RECTANGLEX%,Y%,W%,H%:GCOL63TINT0:RECTANGLEFILLX%+8,Y%+8,W%-16,H%-16:X%+=(W%>>1):GCOL61TINT255:CIRCLEFILLX%,Y%+4,12:GCOL21TINT255:CIRCLEX%,Y%+4,12:Y%+=H%-4:GCOL47TINT255:ELLIPSEFILLX%,Y%,32,16:CIRCLEFILLX%+40,Y%,8:CIRCLEFILLX%-40,Y%,8:GCOL21TINT255:ELLIPSEX%,Y%,32,16:CIRCLEX%+40,Y%,8:CIRCLEX%-40,Y%,8:GCOL3TINT255:ELLIPSEFILLX%,Y%,16,8 2100ENDPROC 2110 2120DEFPROChighlight(X,Y) 2130GCOL3,36TINT255 2140RECTANGLEFILLX,544+Y*42,288,42 2150GCOL3,1TINT255 2160RECTANGLEX,544+Y*42,288,42 2170ENDPROC 2180 2190DEFPROCdisptable 2200LOCALh,A$,X%,Y%,T%,S%,B% 2210h=8-H:DH=H:*CHANNELVOICE 1 kling 2220SOUND1,-15,&1C00,1 2230GCOL0,0:WAIT 2240PROCapocbox(0,8,1279,480):U%=464 2250PROCline(7,"The Honours bestowed upon "+H$(h),3) 2260PROCcline(STR$H%(h)+" Rakonan Units Destroyed",13,8) 2270PROCcline("At Terran time "+FNdectime(D(h)),18,8) 2280A$=FNnostring(P%(h))+" Planet":IF P%(h)>1A$=A$+"s" 2290PROCcline(A$+" encountered",23,8) 2300PROCcline("Status "+FNdecodestatus(S%(h)),30,15) 2310S%=1:X%=160:Y%=200:FORT%=1TO8 2320B%=M%(h)ANDS% 2330IFB%PROCboxed(X%,Y%,FNmedaldecode(B%),15):X%=X%EOR624:IFX%=160Y%-=40 2340S%=S%<<1 2350NEXT 2360ENDPROC 2370 2380DEFPROCfrontend(DP%) 2390VDU5:PROClhsc 2400LOCALP$,X,Y,Z,P,OP,H,OH,DH 2410OP=8-MP%:OH=DP%:DH=DP%:H=DP% 2420MODE13 2430*FX112,2 2440CLS 2450CALL&8FF0 2460A%=160:B%=110:C%=48:D%=256:CALLspritescale 2470VDU5 2480PROCdisptable 2490PROCapocbox(0,512,320,492) 2500PROCapocbox(959,512,320,492) 2510PROCboxed(48,968,"PLANETS",8) 2520PROCboxed(1009,968,"HONOURS",8) 2530RESTORE+3 2540FORT%=0TO8:READP$:IFT%<=MP% GCOL2TINT255ELSEGCOL63TINT255 2550MOVE48,912-T%*42:PRINTP$ 2560NEXT 2570DATAOCCARIS,BETA-Q,MELANIS,ROTANIS,GUIDA,SALATSI,RHEORCK,SIRIUS3,ARCRINA 2580GCOL2TINT255 2590FORT%=0TO8 2600MOVE1009,912-T%*42:PRINTH$(T%) 2610GCOL2TINT0 2620NEXT 2630GCOL63TINT255 2640*FX113,2 2650MOUSE ON 2660PROChighlight(16,OP):PROChighlight(972,OH):L%=FALSE 2670REPEAT 2680MOUSEX,Y,Z:ZZ$=INKEY$0:IFZZ$="Q"ORZZ$="q"OSCLI"FX20":*DESKTOP 2690IFY>549ANDY<922ANDX>963ANDX<1271THEN 2700H=(Y-544)DIV42 2710IFH<>OH THEN 2720PROChighlight(972,OH) 2730PROChighlight(972,H) 2740OH=H 2750ENDIF 2760IFZ PROCdisptable 2770ELSE 2780IFOH<>DH PROChighlight(972,OH):PROChighlight(972,DH):OH=DH 2790ENDIF 2800IFY>549ANDY<922ANDX>7ANDX<313THEN 2810P=(Y-544)DIV42 2820IFP<>OP ANDP>7-MP% THEN 2830PROChighlight(16,OP) 2840PROChighlight(16,P) 2850OP=P 2860ENDIF 2870IFZ L%=9-OP 2880ENDIF 2890UNTILL% 2900*CHANNELVOICE 1 kling 2910SOUND1,-15,&1000,1 2920MOUSE OFF 2930ENDPROC 2940 2950DEFPROCinitrand 2960DIM H%(8),H$(8),D(8),P%(8),S%(8),M%(8),TB%12,TS%30 2970DIM BC1%(15):BC1P%=15 2980DIM BC2%(15):BC2P%=15 2990FORT%=1TO15:BC1%(T%)=T%:BC2%(T%)=T%:NEXT 3000ENDPROC 3010 3020DEFPROCgwin1C 3030VDU24,28;28;1244;432; 3040GCOL128+63TINT0 3050CLG 3060ENDPROC 3070 3080DEFPROCgwin1E 3090VDU24,28;28;1244;U%; 3100GCOL128+63TINT0 3110CLG 3120ENDPROC 3130 3140DEFPROCgwin1D 3150VDU24,28;28;1244;240; 3160GCOL128+63TINT0 3170CLG 3180ENDPROC 3190 3200DEFPROCgwin1 3210VDU24,28;28;1244;432; 3220ENDPROC 3230 3240DEFPROCgwin2 3250VDU24,32;32;1248;432; 3260ENDPROC 3270 3280DEFPROCresults 3290*CHANNELVOICE 1 THUNDERRM 3300*CHANNELVOICE 2 THUNDERRM 3310SOUND1,-15,&500,1 3320SOUND2,-15,&300,1,20 3330SOUND1,-15,&500,1,100 3340SOUND2,-15,&300,1,170 3350S%=!score 3360LOCALA$,l%,D% 3370CALL showgenerals 3380M%=!minscore 3390REMVDU28,1,30,38,17 3400PROCapocbox(0,8,1279,503):U%=480 3410PROCline(4,"The ROYAL GUILD OF SPACING",15) 3420D%=!dieflag 3430IF D%=0THEN 3440PROCcline("Results of postmortic enquiry",10,48):C%=48 3450ELSE 3460IFS%>=M%ANDD%=1:PROCcline("Results of preliminary debriefing",10,12):C%=4 3470IFS%<M%ANDD%=1PROCcline("Results of final debriefing",10,19):C%=3 3480IFD%=2PROCcline("Results up to Guild withdrawal",10,19) 3490ENDIF 3500ENDIF 3510CASE SO% OF 3520WHEN1:A$="First" 3530WHEN2:A$="Second" 3540WHEN3:A$="Third" 3550WHEN4:A$="Fourth" 3560WHEN5:A$="Fifth" 3570ENDCASE 3580PROCcline("Rakonan Units destroyed",19,19) 3590PROCcline(FNlength(A$+" sortie",17)+" :"+STRING$(5," ")+FNno(S%),26,15) 3600l%=33 3610IF SO%>1 THEN 3620PROCcline(FNlength("Previous sortie's",17)+" :"+STRING$(5," ")+FNno(!highscore),l%,15):l%+=7 3630ENDIF 3640A$=FNnostring(PL%) 3650A$=A$+" Planet":IFPL%<>1A$=A$+"s" 3660PROCcline(A$+" encountered",l%,19):l%+=12 3670PROCcline("Press SPACE for Conclusions",54,19) 3680IFD%=2PROCspeak 3690*FX15 3700PROCwaitspaceE 3710*CHANNELVOICE 2 ENGINE3 3720PROCconclude(D%) 3730ENDPROC 3740 3750DEFFNnostring(P%) 3760LOCALA$ 3770CASEP%OF 3780WHEN1:A$="One" 3790WHEN2:A$="Two" 3800WHEN3:A$="Three" 3810WHEN4:A$="Four" 3820WHEN5:A$="Five" 3830WHEN6:A$="Six" 3840WHEN7:A$="Seven" 3850WHEN8:A$="Eight" 3860WHEN9:A$="Nine" 3870WHEN10:A$="Ten" 3880WHEN11:A$="Eleven" 3890WHEN12:A$="Twelve" 3900WHEN13:A$="Thirteen" 3910OTHERWISE:A$="Umpteen" 3920ENDCASE 3930=A$ 3940 3950DEFPROCconclude(d%) 3960LOCALA$,B$,X%,Y%,R%,D%,S%,m%,C% 3970S%=!score 3980C%=15:D%=!dieflag:G%=0 3990IFD%<>2OS%+=S% 4000PROCgwin1 4010IFD%=0 THEN 4020A$=FNhesdead 4030ELSE 4040IFS%<M%ANDd%<>2THEN 4050IFSO%>1ORPL%>1A$=FNinspite:ELSEA$=FNfirstgo 4060A$=A$+FNbadresult:!dieflag=0 4070ELSE 4080A$=FNgettingbetter(d%) 4090ENDIF 4100ENDIF 4110PROCgwin1C 4120PROCfline(32,404,A$,C%) 4130!TB%=138:TB%!4=139:TB%!8=-1 4140PROCread(X%,Y%) 4150IFS%>M%*2ANDRND(S%)>M%*2ANDSO%<>5ANDMM%THEN 4160MM%=FALSE:R%=1<<(RND(8)-1) 4170IF(ME%ANDR%)=0THEN 4180ME%=ME%ORR%:G%=TRUE 4190A$="We award " 4200IFD%=0 A$=A$+"posthumously " 4210PROCfline(32,Y%-56,A$+"the "+FNmedaldecode(R%),14) 4220ENDIF 4230ENDIF 4240PROCread(X%,Y%) 4250m%=FNmaxstatus 4260IFS%>M%ANDST%<m%ST%+=1 4270IFD%=2ANDST%<m%ST%=m% 4280PROCfline(32,Y%-44,"Overall status : "+FNdecodestatus(ST%),14) 4290PROCfline(280,60,"PRESS SPACE TO CONTINUE",3) 4300IFG%=TRUE PROCgrin 4310PROCwaitspaceE 4320IF !dieflag=1K%=11:PROCaditional:ENDPROC 4330IF OS%<=H%(8) OR d%=2ENDPROC 4340PROCgwin1C 4350PROCcline("Please enter your name for the",13,15) 4360PROCline(19,"ROLL of HONOUR",15) 4370A$="":$TB%="*.......*":R%=0:X%=0 4380PROCcline($TB%,38,15) 4390REPEATD%=GET 4400IFD%>31ANDD%<128THEN 4410IFD%=127ANDR%>0THEN 4420TB%?R%=46 4430R%-=1 4440A$=LEFT$(A$,LENA$-1) 4450ENDIF 4460IFD%<>127ANDR%<7THEN 4470R%+=1 4480TB%?R%=D% 4490A$=A$+CHR$D% 4500ENDIF 4510ENDIF 4520IFX%<>R%THEN 4530X%=R% 4540GCOL63TINT0:WAIT:RECTANGLEFILL492,176,300,32:PROCcline($TB%,38,15) 4550ENDIF 4560UNTILD%=13 4570H%(8)=OS%:H$(8)=A$:P%(8)=PL%:S%(8)=ST%:M%(8)=ME% 4580?TB%=3 4590SYS "OS_Word",14,TB% 4600D(8)=|TB% 4610PROCsort 4620ENDPROC 4630 4640DEFPROCaditional 4650LOCAL S%,M%,bo%,A$,B$ 4660bo%=BO% 4670S%=!score 4680M%=(!minscore)<<1 4690IFS%>=M%ORBO%<>0THEN 4700IFS%>=M%ANDBO%<3 BO%+=1 4710IFS%<M%ANDBO%>0 BO%-=1 4720IF bo%<>BO%THEN 4730bo%=BO%-4*(S%<M%) 4740RESTORE+bo% 4750DATADue to your high performance with a standard LLanerk you are authorized to fit a Supercooler to your Photon cannon.,"" 4760DATAAs a reward for your continued high efficiency we are issuing you with a LLanerk MkII fitted with a Supercooler and an Anti-inertial Direction Bender.,To control the ADB use the left and right cursor keys. 4770DATA"We feel that you are sufficiently skilled to take control of a LLanerk Battlecruiser fitted with Supercooler, ADB and Hypershields.","" 4780DATAThough a reasonable fighter your kill rate is not high enough to warrant a Supercooler,Authority is therefore being withdrawn 4790DATAYour efficiency rating has fallen below the minimum for ADB issue.,LLanerk MkII is withdrawn but you may retain Supercooler authority 4800DATAWe cannot afford to risk a LLanerk Battlecruiser in the hands of anything but a first class fighter,You are demoted to LLanerk MkII 4810READA$,B$ 4820PROCgwin1C 4830PROCline(16,"ADDENDUM",14) 4840PROCread(X%,Y%) 4850PROCfline(32,Y%-56,A$,14) 4860IFB$<>"" PROCread(X%,Y%):PROCfline(32,Y%-56,B$,14) 4870IFbo%<4 PROClaunch 4880PROCfline(280,60,"PRESS SPACE TO CONTINUE",3) 4890PROCwaitspaceE 4900ENDIF 4910ENDIF 4920!highscore=OS%:!score=0 4930ENDPROC 4940 4950 4960DEFPROCwaitspace 4970REPEATUNTILINKEY-99 4980REPEATUNTILNOTINKEY-99 4990*FX15 5000ENDPROC 5010 5020DEFPROCwaitspaceE 5030LOCALR%,E%,F%,X%,Y%:E%=TIME:F%=1 5040X%=600:Y%=792:VDU26 5050REPEAT 5060R%=RND(2000) 5070IFTIME-E%>100F%=1 5080IFR%=50ORTIME-E%<80THEN 5090IFF%=1THEN 5100E%=TIME:F%=2 5110*SCHOOSE SPOCK2 5120PLOT&ED,X%,Y% 5130ENDIF 5140IF(TIME-E%)>20ANDF%=2THEN 5150F%=3 5160*SCHOOSE SPOCK3 5170PLOT&ED,X%,Y% 5180ENDIF 5190IF(TIME-E%)>40ANDF%=3THEN 5200F%=4 5210*SCHOOSE SPOCK2 5220PLOT&ED,X%,Y% 5230ENDIF 5240IF(TIME-E%)>60ANDF%=4THEN 5250F%=5 5260*SCHOOSE SPOCK1 5270PLOT&ED,X%,Y% 5280ENDIF 5290ENDIF 5300UNTILINKEY-99 5310REPEATUNTILNOTINKEY-99 5320*FX15 5330ENDPROC 5340 5350DEFFNmaxstatus 5360LOCALm% 5370CASEPL%OF 5380WHEN1:m%=4 5390WHEN2:m%=7 5400WHEN3:m%=9 5410WHEN4:m%=11 5420WHEN5:m%=13 5430WHEN6:m%=15 5440WHEN7:m%=17 5450WHEN8:m%=19 5460WHEN9:m%=21 5470OTHERWISE:m%=21 5480ENDCASE 5490=m% 5500 5510DEFPROCsort 5520DP%=0 5530FORT%=8TO1STEPTRUE 5540FORI%=T%TO1STEPTRUE 5550IFH%(I%)>H%(I%-1)THEN 5560SWAPH%(I%),H%(I%-1) 5570SWAPH$(I%),H$(I%-1) 5580SWAPP%(I%),P%(I%-1) 5590SWAPM%(I%),M%(I%-1) 5600SWAPS%(I%),S%(I%-1) 5610SWAPD(I%),D(I%-1) 5620DP%+=1 5630ENDIF 5640NEXT 5650NEXT 5660PROCshsc 5670ENDPROC 5680 5690DEFPROCread(RETURN X%,RETURN Y%) 5700!TB%=138:TB%!4=139:TB%!8=-1 5710SYS"OS_ReadVduVariables",TB%,TS% 5720X%=!TS%:Y%=TS%!4 5730ENDPROC 5740 5750DEFPROCfline(X%,Y%,A$,C%) 5760PROCgwin1:GCOLC%TINT255:MOVE X%-4,Y%-4:SYS "OS_PrettyPrint",A$ 5770PROCgwin2:GCOL0TINT0:MOVE X%,Y%:SYS "OS_PrettyPrint",A$ 5780ENDPROC 5790 5800DEFFNhesdead 5810LOCALA$,B$,s% 5820A$=FNweresorry 5830s%=S%:IFs%<=M%s%=0 5840IFs%>M%ANDs%<=M%*2 s%=1 5850IFs%>M%*2ANDs%<=12000 s%=2 5860IFs%>12000+M%ANDs%<=20000+M% s%=3 5870IFs%>20000+M% s%=4 5880IFBC1P%>10:FORT%=1TO15:BC1%(T%)=T%:NEXT:BC1P%=10 5890I%=RND(BC1P%) 5900CASEs%OF 5910WHEN0:RESTORE+BC1%(I%) 5920DATAEven though this fighters performance was poor in the extreme we should not forget the loss of the LLanerk pod 5930DATAFortunately the loss to the Guild as a whole is not a great deal 5940DATAWe must try improve the skill level of pilots before trusting them with valuable machinery 5950DATAEven so we must not forget the even greater loss of a LLanerk without results 5960DATA"But never mind things could be worse, it could have been us" 5970DATABut why worry about the loss of such an insignificant being 5980DATAWe that remain should learn from the mistakes of inept pilots like this one 5990DATAIn no way will this loss effect the outcome of the war 6000DATAIn many ways this loss will actually benefit the Guild as a training example 6010DATASuch poor fighters only live for a short time 6020WHEN1:RESTORE+BC1%(I%) 6030DATAThough not a brilliant fighter there was a chance of long-term improvement within this pilot 6040DATAIt is a shame that this pilots full potential will never be developed 6050DATAIt was possible that this pilot could have developed into something of great use 6060DATAGiven a few more sorties this pilot may have developed into a true fighter 6070DATAUnfortunately we will never see the hidden talent within this pilot 6080DATAIf the time had been available to this pilot we may have seen something great 6090DATAWith a little more care this pilot could have lived to become something to remember 6100DATANow we will never know if there was latent ability within this fighter 6110DATAIt saddens us even more to think that we will never see what this pilot could have been 6120DATAUnfortunately everything that could have been is now lost 6130WHEN2:RESTORE+BC1%(I%) 6140DATAThis loss may possibly have a long term effect upon the war against the Rakonan 6150DATAThis fighter had abilities that will be greatly missed by the Guild 6160DATASeldom has such potential ability existed within a pilot. This loss is a great one 6170DATAPilots of like to the one we have lost today are difficult in the extreme to replace 6180DATAThe loss of a LLanerk is diminished by the loss of this fighter 6190DATAIf we keep losing pilots of this quality we may not overcome the Rakonan 6200DATAWe will have to search long and hard for a suitable replacement 6210DATAIt is possible that we may not be able to replace a pilot of such ability 6220DATAThe loss of this LLanaerk pilot sends shudders through the structure of the Guild 6230DATAThe Guild is filled with sadness at the tragic loss of this one 6240WHEN3:RESTORE+BC1%(I%) 6250DATAThe loss of such a distinguished LLanerk pilot brings sadness to the hearts of the Guild 6260DATAThis warrior was of the greatest standing within the Guild and shall be sorely missed 6270DATASuch a skilled and courageous warrior cannot be replaced as easily as a mere LLanerk 6280DATA"We do not know if the Guild can survive such losses as this, perhaps the Rakonan will win after all" 6290DATAWarriors of such high esteem only arise infrequently and cannot be replaced at will 6300DATAWhere in the known universe can we find a replacement 6310DATAPilots of such extreme aptitude are products of nature and cannot be constructed at will 6320DATAWe of the Guild ask you all 'where can we find another with the skills of this one' 6330DATASuch an embodiment of pure courage cannot be replaced at the wave of a hand 6340DATAEven the immense resources of the Guild are insufficient to cover this loss 6350WHEN4:RESTORE+BC1%(I%) 6360DATAAll carbon life must search the universe to try to replace this one 6370DATAWithout warriors of such incredible proficiency the Guild are in trouble indeed 6380DATAHow can true life expect to exist when the scourge Rakonan can destroy such an exalted warrior 6390DATAWe cannot express the extent of the loss to our prospects against the Rakonan 6400DATAIf one who possessed such incredible power and skill can fall before the Rakonan what hope is there for the rest of us 6410DATAWhere in the universe can we even hope to find a replacement 6420DATAIt would be easier to find a dust mote in the Crab than to find this warriors replacement 6430DATAWith this loss we forfeit the value of a million LLanerk pilots 6440DATAHow can one who has overcome such overwhelming odds have fallen to the scourge of the Rakonan 6450DATASuch valiant boldness is only found once or twice in a millennium but never thrice 6460ENDCASE 6470READB$ 6480=A$+B$+"." 6490DEFFNweresorry 6500LOCALA$,R% 6510R%=RND(BC1P%) 6520RESTORE+(BC1%(R%)):BC1%(R%)=BC1%(BC1P%):BC1P%-=1:IFBC1P%=1FORT%=1TO15:BC1%(T%)=T%:NEXT:BC1P%=15 6530DATAIt is with great sorrow that we must report the demise of a Guild fighter 6540DATAWe are saddened to report the death of one of our pilots 6550DATAWe regret that we must announce the death of a Guild pilot 6560DATAAfter the sad loss of a Guild pilot we issue this statement 6570DATAIt is our sad duty to report the death of a Guild fighter 6580DATAWe must announce that another Guild fighter has failed to return from duty 6590DATAOnce again it befalls upon us to report the death of a Guild fighter 6600DATAAgain sadly we declare the loss of a guild fighter 6610DATAWe are much aggrieved to report the demise of a Guild pilot 6620DATAIt is with great sadness that we proclaim the loss of yet another fighter 6630DATAIt is our solemn duty to report the loss of a Guild pilot 6640DATAIt is our grave duty to promulgate the demise of a Guild pilot 6650DATAIt is with great distress that we announce a further loss from the ranks of the Guild 6660DATAWith great pain of mind we are forced to report the loss of a Guild pilot 6670DATAIt is our sorrowful duty to report the demise of a fighter 6680READA$ 6690=A$+". " 6700 6710DEFFNtomanysorties 6720LOCALA$,R% 6730R%=RND(4):RESTORE+R% 6740DATA"Your productivity does not reach the high levels required from a LLanerk pilot, therefore" 6750DATA"You are taking far too long to approach the sterilization point for this Planet, hence" 6760DATA"Your efficiency as a fighter is not great enough to warrant you continued employment, consequentially" 6770DATA"As you have not sterilized this planet within the maximum number of sorties" 6780READA$:!dieflag=0 6790=A$+" we are withdrawing you from active service" 6800 6810DEFFNontothenext 6820LOCALA$,R% 6830R%=RND(5):RESTORE+R% 6840DATA"destroyed sufficient Rakonan resources to induce a degeneration in their planetary structure, they will die out within a few months" 6850DATAachieved a sterilization figure in excess of the required minimum 6860DATAsterilized a sufficient quantity of the planets surface to enable lesser LLanerk pilots to complete the task 6870DATAdespatched a great enough number of Rakonan resources as to make their continued presence impossible 6880DATAannihilated a large enough section of the Rakonan scourge so as to render them powerless against us 6890READA$ 6900="You have "+A$+". You are to be allocated another planet." 6910 6920DEFFNgettingbetter(d%) 6930IFd%=2THEN=FNontothenext 6940IF SO%=5THEN=FNtomanysorties 6950LOCALA$,B$,T%,s%,I%,J% 6960IF BC1P%>10 BC1P%=10 6970IF BC2P%>10 BC2P%=10 6980s%=FALSE 6990FORT%=1TO10 7000IFBC1%(T%)>10ORBC2%(T%)>10 s%=TRUE:T%=10 7010NEXT 7020IFs%FORT%=1TO10:BC1%(T%)=T%:BC2%(T%)=T%:NEXT 7030s%=S%-M%:IFs%<=M%s%=0 7040IFs%>M%ANDs%<=M%*2 s%=1 7050IFs%>M%*2ANDs%<=12000+M% s%=2 7060IFs%>12000+M%ANDs%<=20000+M% s%=3 7070IFs%>20000+M% s%=4 7080I%=RND(BC1P%):J%=RND(BC2P%) 7090CASEs%OF 7100WHEN0:RESTORE+BC1%(I%) 7110DATAYour general performance is somewhat sloppy 7120DATAWe are most disappointed with your performance 7130DATAYou are definitely not the best fighter in the universe 7140DATA"You know the term 'if at first you don't succeed..', you could be taking it at little bit too far" 7150DATAYour abilities are decidedly shoddy 7160DATAWe are not very impressed with your current performance 7170DATAWhen we see people like you we tend to wonder if Human life really is inferior to the Rakonan 7180DATAYou are lacking in most of the required fighting skills 7190DATAYou fail to understand that we have to eradicate the Rakonan not tickle them 7200DATAYour performance is decidedly amateurish 7210WHEN1:RESTORE+BC1%(I%) 7220DATAWe are satisfied with your overall performance 7230DATAThough not brilliant you performed reasonably well 7240DATAYou have shown quite a bit of latent potential 7250DATAThat was an acceptably fair display of ability 7260DATAYou are showing a reasonable level of warrior skills 7270DATAThere are slight signs of ability showing in your performance 7280DATAWe are content with your current level of ability 7290DATAYou seem to possess a some signs of fighting skill 7300DATAEffectively that wasn't a bad sortie 7310DATAThat was a adequately good level of performance 7320WHEN2:RESTORE+BC1%(I%) 7330DATAWe are greatly pleased with your skilful fighting 7340DATAThat was an excellently executed sortie 7350DATAYou are a superb example of what a LLanerk pilot should be 7360DATAWhilst we have LLanerk pilots like you we stand a chance of eradicating the Rakonan 7370DATAThat was an incredible example of quality fighting skills 7380DATAYou show all the signs of becoming a top rate LLanerk pilot 7390DATAYour fighting skills show a high degree of excellence 7400DATAThat was a very well flown sortie 7410DATAWe congratulate you on an admirable performance 7420DATAWe are pleased to commend you for a meritorious performance 7430WHEN3:RESTORE+BC1%(I%) 7440DATAThe Guild thanks you for a consummate performance 7450DATAThe level of your fighting skills transcend the imagination 7460DATAWe bow down before the excellence of your aurora 7470DATAThere is no superlative to describe your achievements 7480DATATales of your Heroic deeds are spreading like a virus across the galaxy 7490DATAYour skills in the art of combat are only exceeded by the Gods themselves 7500DATAYou are rapidly becoming a legend in your own time 7510DATAIt is incredible to think that only a short time ago you hadn't even seen a LLanerk saucer 7520DATAAEons will pass before your name fades from the minds of the people 7530DATA"The Rakonan will always tremble at the mention of your name, if that is they survive you at all" 7540WHEN4:RESTORE+BC1%(I%) 7550DATAIt seems you can destroy a hundred Rakonan with the blink of an eyelid 7560DATAYou have reached that balance of power and skill that makes you the most formidable of warriors 7570DATAThe value of your deeds are truly unappraisable 7580DATAFuture generations will strive fruitlessly to reach the pinnacle you have set today 7590DATAIt is difficult to believe the ease with which you destroy our enemy 7600DATAWe the Elders of the Guild prostrate ourselves before your display of excellence 7610DATAIt is greatly pleasing to see how you exasperate the Rakonan 7620DATAYou are the living proof that the cold logic of the Rakonan will eventually be overcome by the randomness of life 7630DATAPlease accept the humble admiration of the entire Guild 7640DATAYour courage and endurance are unmatched by any previous LLanerk pilot 7650ENDCASE 7660READA$ 7670CASEs%OF 7680WHEN0:RESTORE+BC2%(J%) 7690DATAhowever we have decided to give you another chance 7700DATAdespite this and against our better judgement you will have another chance 7710DATAin spite of this we are willing to let you continue 7720DATAeven so you can continue to fight for the Guild 7730DATAwe Hope you will fair better when you return to the planets surface 7740DATAtaking this into account we will give you one more chance 7750DATAhowever we will trust you once more 7760DATAplease try a little harder in future 7770DATAyou must put more effort into the fight on your next sortie 7780DATAyou will be given one more opportunity to prove yourself 7790WHEN1:RESTORE+BC2%(J%) 7800DATAmay the force be with you on your next sortie 7810DATAour confidence goes with you into your next battle 7820DATAgo forth and carry out more of the same 7830DATAwe are therefore sure that you will carry on in at least the same manner 7840DATAyou give us hope for our future victory 7850DATAwe are ever confident that you will continue to perform in the same manner 7860DATAlong may you continue to improve 7870DATAwe have faith in your ability to continue to serve the Guild 7880DATAwe trust that we can rely on this level of efficiency in future 7890DATAwe feel that we can rely on you to continue to fight in this efficient manner 7900WHEN2:RESTORE+BC2%(J%) 7910DATAtime now runs short for the Rakonan swarms 7920DATAthe existence of all carbon life is carried safely in your hands 7930DATAyou carry with you the confidence of all the galaxy 7940DATAour hearts know that we can rely upon you 7950DATAgo forth mighty warrior with the message of our victory 7960DATAour hopes rise for the final victory over the Rakonan scourge 7970DATAa wind of fear is blowing in the faces of the Rakonan 7980DATAa feeling of exaltation is rising in our breasts 7990DATAyou bring us the hope that life may once again continue in peace 8000DATAgo now and sterilize the planet below that we may return to our birthplace 8010WHEN3:RESTORE+BC2%(J%) 8020DATAyour name is being spoken with equal reverence to that of the Muad'Dib himself 8030DATAonly rarely in the history of living beings has a warrior of your standing arisen 8040DATAwhen this is over you will reap rewards unthought of by mere mortals 8050DATAyou are carving your name onto the fabric of time itself 8060DATAwords cannot express our elation this has to be left to our thoughts 8070DATAyour followers clamour at the stargates for a glimpse of your personage 8080DATAour mortal lives are superincumbant upon your omnipresence 8090DATAthe brightest galaxy is a mere candle when compared to your supereminence 8100DATAyour name irradiates the shadow of the Rakonan bringing reassurance to dominated 8110DATAnever before in the history of existence have so many owed so much to one lifeform 8120WHEN4:RESTORE+BC2%(J%) 8130DATAwords simply are not adequate to describe our gratitude for your subvention 8140DATAwe are subjugated by your prescient awareness 8150DATAI ....... We ......... Thank you ......... 8160DATAwe as representatives of the Guild confirm our subordination to your every whim 8170DATAwe cannot express overwhelming sensations of gratitude that churn within us at this moment 8180DATAthe Guild is not easily enticed into expressing gratitude but gratitude we wish to offer 8190DATAthe 200 Gigabytes in each Rakonan mind are like a pocket calculator when compared to yourself 8200DATAIf we gave you the planet below it would be insufficient payment for your deeds 8210DATA"How the Guild will ever recompense you we do not know but we will try, Oh yes we will try" 8220DATAthe Rakonan will shudder in their Kholot tanks when they consider what you have done to them 8230ENDCASE 8240BC1%(I%)=BC1%(BC1P%):BC1P%-=1:IFBC1P%=1BC1P%=15:FORT%=1TO15:BC1%(T%)=T%:NEXT 8250BC2%(J%)=BC2%(BC2P%):BC2P%-=1:IFBC2P%=1BC2P%=15:FORT%=1TO15:BC2%(T%)=T%:NEXT 8260READ B$ 8270=A$+", "+B$ 8280DEFFNbadresult 8290LOCALT%,I%,A$,B$ 8300LOCALDATA 8310I%=RND(BC1P%) 8320RESTORE+BC1%(I%):READA$:BC1%(I%)=BC1%(BC1P%):BC1P%-=1:IFBC1P%=1BC1P%=15:FORT%=1TO15:BC1%(T%)=T%:NEXT 8330DATAan Arakan sandworm would have fought better battle for the Guild 8340DATAyou are simply not suitable for the position a LLanerk Pilot 8350DATAmy 186 year old granny would be better qualified as a Fighter 8360DATAwe will call in Dot Cotton as a replacement for you 8370DATAwe will have to consider another approach to the Rakonan problem 8380DATAwe will send for Captain Kirk to carry out your duties 8390DATAyou have as much courage in battle as a Peruvian turnip 8400DATAwe have to presume that in your haste you forgot to switch your brain on 8410DATAwas probably the worst attempt at fighting that any of us have ever seen 8420DATAwe are now able do deduce the reason for your insistence on wearing brown trousers 8430DATAthere are some comments that we would wish to make but there are some things better left unsaid 8440DATAthe fight that you put up against the Rakonan had all the power of a ZX81 8450DATAwe have organised a search to find the man who delivers the chocolates 8460DATAyour lack of courage is only just short of pure cowardice 8470DATAyou do not reach even the lowest required standard for a Guild fighter 8480I%=RND(BC2P%) 8490RESTORE+BC2%(I%):READB$:BC2%(I%)=BC2%(BC2P%):BC2P%-=1:IFBC2P%=1BC2P%=15:FORT%=1TO15:BC2%(T%)=T%:NEXT 8500DATAare to be rendered into low grade fertilizer 8510DATAare to be expelled forthwith from the Guild 8520DATAare sentenced to a period of 2000 years hard labour 8530DATAwill be awarded a Reliant Robin Turbo 8540DATAwill receive a bill for a replacement LLanerk 8550DATAare demoted to the position of latrine licker 8560DATAare to be given access to the central core of a fusion reactor 8570DATAare to be issued with a copy of the H2G2 and three spare thumbs 8580DATAare to receive the order of the size twelve 8590DATAare to carry out the duties of a Plutonian Plumb Picker until further notice 8600DATAwill write 500 times 'I am as useless a Venusian skwib-worm' 8610DATAare condemned to stand for 14 hours beneath a flock of incontinent seagulls 8620DATAare instructed to report to Mothercare as a trainee bouncer 8630DATAwill be replaced under the YTS scheme 8640DATAwill receive a full collection of Des O'Connor records 8650=A$+" and that you "+B$+"." 8660DEFFNfirstgo 8670I%=RND(BC2P%) 8680RESTORE+BC2%(I%):READB$:BC2%(I%)=BC2%(BC2P%):BC2P%-=1:IFBC2P%=1BC2P%=15:FORT%=1TO15:BC2%(T%)=T%:NEXT 8690DATAAfter that appalling performance we conclude 8700DATAWe are forced to say 8710DATAIt is our duty to say 8720DATAWe are forced to admit 8730DATAIt is our solemn duty to say 8740DATAThe Guild concludes 8750DATAFollowing that excuse for a sortie we must say 8760DATAIt is our conclusion 8770DATAWe are sorry to say 8780DATAWe can do nothing except say 8790DATAWe have no option but to say 8800DATAWe can draw no other conclusion except 8810DATAIt is the opinion of us all 8820DATAWe are most disappointed to say 8830DATAWhat else can we say except 8840=B$+" that " 8850DEFFNinspite 8860LOCALT%,I%,A$,B$ 8870LOCALDATA 8880I%=RND(7) 8890RESTORE+0:FORT%=1TOI%:READA$:NEXT 8900DATA Despite,Notwithstanding,In spite of,Taking account of,With note of,With allowances for,Without diminishing 8910A$=A$+" your previously " 8920I%=RND(7) 8930RESTORE+0:FORT%=1TOI%:READB$:NEXT 8940DATAgood,excellent,reasonable,satisfactory,exemplary,meritorious,effective 8950A$=A$+B$+" " 8960I%=RND(7) 8970RESTORE+0:FORT%=1TOI%:READB$:NEXT 8980DATAservice,performance,fighting skills,abilities,accomplishments,deeds,achievements 8990A$=A$+B$+" " 9000I%=RND(6) 9010RESTORE+0:FORT%=1TOI%:READB$:NEXT 9020DATAit has been decided,we have concluded,our decision is,we compute,we have reached the decision,we have come to the conclusion 9030A$=A$+B$+" that " 9040=A$ 9050DEFPROCcline(A$,Y%,C%) 9060PROCline2((38-LENA$),Y%,A$,C%) 9070ENDPROC 9080 9090DEFPROCline2(X%,Y%,A$,C%) 9100GCOLC%TINT255:VDU5 9110MOVEX%*16-4+32,511-Y%*8-4 9120PRINTA$ 9130GCOL0TINT0 9140MOVEX%*16+32,511-Y%*8 9150PRINTA$ 9160ENDPROC 9170 9180DEFPROCboxed(X%,Y%,A$,C%) 9190LOCALx%,y% 9200GCOL0TINT0 9210FORx%=-4TO4STEP4 9220FORy%=-4TO4STEP4 9230MOVEX%+x%,Y%+y% 9240PRINTA$ 9250NEXT:NEXT 9260GCOLC%TINT255 9270MOVEX%,Y% 9280PRINTA$ 9290ENDPROC 9300 9310DEFPROCline(Y%,A$,C%) 9320LOCALX%, 9330X%=640-LENA$*16 9340Y%=511-Y%*8 9350PROCboxed(X%,Y%,A$,C%) 9360ENDPROC 9370 9380DEFFNlength(A$,L%) 9390=A$+STRING$(L%-LENA$," ") 9400DEFFNno(N%) 9410=STRING$(7-LENSTR$N%," ")+STR$N% 9420UNTIL0 9430DATA&08080808,&30303030 9440DATA&28282828,&24242424 9450DATA&0C0C0C0C,&30303030 9460DATA&CCCCCCCC,&38383838 9470DATA&04040404,&20202020 9480END 9490DEFPROCchangedisc 9500VDU5 9510A%=FNlookatdisc:IFA%=1ENDPROC 9520PROCapocbox(0,8,1279,256) 9530LOCALERROR 9540ONERRORLOCAL 9550*CHANNELVOICE 1 1 9560REPEAT 9570VDU7 9580PROCgwin1D 9590REMPROCline(39,"Please insert the PLANETS disc into",15) 9600REMPROCline(49,"drive :0 and press the SPACE BAR",15) 9610REM*FX15 9620REMREPEATUNTILGET=32 9630REM*MOUNT :0 9640*SET Obey$Dir <OBEY$DIR>.!Planets 9650A%=FNlookatdisc 9660IFA%<>1 THEN 9670PROCgwin1D 9680PROCline(44,"This is not the PLANETS disc",15) 9690FORI%=1TO4 9700SOUND1,-15,100,10 9710TIME=0:REPEATUNTILTIME>50 9720NEXT 9730ENDIF 9740UNTILA%=1 9750ENDPROC 9760 9770DEFPROCgrin 9780LOCALT%,i% 9790VDU26 9800FORT%=1TO12 9810*SCHOOSE GREEN2 9820PLOT&ED,856,740 9830i%=TIME:REPEATUNTILTIME>i%+4 9840*SCHOOSE GREEN1 9850PLOT&ED,856,740 9860i%=TIME:REPEATUNTILTIME>i%+4 9870NEXT 9880ENDPROC 9890 9900DEFPROCspeak 9910*CHANNELVOICE 1 VWD 9920LOCALT%,X%,Y%,L%,F% 9930LOCALDATA 9940RESTORE+1 9950DATA3,4,2,3,3,4,2,6,3,5,2,4,3,5,2,18,1,10 9960X%=360:Y%=712 9970T%=TIME:REPEATUNTILTIME>T%+125 9980SOUND 1,-15,&1B00,1 9990REPEAT 10000READF%,L% 10010OSCLI"SCHOOSE FACE"+STR$F% 10020WAIT:PLOT&ED,X%,Y% 10030T%=TIME:REPEATUNTILTIME>T%+L%*8 10040UNTILF%=1 10050*CHANNELVOICE 1 THUNDERRM 10060ENDPROC 10070 10080DEFFNlookatdisc 10090LOCALD% 10100DIM D% &20 10110$D%="<Obey$Dir>.HST"+CHR$0 10120SYS "OS_File",5,D% TO A% 10130IFA%<>1 THEN=0 10140$D%="<Obey$Dir>.MAPS"+CHR$0 10150SYS "OS_File",5,D% TO A% 10160IF A%<2 THEN=0 10170$D%="<Obey$Dir>.PLAN"+CHR$0 10180SYS "OS_File",5,D% TO A% 10190IF A%<2 THEN=0 10200=1 10210 10220DEFPROCfastcode 10230REMSYS "ADFS_DiscOp",0,1,&68000,&8F00,372992 10240OSCLI"LOAD <OBEY$DIR>.APCOD 8F00 " 10250driver=!&9D00 10260showgenerals=!&9D04 10270bigbang=!&9D08 10280xpos=!&9D0C 10290ypos=!&9D10 10300zpos=!&9D14 10310shieldenergy=!&9D18 10320dieflag=!&9D1C 10330oldengine=!&9D20 10340hyperspace=!&9D24 10350green=!&9D28 10360blue=!&9D2C 10370maxsauc=!&9D30 10380score=!&9D34 10390highscore=!&9D38 10400spritescale=!&9D3C 10410mapload=!&9D40 10420planload=!&9D44 10430timecounter=!&9D48 10440minscore=!&9D4C 10450findsides=!&9D50 10460planetout=!&9D54 10470escapesequence=!&9D58 10480sylocs=!&9D5C 10490codeend=!&9D60 10500guntempcooler=!&9D64 10510shieldcharge=!&9D68 10520impcounter=!&9D6C 10530saucercounter=!&9D70 10540rapidturnF=!&9D74 10550IF(spritescale EOR escapesequence EORdieflag)<>96064 QUIT:DIMc%100:FORT%=0TO2STEP2:P%=c%:[OPTT%:.goc:SWI "OS_EnterOS":TEQP PC,#&FC000003:MOV PC,#0:]:NEXT:!0=!&3800000:CALLc% 10560SYS"Hourglass_Smash" 10570MOUSECOLOUR1,255,255,0 10580MOUSECOLOUR3,0,255,255 10590MOUSECOLOUR3,255,0,0 10600PROCchangedisc 10610ENDPROC
�>!a*.apocalypse �>:4.d*.r*.apocalypsE *FX200,3 (� 2� APOCALYPSE <� (C) G.J.KEY 1990 F�THE FOURTH DIMENSION P� Z2�<>&68000 � �=&68000:�"<Obey$Dir>.APOCALYPSE" d*FX3 n � 13:� xș"Hourglass_On" �*RUN <Obey$Dir>.BIGAPOC �%*SLOAD <Obey$Dir>.bits.SpriteFile �*RUN <Obey$Dir>.bits.CHARS �Ƞ4 �*CHANNELVOICE 1 THUNDERRM �*CHANNELVOICE 3 LAZERRM �*CHANNELVOICE 4 EXPLORM � �initrand �S%=1 � �fastcode �� findsides � DP%=8 �� !PL%=0:ME%=0:ST%=0:OS%=0:MM%=� �frontend(DP%) BO%=0 "*!score=0:!highscore=0:!saucercounter=0 , K%=L% 6� @�K%<>11 MM%=� JȎ BO%� T5�0:!shieldcharge=1:!rapidturnF=0:!guntempcooler=7 ^5�1:!shieldcharge=1:!rapidturnF=0:!guntempcooler=3 h5�2:!shieldcharge=1:!rapidturnF=1:!guntempcooler=3 r5�3:!shieldcharge=2:!rapidturnF=1:!guntempcooler=1 |� ��!dieflag=TRUE �*CHANNELVOICE 2 ENGINE3 ��23,16,64| �!oldengine=0 ��loadmap(K%) � �128:�128 ��15Ȝ255 �A%=BO%:�hyperspace �� PL%>9� �planetout!-20=6 �!planetout!-16=planetout!-16�2 �planetout!-12=60 �planetout!-4=planetout!-4*3 � �7Ȝ255 ȗ� 640,512 &� driver 0�!dieflag<>0 � :�escapesequence D(�!impcounter>=!planetout �!dieflag=2 N�26:�128:�128:� X *FX15 bT%=�:���>T%+50 l�results v� �*CHANNELVOICE 1 EXPLORM �*CHANNELVOICE 3 EXPLORM �3�1,-15,&800,1:�3,-15,&800,1,10:�4,-15,&200,1,30 �*CHANNELVOICE 2 WEARERM ��2,-15,&F00,1,140 �T%=� � � bigbang �*CHANNELVOICE 1 THUNDERRM �*CHANNELVOICE 3 LAZERRM ����>T%+500 ��26:�128:�128:� ��results �� � !dieflag=2L%=L%�9+1:K%=L% �!dieflag=0 �0 � * 4��hyperspace >� H�� �error(�) R� hyperspace \� f p��launch z*CHANNELVOICE 1 ENGINE3 ��X%,Y%,S%,T% �X%=256:Y%=676:S%=1 ��8,0:�26 �*SCHOOSE back1 �Ȗ:�&ED,X%,Y% �'�X%,Y%:�BY32,88:�23,27,1,4|23,27;1| ��&ED,X%,Y% ��Y%=680�1024�4 ��1,-15,(Y%-676)>>1,4 ��23,27,0,4| �T%=�:���>T%+2 �CȖ:�&ED,X%,Y%-4:�X%,Y%:�BY32,88:�23,27,1,4|23,27;S%|:�&ED,X%,Y% �S%=(S%+1)�3 � �X%=-15�0 �1,X%,(Y%-676)>>1,1 $T%=�:���>T%+4:Ȗ .�:�gwin1 8� B L��error(Err) V� ` �� � j�Err=&108C9� t *CLOSE ~=�gwin1E:�line(16,"PLEASE REMOVE THE WRITE PROTECTION",15) �1�line(24,"FROM YOUR DISC AND PRESS SPACE",15) ��waitspace �� � *CLOSE �6�gwin1E:�line(16,"THE DISC IN DRIVE :0 IS NOT",15) �#�line(24,"THE PLANETS DISC",15) �1�line(32,"PLEASE INSERT THE CORRECT DISC",15) �"�line(40,"AND PRESS SPACE",15) ��waitspace �� �� � ��lhsc �Q%,T% � �� �error(�) (Q%=�"<Obey$Dir>.HST" 2;�T%=0�8:�#Q%,H%(T%),H$(T%),P%(T%),D(T%),M%(T%),S%(T%):� <�#Q%,MP% F�#Q% P� Z d ��shsc n �Q%,T% x� ��� �"*CLOSE":� ��T%=0�8 �Q%=�"<Obey$Dir>.HST" �;�T%=0�8:�#Q%,H%(T%),H$(T%),P%(T%),D(T%),M%(T%),S%(T%):� ��#Q%,MP% ��#Q% �� � �ݤdectime(T) � �A%,B% � |TB%=T �ș&C0,TB%,TS%,30 � A%,B% � ?B%=13 =$A% ݤmedaldecode(A%) "�A$ , ȎA%� 6�1:A$="IX LANDER" @�2:A$="ROGAN CROSS" J�4:A$="JAHIDD STAR" T�8:A$="MAHNIK ORB" ^�16:A$="MAHNIK BAR" h�32:A$="GALHERN STAR" r�64:A$="ZIRCON HOLE" |�128:A$="SIRUUN GATE" �� �=A$ � �ݤdecodestatus(A%) ��+(A%+1) ��LESS THAN USELESS ��USELESS ��ALMOST USELESS ��AMATEUR ��CONSCRIPT ��PROVISIONAL STEERSMAN ��STEERSMAN ��STEERSMAN GRADE II �BATTLER GRADE I �BATTLER GRADE II �GLADIATOR &�CARABINEER 0�MARTIAL :�DARNAK MARTIAL D�FREMMEN N�BERSERKER X�GRAND BERSERKER b�PRESCIENT l�IMMUTABLE v�OMNIPOTENT ��OMNIPRESENT ��GOD ��S$ �=S$ � ���loadmap(K%) ��K%<>11� �!impcounter=0 �PL%+=1:SO%=0 ��L%-1>MP% MP%+=1:�shsc �� � SO%+=1 �?mapload=K%+48 ?planload=L%+48 � ��apocbox(X%,Y%,W%,H%) *��63Ȝ255:ȓX%,Y%,W%,H%:�63Ȝ0:ȓȐX%+8,Y%+8,W%-16,H%-16:X%+=(W%>>1):�61Ȝ255:ȏȐX%,Y%+4,12:�21Ȝ255:ȏX%,Y%+4,12:Y%+=H%-4:�47Ȝ255:ȝȐX%,Y%,32,16:ȏȐX%+40,Y%,8:ȏȐX%-40,Y%,8:�21Ȝ255:ȝX%,Y%,32,16:ȏX%+40,Y%,8:ȏX%-40,Y%,8:�3Ȝ255:ȝȐX%,Y%,16,8 4� > H��highlight(X,Y) R�3,36Ȝ255 \ȓȐX,544+Y*42,288,42 f �3,1Ȝ255 pȓX,544+Y*42,288,42 z� � ���disptable ��h,A$,X%,Y%,T%,S%,B% �$h=8-H:DH=H:*CHANNELVOICE 1 kling ��1,-15,&1C00,1 ��0,0:Ȗ �!�apocbox(0,8,1279,480):U%=464 �1�line(7,"The Honours bestowed upon "+H$(h),3) �2�cline(�H%(h)+" Rakonan Units Destroyed",13,8) �1�cline("At Terran time "+�dectime(D(h)),18,8) �4A$=�nostring(P%(h))+" Planet":� P%(h)>1A$=A$+"s" �"�cline(A$+" encountered",23,8) �0�cline("Status "+�decodestatus(S%(h)),30,15) S%=1:X%=160:Y%=200:�T%=1�8 B%=M%(h)�S% @�B%�boxed(X%,Y%,�medaldecode(B%),15):X%=X%�624:�X%=160Y%-=40 $S%=S%<<1 .� 8� B L��frontend(DP%) V�5:�lhsc `�P$,X,Y,Z,P,OP,H,OH,DH j OP=8-MP%:OH=DP%:DH=DP%:H=DP% t�13 ~*FX112,2 �� � �&8FF0 �+A%=160:B%=110:C%=48:D%=256:�spritescale ��5 ��disptable ��apocbox(0,512,320,492) ��apocbox(959,512,320,492) ��boxed(48,968,"PLANETS",8) � �boxed(1009,968,"HONOURS",8) ��+3 �)�T%=0�8:�P$:�T%<=MP% �2Ȝ255��63Ȝ255 ��48,912-T%*42:�P$ � I�OCCARIS,BETA-Q,MELANIS,ROTANIS,GUIDA,SALATSI,RHEORCK,SIRIUS3,ARCRINA �2Ȝ255 �T%=0�8 (�1009,912-T%*42:�H$(T%) 2 �2Ȝ0 <� F�63Ȝ255 P*FX113,2 Zȗ � d-�highlight(16,OP):�highlight(972,OH):L%=� n� x3ȗX,Y,Z:ZZ$=�0:�ZZ$="Q"�ZZ$="q"�"FX20":*DESKTOP ��Y>549�Y<922�X>963�X<1271� �H=(Y-544)�42 ��H<>OH � ��highlight(972,OH) ��highlight(972,H) �OH=H �� ��Z �disptable �� �7�OH<>DH �highlight(972,OH):�highlight(972,DH):OH=DH �� ��Y>549�Y<922�X>7�X<313� �P=(Y-544)�42 �P<>OP �P>7-MP% � �highlight(16,OP) �highlight(16,P) "OP=P ,� 6�Z L%=9-OP @� J�L% T*CHANNELVOICE 1 kling ^�1,-15,&1000,1 hȗ � r� | ���initrand �4� H%(8),H$(8),D(8),P%(8),S%(8),M%(8),TB%12,TS%30 �� BC1%(15):BC1P%=15 �� BC2%(15):BC2P%=15 �&�T%=1�15:BC1%(T%)=T%:BC2%(T%)=T%:� �� � ���gwin1C ��24,28;28;1244;432; ��128+63Ȝ0 �� �� � ��gwin1E �24,28;28;1244;U%; �128+63Ȝ0 &� 0� : D��gwin1D N�24,28;28;1244;240; X�128+63Ȝ0 b� l� v ���gwin1 ��24,28;28;1244;432; �� � ���gwin2 ��24,32;32;1248;432; �� � � ��results �*CHANNELVOICE 1 THUNDERRM �*CHANNELVOICE 2 THUNDERRM ��1,-15,&500,1 ��2,-15,&300,1,20 �1,-15,&500,1,100 �2,-15,&300,1,170 S%=!score �A$,l%,D% *� showgenerals 4M%=!minscore >�VDU28,1,30,38,17 H!�apocbox(0,8,1279,503):U%=480 R,�line(4,"The ROYAL GUILD OF SPACING",15) \D%=!dieflag f� D%=0� p7�cline("Results of postmortic enquiry",10,48):C%=48 z� �G�S%>=M%�D%=1:�cline("Results of preliminary debriefing",10,12):C%=4 �?�S%<M%�D%=1�cline("Results of final debriefing",10,19):C%=3 �7�D%=2�cline("Results up to Guild withdrawal",10,19) �� �� �Ȏ SO% � ��1:A$="First" ��2:A$="Second" ��3:A$="Third" ��4:A$="Fourth" ��5:A$="Fifth" �� �+�cline("Rakonan Units destroyed",19,19) ?�cline(�length(A$+" sortie",17)+" :"+�5," ")+�no(S%),26,15) l%=33 � SO%>1 � $T�cline(�length("Previous sortie's",17)+" :"+�5," ")+�no(!highscore),l%,15):l%+=7 .� 8A$=�nostring(PL%) B$A$=A$+" Planet":�PL%<>1A$=A$+"s" L*�cline(A$+" encountered",l%,19):l%+=12 V/�cline("Press SPACE for Conclusions",54,19) `�D%=2�speak j *FX15 t�waitspaceE ~*CHANNELVOICE 2 ENGINE3 ��conclude(D%) �� � �ݤnostring(P%) ��A$ � ȎP%� ��1:A$="One" ��2:A$="Two" ��3:A$="Three" ��4:A$="Four" ��5:A$="Five" ��6:A$="Six" �7:A$="Seven" �8:A$="Eight" �9:A$="Nine" �10:A$="Ten" (�11:A$="Eleven" 2�12:A$="Twelve" <�13:A$="Thirteen" F:A$="Umpteen" P� Z=A$ d n��conclude(d%) x�A$,B$,X%,Y%,R%,D%,S%,m%,C% � S%=!score �C%=15:D%=!dieflag:G%=0 ��D%<>2OS%+=S% � �gwin1 ��D%=0 � �A$=�hesdead �� ��S%<M%�d%<>2� �(�SO%>1�PL%>1A$=�inspite:�A$=�firstgo �A$=A$+�badresult:!dieflag=0 �� �A$=�gettingbetter(d%) �� � �gwin1C �fline(32,404,A$,C%) "!TB%=138:TB%!4=139:TB%!8=-1 ,�read(X%,Y%) 6#�S%>M%*2��(S%)>M%*2�SO%<>5�MM%� @MM%=�:R%=1<<(�(8)-1) J�(ME%�R%)=0� TME%=ME%�R%:G%=� ^A$="We award " h�D%=0 A$=A$+"posthumously " r2�fline(32,Y%-56,A$+"the "+�medaldecode(R%),14) |� �� ��read(X%,Y%) �m%=�maxstatus ��S%>M%�ST%<m%ST%+=1 ��D%=2�ST%<m%ST%=m% �>�fline(32,Y%-44,"Overall status : "+�decodestatus(ST%),14) �.�fline(280,60,"PRESS SPACE TO CONTINUE",3) ��G%=� �grin ��waitspaceE �"� !dieflag=1K%=11:�aditional:� �� OS%<=H%(8) � d%=2� ��gwin1C �2�cline("Please enter your name for the",13,15) !�line(19,"ROLL of HONOUR",15) $A$="":$TB%="*.......*":R%=0:X%=0 �cline($TB%,38,15) & �D%=� 0�D%>31�D%<128� :�D%=127�R%>0� D TB%?R%=46 N R%-=1 XA$=�A$,�A$-1) b� l�D%<>127�R%<7� v R%+=1 � TB%?R%=D% � A$=A$+�D% �� �� ��X%<>R%� � X%=R% �3�63Ȝ0:Ȗ:ȓȐ492,176,300,32:�cline($TB%,38,15) �� � �D%=13 �4H%(8)=OS%:H$(8)=A$:P%(8)=PL%:S%(8)=ST%:M%(8)=ME% � ?TB%=3 �ș "OS_Word",14,TB% � D(8)=|TB% �sort � ��aditional *� S%,M%,bo%,A$,B$ 4bo%=BO% > S%=!score HM%=(!minscore)<<1 R�S%>=M%�BO%<>0� \�S%>=M%�BO%<3 BO%+=1 f�S%<M%�BO%>0 BO%-=1 p� bo%<>BO%� zbo%=BO%-4*(S%<M%) � �+bo% �{�Due to your high performance with a standard LLanerk you are authorized to fit a Supercooler to your Photon cannon.,"" ���As a reward for your continued high efficiency we are issuing you with a LLanerk MkII fitted with a Supercooler and an Anti-inertial Direction Bender.,To control the ADB use the left and right cursor keys. ���"We feel that you are sufficiently skilled to take control of a LLanerk Battlecruiser fitted with Supercooler, ADB and Hypershields.","" ���Though a reasonable fighter your kill rate is not high enough to warrant a Supercooler,Authority is therefore being withdrawn ���Your efficiency rating has fallen below the minimum for ADB issue.,LLanerk MkII is withdrawn but you may retain Supercooler authority ���We cannot afford to risk a LLanerk Battlecruiser in the hands of anything but a first class fighter,You are demoted to LLanerk MkII � �A$,B$ ��gwin1C ��line(16,"ADDENDUM",14) ��read(X%,Y%) ��fline(32,Y%-56,A$,14) �/�B$<>"" �read(X%,Y%):�fline(32,Y%-56,B$,14) �bo%<4 �launch .�fline(280,60,"PRESS SPACE TO CONTINUE",3) �waitspaceE $� .� 8!highscore=OS%:!score=0 B� L V `��waitspace j ���-99 t����-99 ~ *FX15 �� � ���waitspaceE ��R%,E%,F%,X%,Y%:E%=�:F%=1 �X%=600:Y%=792:�26 �� �R%=�(2000) ��-E%>100F%=1 ��R%=50��-E%<80� � �F%=1� � E%=�:F%=2 �*SCHOOSE SPOCK2 �&ED,X%,Y% � �(�-E%)>20�F%=2� F%=3 (*SCHOOSE SPOCK3 2�&ED,X%,Y% <� F�(�-E%)>40�F%=3� PF%=4 Z*SCHOOSE SPOCK2 d�&ED,X%,Y% n� x�(�-E%)>60�F%=4� �F%=5 �*SCHOOSE SPOCK1 ��&ED,X%,Y% �� �� � ��-99 �����-99 � *FX15 �� � �ݤmaxstatus ��m% � ȎPL%� �1:m%=4 �2:m%=7 �3:m%=9 "�4:m%=11 ,�5:m%=13 6�6:m%=15 @�7:m%=17 J�8:m%=19 T�9:m%=21 ^:m%=21 h� r=m% | � ��sort � DP%=0 � �T%=8�1�� ��I%=T%�1�� ��H%(I%)>H%(I%-1)� �ȔH%(I%),H%(I%-1) �ȔH$(I%),H$(I%-1) �ȔP%(I%),P%(I%-1) �ȔM%(I%),M%(I%-1) �ȔS%(I%),S%(I%-1) �ȔD(I%),D(I%-1) � DP%+=1 �� � � �shsc &� 0 :��read(� X%,� Y%) D!TB%=138:TB%!4=139:TB%!8=-1 N#ș"OS_ReadVduVariables",TB%,TS% XX%=!TS%:Y%=TS%!4 b� l v��fline(X%,Y%,A$,C%) �6�gwin1:�C%Ȝ255:� X%-4,Y%-4:ș "OS_PrettyPrint",A$ �/�gwin2:�0Ȝ0:� X%,Y%:ș "OS_PrettyPrint",A$ �� � � ݤhesdead � �A$,B$,s% �A$=�weresorry �s%=S%:�s%<=M%s%=0 ��s%>M%�s%<=M%*2 s%=1 ��s%>M%*2�s%<=12000 s%=2 �"�s%>12000+M%�s%<=20000+M% s%=3 ��s%>20000+M% s%=4 �-�BC1P%>10:�T%=1�15:BC1%(T%)=T%:�:BC1P%=10 I%=�(BC1P%) Ȏs%� �0:�+BC1%(I%) s�Even though this fighters performance was poor in the extreme we should not forget the loss of the LLanerk pod *E�Fortunately the loss to the Guild as a whole is not a great deal 4_�We must try improve the skill level of pilots before trusting them with valuable machinery >R�Even so we must not forget the even greater loss of a LLanerk without results HB�"But never mind things could be worse, it could have been us" R@�But why worry about the loss of such an insignificant being \P�We that remain should learn from the mistakes of inept pilots like this one f;�In no way will this loss effect the outcome of the war pQ�In many ways this loss will actually benefit the Guild as a training example z2�Such poor fighters only live for a short time ��1:�+BC1%(I%) �a�Though not a brilliant fighter there was a chance of long-term improvement within this pilot �J�It is a shame that this pilots full potential will never be developed �U�It was possible that this pilot could have developed into something of great use �O�Given a few more sorties this pilot may have developed into a true fighter �H�Unfortunately we will never see the hidden talent within this pilot �R�If the time had been available to this pilot we may have seen something great �X�With a little more care this pilot could have lived to become something to remember �K�Now we will never know if there was latent ability within this fighter �\�It saddens us even more to think that we will never see what this pilot could have been �>�Unfortunately everything that could have been is now lost ��2:�+BC1%(I%) �T�This loss may possibly have a long term effect upon the war against the Rakonan H�This fighter had abilities that will be greatly missed by the Guild X�Seldom has such potential ability existed within a pilot. This loss is a great one Y�Pilots of like to the one we have lost today are difficult in the extreme to replace $D�The loss of a LLanerk is diminished by the loss of this fighter .M�If we keep losing pilots of this quality we may not overcome the Rakonan 8D�We will have to search long and hard for a suitable replacement BN�It is possible that we may not be able to replace a pilot of such ability LV�The loss of this LLanaerk pilot sends shudders through the structure of the Guild VD�The Guild is filled with sadness at the tragic loss of this one `�3:�+BC1%(I%) j]�The loss of such a distinguished LLanerk pilot brings sadness to the hearts of the Guild tZ�This warrior was of the greatest standing within the Guild and shall be sorely missed ~Y�Such a skilled and courageous warrior cannot be replaced as easily as a mere LLanerk �j�"We do not know if the Guild can survive such losses as this, perhaps the Rakonan will win after all" �X�Warriors of such high esteem only arise infrequently and cannot be replaced at will �:�Where in the known universe can we find a replacement �]�Pilots of such extreme aptitude are products of nature and cannot be constructed at will �X�We of the Guild ask you all 'where can we find another with the skills of this one' �P�Such an embodiment of pure courage cannot be replaced at the wave of a hand �P�Even the immense resources of the Guild are insufficient to cover this loss ��4:�+BC1%(I%) �H�All carbon life must search the universe to try to replace this one �T�Without warriors of such incredible proficiency the Guild are in trouble indeed �c�How can true life expect to exist when the scourge Rakonan can destroy such an exalted warrior �R�We cannot express the extent of the loss to our prospects against the Rakonan {�If one who possessed such incredible power and skill can fall before the Rakonan what hope is there for the rest of us A�Where in the universe can we even hope to find a replacement ^�It would be easier to find a dust mote in the Crab than to find this warriors replacement D�With this loss we forfeit the value of a million LLanerk pilots (b�How can one who has overcome such overwhelming odds have fallen to the scourge of the Rakonan 2W�Such valiant boldness is only found once or twice in a millennium but never thrice <� F�B$ P=A$+B$+"." Zݤweresorry d �A$,R% nR%=�(BC1P%) xV�+(BC1%(R%)):BC1%(R%)=BC1%(BC1P%):BC1P%-=1:�BC1P%=1�T%=1�15:BC1%(T%)=T%:�:BC1P%=15 �N�It is with great sorrow that we must report the demise of a Guild fighter �=�We are saddened to report the death of one of our pilots �?�We regret that we must announce the death of a Guild pilot �@�After the sad loss of a Guild pilot we issue this statement �>�It is our sad duty to report the death of a Guild fighter �O�We must announce that another Guild fighter has failed to return from duty �I�Once again it befalls upon us to report the death of a Guild fighter �7�Again sadly we declare the loss of a guild fighter �@�We are much aggrieved to report the demise of a Guild pilot �N�It is with great sadness that we proclaim the loss of yet another fighter �>�It is our solemn duty to report the loss of a Guild pilot �C�It is our grave duty to promulgate the demise of a Guild pilot �Z�It is with great distress that we announce a further loss from the ranks of the Guild N�With great pain of mind we are forced to report the loss of a Guild pilot ?�It is our sorrowful duty to report the demise of a fighter �A$ " =A$+". " , 6ݤtomanysorties @ �A$,R% JR%=�(4):�+R% T`�"Your productivity does not reach the high levels required from a LLanerk pilot, therefore" ^]�"You are taking far too long to approach the sterilization point for this Planet, hence" hl�"Your efficiency as a fighter is not great enough to warrant you continued employment, consequentially" rR�"As you have not sterilized this planet within the maximum number of sorties" |�A$:!dieflag=0 �5=A$+" we are withdrawing you from active service" � �ݤontothenext � �A$,R% �R%=�(5):�+R% ���"destroyed sufficient Rakonan resources to induce a degeneration in their planetary structure, they will die out within a few months" �F�achieved a sterilization figure in excess of the required minimum �q�sterilized a sufficient quantity of the planets surface to enable lesser LLanerk pilots to complete the task �i�despatched a great enough number of Rakonan resources as to make their continued presence impossible �h�annihilated a large enough section of the Rakonan scourge so as to render them powerless against us ��A$ �@="You have "+A$+". You are to be allocated another planet." � ݤgettingbetter(d%) �d%=2�=�ontothenext � SO%=5�=�tomanysorties &�A$,B$,T%,s%,I%,J% 0� BC1P%>10 BC1P%=10 :� BC2P%>10 BC2P%=10 Ds%=� N�T%=1�10 X'�BC1%(T%)>10�BC2%(T%)>10 s%=�:T%=10 b� l)�s%�T%=1�10:BC1%(T%)=T%:BC2%(T%)=T%:� vs%=S%-M%:�s%<=M%s%=0 ��s%>M%�s%<=M%*2 s%=1 ��s%>M%*2�s%<=12000+M% s%=2 �"�s%>12000+M%�s%<=20000+M% s%=3 ��s%>20000+M% s%=4 �I%=�(BC1P%):J%=�(BC2P%) � Ȏs%� ��0:�+BC1%(I%) �0�Your general performance is somewhat sloppy �3�We are most disappointed with your performance �<�You are definitely not the best fighter in the universe �i�"You know the term 'if at first you don't succeed..', you could be taking it at little bit too far" �(�Your abilities are decidedly shoddy �<�We are not very impressed with your current performance b�When we see people like you we tend to wonder if Human life really is inferior to the Rakonan <�You are lacking in most of the required fighting skills Q�You fail to understand that we have to eradicate the Rakonan not tickle them -�Your performance is decidedly amateurish *�1:�+BC1%(I%) 43�We are satisfied with your overall performance >7�Though not brilliant you performed reasonably well H3�You have shown quite a bit of latent potential R3�That was an acceptably fair display of ability \9�You are showing a reasonable level of warrior skills fB�There are slight signs of ability showing in your performance p6�We are content with your current level of ability z7�You seem to possess a some signs of fighting skill �)�Effectively that wasn't a bad sortie �4�That was a adequately good level of performance ��2:�+BC1%(I%) �6�We are greatly pleased with your skilful fighting �,�That was an excellently executed sortie �?�You are a superb example of what a LLanerk pilot should be �X�Whilst we have LLanerk pilots like you we stand a chance of eradicating the Rakonan �>�That was an incredible example of quality fighting skills �@�You show all the signs of becoming a top rate LLanerk pilot �:�Your fighting skills show a high degree of excellence �&�That was a very well flown sortie �4�We congratulate you on an admirable performance �@�We are pleased to commend you for a meritorious performance �3:�+BC1%(I%) 6�The Guild thanks you for a consummate performance @�The level of your fighting skills transcend the imagination $5�We bow down before the excellence of your aurora .:�There is no superlative to describe your achievements 8L�Tales of your Heroic deeds are spreading like a virus across the galaxy BN�Your skills in the art of combat are only exceeded by the Gods themselves L7�You are rapidly becoming a legend in your own time V_�It is incredible to think that only a short time ago you hadn't even seen a LLanerk saucer `H�AEons will pass before your name fades from the minds of the people jf�"The Rakonan will always tremble at the mention of your name, if that is they survive you at all" t�4:�+BC1%(I%) ~K�It seems you can destroy a hundred Rakonan with the blink of an eyelid �d�You have reached that balance of power and skill that makes you the most formidable of warriors �4�The value of your deeds are truly unappraisable �X�Future generations will strive fruitlessly to reach the pinnacle you have set today �I�It is difficult to believe the ease with which you destroy our enemy �U�We the Elders of the Guild prostrate ourselves before your display of excellence �A�It is greatly pleasing to see how you exasperate the Rakonan �v�You are the living proof that the cold logic of the Rakonan will eventually be overcome by the randomness of life �<�Please accept the humble admiration of the entire Guild �K�Your courage and endurance are unmatched by any previous LLanerk pilot �� ��A$ � Ȏs%� �0:�+BC2%(J%) 7�however we have decided to give you another chance O�despite this and against our better judgement you will have another chance 8�in spite of this we are willing to let you continue (4�even so you can continue to fight for the Guild 2H�we Hope you will fair better when you return to the planets surface <>�taking this into account we will give you one more chance F(�however we will trust you once more P)�please try a little harder in future Z@�you must put more effort into the fight on your next sortie d=�you will be given one more opportunity to prove yourself n�1:�+BC2%(J%) x2�may the force be with you on your next sortie �7�our confidence goes with you into your next battle �,�go forth and carry out more of the same �M�we are therefore sure that you will carry on in at least the same manner �,�you give us hope for our future victory �O�we are ever confident that you will continue to perform in the same manner �%�long may you continue to improve �A�we have faith in your ability to continue to serve the Guild �D�we trust that we can rely on this level of efficiency in future �R�we feel that we can rely on you to continue to fight in this efficient manner ��2:�+BC2%(J%) �/�time now runs short for the Rakonan swarms �E�the existence of all carbon life is carried safely in your hands �8�you carry with you the confidence of all the galaxy .�our hearts know that we can rely upon you <�go forth mighty warrior with the message of our victory B�our hopes rise for the final victory over the Rakonan scourge ":�a wind of fear is blowing in the faces of the Rakonan ,5�a feeling of exaltation is rising in our breasts 6E�you bring us the hope that life may once again continue in peace @O�go now and sterilize the planet below that we may return to our birthplace J�3:�+BC2%(J%) TS�your name is being spoken with equal reverence to that of the Muad'Dib himself ^V�only rarely in the history of living beings has a warrior of your standing arisen hI�when this is over you will reap rewards unthought of by mere mortals r=�you are carving your name onto the fabric of time itself |I�words cannot express our elation this has to be left to our thoughts �L�your followers clamour at the stargates for a glimpse of your personage �?�our mortal lives are superincumbant upon your omnipresence �N�the brightest galaxy is a mere candle when compared to your supereminence �U�your name irradiates the shadow of the Rakonan bringing reassurance to dominated �W�never before in the history of existence have so many owed so much to one lifeform ��4:�+BC2%(J%) �P�words simply are not adequate to describe our gratitude for your subvention �2�we are subjugated by your prescient awareness �/�I ....... We ......... Thank you ......... �T�we as representatives of the Guild confirm our subordination to your every whim �_�we cannot express overwhelming sensations of gratitude that churn within us at this moment �]�the Guild is not easily enticed into expressing gratitude but gratitude we wish to offer �b�the 200 Gigabytes in each Rakonan mind are like a pocket calculator when compared to yourself T�If we gave you the planet below it would be insufficient payment for your deeds `�"How the Guild will ever recompense you we do not know but we will try, Oh yes we will try" a�the Rakonan will shudder in their Kholot tanks when they consider what you have done to them &� 0IBC1%(I%)=BC1%(BC1P%):BC1P%-=1:�BC1P%=1BC1P%=15:�T%=1�15:BC1%(T%)=T%:� :IBC2%(J%)=BC2%(BC2P%):BC2P%-=1:�BC2P%=1BC2P%=15:�T%=1�15:BC2%(T%)=T%:� D� B$ N=A$+", "+B$ Xݤbadresult b�T%,I%,A$,B$ l�� vI%=�(BC1P%) �X�+BC1%(I%):�A$:BC1%(I%)=BC1%(BC1P%):BC1P%-=1:�BC1P%=1BC1P%=15:�T%=1�15:BC1%(T%)=T%:� �E�an Arakan sandworm would have fought better battle for the Guild �A�you are simply not suitable for the position a LLanerk Pilot �B�my 186 year old granny would be better qualified as a Fighter �8�we will call in Dot Cotton as a replacement for you �E�we will have to consider another approach to the Rakonan problem �;�we will send for Captain Kirk to carry out your duties �<�you have as much courage in battle as a Peruvian turnip �M�we have to presume that in your haste you forgot to switch your brain on �M�was probably the worst attempt at fighting that any of us have ever seen �W�we are now able do deduce the reason for your insistence on wearing brown trousers �d�there are some comments that we would wish to make but there are some things better left unsaid �N�the fight that you put up against the Rakonan had all the power of a ZX81 !K�we have organised a search to find the man who delivers the chocolates !>�your lack of courage is only just short of pure cowardice !K�you do not reach even the lowest required standard for a Guild fighter ! I%=�(BC2P%) !*X�+BC2%(I%):�B$:BC2%(I%)=BC2%(BC2P%):BC2P%-=1:�BC2P%=1BC2P%=15:�T%=1�15:BC2%(T%)=T%:� !41�are to be rendered into low grade fertilizer !>0�are to be expelled forthwith from the Guild !H8�are sentenced to a period of 2000 years hard labour !R*�will be awarded a Reliant Robin Turbo !\2�will receive a bill for a replacement LLanerk !f2�are demoted to the position of latrine licker !pC�are to be given access to the central core of a fusion reactor !zD�are to be issued with a copy of the H2G2 and three spare thumbs !�0�are to receive the order of the size twelve !�Q�are to carry out the duties of a Plutonian Plumb Picker until further notice !�A�will write 500 times 'I am as useless a Venusian skwib-worm' !�P�are condemned to stand for 14 hours beneath a flock of incontinent seagulls !�@�are instructed to report to Mothercare as a trainee bouncer !�*�will be replaced under the YTS scheme !�;�will receive a full collection of Des O'Connor records !�=A$+" and that you "+B$+"." !� ݤfirstgo !�I%=�(BC2P%) !�X�+BC2%(I%):�B$:BC2%(I%)=BC2%(BC2P%):BC2P%-=1:�BC2P%=1BC2P%=15:�T%=1�15:BC2%(T%)=T%:� !�1�After that appalling performance we conclude !��We are forced to say "�It is our duty to say "�We are forced to admit "!�It is our solemn duty to say "$�The Guild concludes ".3�Following that excuse for a sortie we must say "8�It is our conclusion "B�We are sorry to say "L!�We can do nothing except say "V!�We have no option but to say "`+�We can draw no other conclusion except "j �It is the opinion of us all "t$�We are most disappointed to say "~ �What else can we say except "�=B$+" that " "� ݤinspite "��T%,I%,A$,B$ "��� "�I%=�(7) "��+0:�T%=1�I%:�A$:� "�p� Despite,Notwithstanding,In spite of,Taking account of,With note of,With allowances for,Without diminishing "�A$=A$+" your previously " "�I%=�(7) "��+0:�T%=1�I%:�B$:� "�K�good,excellent,reasonable,satisfactory,exemplary,meritorious,effective "�A$=A$+B$+" " # I%=�(7) # �+0:�T%=1�I%:�B$:� #U�service,performance,fighting skills,abilities,accomplishments,deeds,achievements #A$=A$+B$+" " #(I%=�(6) #2�+0:�T%=1�I%:�B$:� #<��it has been decided,we have concluded,our decision is,we compute,we have reached the decision,we have come to the conclusion #FA$=A$+B$+" that " #P=A$ #Z��cline(A$,Y%,C%) #d�line2((38-�A$),Y%,A$,C%) #n� #x #���line2(X%,Y%,A$,C%) #��C%Ȝ255:�5 #��X%*16-4+32,511-Y%*8-4 #��A$ #� �0Ȝ0 #��X%*16+32,511-Y%*8 #��A$ #�� #� #���boxed(X%,Y%,A$,C%) #� �x%,y% #� �0Ȝ0 #��x%=-4�4�4 $�y%=-4�4�4 $�X%+x%,Y%+y% $�A$ $"�:� $,�C%Ȝ255 $6 �X%,Y% $@�A$ $J� $T $^��line(Y%,A$,C%) $h�X%, $rX%=640-�A$*16 $|Y%=511-Y%*8 $��boxed(X%,Y%,A$,C%) $�� $� $�ݤlength(A$,L%) $�=A$+�L%-�A$," ") $�ݤno(N%) $�=�7-��N%," ")+�N% $��0 $��&08080808,&30303030 $��&28282828,&24242424 $��&0C0C0C0C,&30303030 $��&CCCCCCCC,&38383838 $��&04040404,&20202020 %� %��changedisc %�5 %&A%=�lookatdisc:�A%=1� %0�apocbox(0,8,1279,256) %:� %D�� %N*CHANNELVOICE 1 1 %X� %b�7 %l�gwin1D %v:�PROCline(39,"Please insert the PLANETS disc into",15) %�7�PROCline(49,"drive :0 and press the SPACE BAR",15) %� �*FX15 %��REPEATUNTILGET=32 %��*MOUNT :0 %�%*SET Obey$Dir <OBEY$DIR>.!Planets %�A%=�lookatdisc %��A%<>1 � %��gwin1D %�/�line(44,"This is not the PLANETS disc",15) %��I%=1�4 %��1,-15,100,10 %��=0:���>50 %�� &� & �A%=1 &� & &* ��grin &4 �T%,i% &>�26 &H�T%=1�12 &R*SCHOOSE GREEN2 &\�&ED,856,740 &fi%=�:���>i%+4 &p*SCHOOSE GREEN1 &z�&ED,856,740 &�i%=�:���>i%+4 &�� &�� &� &���speak &�*CHANNELVOICE 1 VWD &��T%,X%,Y%,L%,F% &��� &��+1 &�*�3,4,2,3,3,4,2,6,3,5,2,4,3,5,2,18,1,10 &�X%=360:Y%=712 &�T%=�:���>T%+125 &�� 1,-15,&1B00,1 '� ' �F%,L% '�"SCHOOSE FACE"+�F% '$Ȗ:�&ED,X%,Y% '.T%=�:���>T%+L%*8 '8 �F%=1 'B*CHANNELVOICE 1 THUNDERRM 'L� 'V '`ݤlookatdisc 'j�D% 't� D% &20 '~$D%="<Obey$Dir>.HST"+�0 '�ș "OS_File",5,D% � A% '��A%<>1 �=0 '�$D%="<Obey$Dir>.MAPS"+�0 '�ș "OS_File",5,D% � A% '�� A%<2 �=0 '�$D%="<Obey$Dir>.PLAN"+�0 '�ș "OS_File",5,D% � A% '�� A%<2 �=0 '�=1 '� '���fastcode '�.�SYS "ADFS_DiscOp",0,1,&68000,&8F00,372992 ( "�"LOAD <OBEY$DIR>.APCOD 8F00 " ( driver=!&9D00 (showgenerals=!&9D04 (bigbang=!&9D08 ((xpos=!&9D0C (2ypos=!&9D10 (<zpos=!&9D14 (Fshieldenergy=!&9D18 (Pdieflag=!&9D1C (Zoldengine=!&9D20 (dhyperspace=!&9D24 (ngreen=!&9D28 (xblue=!&9D2C (�maxsauc=!&9D30 (�score=!&9D34 (�highscore=!&9D38 (�spritescale=!&9D3C (�mapload=!&9D40 (�planload=!&9D44 (�timecounter=!&9D48 (�minscore=!&9D4C (�findsides=!&9D50 (�planetout=!&9D54 (�escapesequence=!&9D58 (�sylocs=!&9D5C (�codeend=!&9D60 )guntempcooler=!&9D64 )shieldcharge=!&9D68 )impcounter=!&9D6C )"saucercounter=!&9D70 ),rapidturnF=!&9D74 )6��(spritescale � escapesequence �dieflag)<>96064 Ș:�c%100:�T%=0�2�2:P%=c%:[OPTT%:.goc:SWI "OS_EnterOS":TEQP PC,#&FC000003:MOV PC,#0:]:�:!0=!&3800000:�c% )@ș"Hourglass_Smash" )Jȗ�1,255,255,0 )Tȗ�3,0,255,255 )^ȗ�3,255,0,0 )h�changedisc )r� �
00000000 0d 00 0a 14 f4 3e 21 61 2a 2e 61 70 6f 63 61 6c |.....>!a*.apocal| 00000010 79 70 73 65 0d 00 14 19 f4 3e 3a 34 2e 64 2a 2e |ypse.....>:4.d*.| 00000020 72 2a 2e 61 70 6f 63 61 6c 79 70 73 45 0d 00 1e |r*.apocalypsE...| 00000030 0c 2a 46 58 32 30 30 2c 33 0d 00 28 05 f4 0d 00 |.*FX200,3..(....| 00000040 32 14 f4 20 20 20 20 20 41 50 4f 43 41 4c 59 50 |2.. APOCALYP| 00000050 53 45 0d 00 3c 17 f4 20 20 28 43 29 20 47 2e 4a |SE..<.. (C) G.J| 00000060 2e 4b 45 59 20 31 39 39 30 0d 00 46 19 f4 54 48 |.KEY 1990..F..TH| 00000070 45 20 46 4f 55 52 54 48 20 44 49 4d 45 4e 53 49 |E FOURTH DIMENSI| 00000080 4f 4e 0d 00 50 05 f4 0d 00 5a 32 e7 90 3c 3e 26 |ON..P....Z2..<>&| 00000090 36 38 30 30 30 20 8c 20 d0 3d 26 36 38 30 30 30 |68000 . .=&68000| 000000a0 3a d7 22 3c 4f 62 65 79 24 44 69 72 3e 2e 41 50 |:."<Obey$Dir>.AP| 000000b0 4f 43 41 4c 59 50 53 45 22 0d 00 64 08 2a 46 58 |OCALYPSE"..d.*FX| 000000c0 33 0d 00 6e 0a eb 20 31 33 3a 87 0d 00 78 14 c8 |3..n.. 13:...x..| 000000d0 99 22 48 6f 75 72 67 6c 61 73 73 5f 4f 6e 22 0d |."Hourglass_On".| 000000e0 00 82 1b 2a 52 55 4e 20 3c 4f 62 65 79 24 44 69 |...*RUN <Obey$Di| 000000f0 72 3e 2e 42 49 47 41 50 4f 43 0d 00 8c 25 2a 53 |r>.BIGAPOC...%*S| 00000100 4c 4f 41 44 20 3c 4f 62 65 79 24 44 69 72 3e 2e |LOAD <Obey$Dir>.| 00000110 62 69 74 73 2e 53 70 72 69 74 65 46 69 6c 65 0d |bits.SpriteFile.| 00000120 00 96 1e 2a 52 55 4e 20 3c 4f 62 65 79 24 44 69 |...*RUN <Obey$Di| 00000130 72 3e 2e 62 69 74 73 2e 43 48 41 52 53 0d 00 a0 |r>.bits.CHARS...| 00000140 07 c8 a0 34 0d 00 aa 1d 2a 43 48 41 4e 4e 45 4c |...4....*CHANNEL| 00000150 56 4f 49 43 45 20 31 20 54 48 55 4e 44 45 52 52 |VOICE 1 THUNDERR| 00000160 4d 0d 00 b4 1b 2a 43 48 41 4e 4e 45 4c 56 4f 49 |M....*CHANNELVOI| 00000170 43 45 20 33 20 4c 41 5a 45 52 52 4d 0d 00 be 1b |CE 3 LAZERRM....| 00000180 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 34 20 |*CHANNELVOICE 4 | 00000190 45 58 50 4c 4f 52 4d 0d 00 c8 0d f2 69 6e 69 74 |EXPLORM.....init| 000001a0 72 61 6e 64 0d 00 d2 08 53 25 3d 31 0d 00 dc 0d |rand....S%=1....| 000001b0 f2 66 61 73 74 63 6f 64 65 0d 00 e6 0f d6 20 66 |.fastcode..... f| 000001c0 69 6e 64 73 69 64 65 73 0d 00 f0 09 44 50 25 3d |indsides....DP%=| 000001d0 38 0d 00 fa 05 f5 0d 01 04 21 50 4c 25 3d 30 3a |8........!PL%=0:| 000001e0 4d 45 25 3d 30 3a 53 54 25 3d 30 3a 4f 53 25 3d |ME%=0:ST%=0:OS%=| 000001f0 30 3a 4d 4d 25 3d b9 0d 01 0e 12 f2 66 72 6f 6e |0:MM%=......fron| 00000200 74 65 6e 64 28 44 50 25 29 0d 01 18 09 42 4f 25 |tend(DP%)....BO%| 00000210 3d 30 0d 01 22 2a 21 73 63 6f 72 65 3d 30 3a 21 |=0.."*!score=0:!| 00000220 68 69 67 68 73 63 6f 72 65 3d 30 3a 21 73 61 75 |highscore=0:!sau| 00000230 63 65 72 63 6f 75 6e 74 65 72 3d 30 0d 01 2c 09 |cercounter=0..,.| 00000240 4b 25 3d 4c 25 0d 01 36 05 f5 0d 01 40 11 e7 4b |K%=L%..6....@..K| 00000250 25 3c 3e 31 31 20 4d 4d 25 3d b9 0d 01 4a 0b c8 |%<>11 MM%=...J..| 00000260 8e 20 42 4f 25 ca 0d 01 54 35 c9 30 3a 21 73 68 |. BO%...T5.0:!sh| 00000270 69 65 6c 64 63 68 61 72 67 65 3d 31 3a 21 72 61 |ieldcharge=1:!ra| 00000280 70 69 64 74 75 72 6e 46 3d 30 3a 21 67 75 6e 74 |pidturnF=0:!gunt| 00000290 65 6d 70 63 6f 6f 6c 65 72 3d 37 0d 01 5e 35 c9 |empcooler=7..^5.| 000002a0 31 3a 21 73 68 69 65 6c 64 63 68 61 72 67 65 3d |1:!shieldcharge=| 000002b0 31 3a 21 72 61 70 69 64 74 75 72 6e 46 3d 30 3a |1:!rapidturnF=0:| 000002c0 21 67 75 6e 74 65 6d 70 63 6f 6f 6c 65 72 3d 33 |!guntempcooler=3| 000002d0 0d 01 68 35 c9 32 3a 21 73 68 69 65 6c 64 63 68 |..h5.2:!shieldch| 000002e0 61 72 67 65 3d 31 3a 21 72 61 70 69 64 74 75 72 |arge=1:!rapidtur| 000002f0 6e 46 3d 31 3a 21 67 75 6e 74 65 6d 70 63 6f 6f |nF=1:!guntempcoo| 00000300 6c 65 72 3d 33 0d 01 72 35 c9 33 3a 21 73 68 69 |ler=3..r5.3:!shi| 00000310 65 6c 64 63 68 61 72 67 65 3d 32 3a 21 72 61 70 |eldcharge=2:!rap| 00000320 69 64 74 75 72 6e 46 3d 31 3a 21 67 75 6e 74 65 |idturnF=1:!gunte| 00000330 6d 70 63 6f 6f 6c 65 72 3d 31 0d 01 7c 05 cb 0d |mpcooler=1..|...| 00000340 01 86 12 f4 21 64 69 65 66 6c 61 67 3d 54 52 55 |....!dieflag=TRU| 00000350 45 0d 01 90 1b 2a 43 48 41 4e 4e 45 4c 56 4f 49 |E....*CHANNELVOI| 00000360 43 45 20 32 20 45 4e 47 49 4e 45 33 0d 01 9a 0e |CE 2 ENGINE3....| 00000370 ef 32 33 2c 31 36 2c 36 34 7c 0d 01 a4 10 21 6f |.23,16,64|....!o| 00000380 6c 64 65 6e 67 69 6e 65 3d 30 0d 01 ae 10 f2 6c |ldengine=0.....l| 00000390 6f 61 64 6d 61 70 28 4b 25 29 0d 01 b8 0d e6 31 |oadmap(K%).....1| 000003a0 32 38 3a fb 31 32 38 0d 01 c2 0c e6 31 35 c8 9c |28:.128.....15..| 000003b0 32 35 35 0d 01 cc 16 41 25 3d 42 4f 25 3a f2 68 |255....A%=BO%:.h| 000003c0 79 70 65 72 73 70 61 63 65 0d 01 d6 0c e7 20 50 |yperspace..... P| 000003d0 4c 25 3e 39 8c 0d 01 e0 13 70 6c 61 6e 65 74 6f |L%>9.....planeto| 000003e0 75 74 21 2d 32 30 3d 36 0d 01 ea 21 70 6c 61 6e |ut!-20=6...!plan| 000003f0 65 74 6f 75 74 21 2d 31 36 3d 70 6c 61 6e 65 74 |etout!-16=planet| 00000400 6f 75 74 21 2d 31 36 81 32 0d 01 f4 14 70 6c 61 |out!-16.2....pla| 00000410 6e 65 74 6f 75 74 21 2d 31 32 3d 36 30 0d 01 fe |netout!-12=60...| 00000420 1f 70 6c 61 6e 65 74 6f 75 74 21 2d 34 3d 70 6c |.planetout!-4=pl| 00000430 61 6e 65 74 6f 75 74 21 2d 34 2a 33 0d 02 08 05 |anetout!-4*3....| 00000440 cd 0d 02 12 0b e6 37 c8 9c 32 35 35 0d 02 1c 0f |......7..255....| 00000450 c8 97 b8 20 36 34 30 2c 35 31 32 0d 02 26 0c d6 |... 640,512..&..| 00000460 20 64 72 69 76 65 72 0d 02 30 12 e7 21 64 69 65 | driver..0..!die| 00000470 66 6c 61 67 3c 3e 30 20 8c 0d 02 3a 13 d6 65 73 |flag<>0 ...:..es| 00000480 63 61 70 65 73 65 71 75 65 6e 63 65 0d 02 44 28 |capesequence..D(| 00000490 e7 21 69 6d 70 63 6f 75 6e 74 65 72 3e 3d 21 70 |.!impcounter>=!p| 000004a0 6c 61 6e 65 74 6f 75 74 20 8c 21 64 69 65 66 6c |lanetout .!diefl| 000004b0 61 67 3d 32 0d 02 4e 13 ef 32 36 3a e6 31 32 38 |ag=2..N..26:.128| 000004c0 3a fb 31 32 38 3a db 0d 02 58 09 2a 46 58 31 35 |:.128:...X.*FX15| 000004d0 0d 02 62 12 54 25 3d 91 3a f5 fd 91 3e 54 25 2b |..b.T%=.:...>T%+| 000004e0 35 30 0d 02 6c 0c f2 72 65 73 75 6c 74 73 0d 02 |50..l..results..| 000004f0 76 05 cc 0d 02 80 1b 2a 43 48 41 4e 4e 45 4c 56 |v......*CHANNELV| 00000500 4f 49 43 45 20 31 20 45 58 50 4c 4f 52 4d 0d 02 |OICE 1 EXPLORM..| 00000510 8a 1b 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 |..*CHANNELVOICE | 00000520 33 20 45 58 50 4c 4f 52 4d 0d 02 94 33 d4 31 2c |3 EXPLORM...3.1,| 00000530 2d 31 35 2c 26 38 30 30 2c 31 3a d4 33 2c 2d 31 |-15,&800,1:.3,-1| 00000540 35 2c 26 38 30 30 2c 31 2c 31 30 3a d4 34 2c 2d |5,&800,1,10:.4,-| 00000550 31 35 2c 26 32 30 30 2c 31 2c 33 30 0d 02 9e 1b |15,&200,1,30....| 00000560 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 32 20 |*CHANNELVOICE 2 | 00000570 57 45 41 52 45 52 4d 0d 02 a8 15 d4 32 2c 2d 31 |WEARERM.....2,-1| 00000580 35 2c 26 46 30 30 2c 31 2c 31 34 30 0d 02 b2 08 |5,&F00,1,140....| 00000590 54 25 3d 91 0d 02 bc 0d d6 20 62 69 67 62 61 6e |T%=...... bigban| 000005a0 67 0d 02 c6 1d 2a 43 48 41 4e 4e 45 4c 56 4f 49 |g....*CHANNELVOI| 000005b0 43 45 20 31 20 54 48 55 4e 44 45 52 52 4d 0d 02 |CE 1 THUNDERRM..| 000005c0 d0 1b 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 |..*CHANNELVOICE | 000005d0 33 20 4c 41 5a 45 52 52 4d 0d 02 da 0e f5 fd 91 |3 LAZERRM.......| 000005e0 3e 54 25 2b 35 30 30 0d 02 e4 13 ef 32 36 3a e6 |>T%+500.....26:.| 000005f0 31 32 38 3a fb 31 32 38 3a db 0d 02 ee 0c f2 72 |128:.128:......r| 00000600 65 73 75 6c 74 73 0d 02 f8 05 cd 0d 03 02 1f e7 |esults..........| 00000610 20 21 64 69 65 66 6c 61 67 3d 32 4c 25 3d 4c 25 | !dieflag=2L%=L%| 00000620 83 39 2b 31 3a 4b 25 3d 4c 25 0d 03 0c 0f fd 21 |.9+1:K%=L%.....!| 00000630 64 69 65 66 6c 61 67 3d 30 0d 03 16 06 fd 30 0d |dieflag=0.....0.| 00000640 03 20 05 e0 0d 03 2a 04 0d 03 34 10 dd f2 68 79 |. ....*...4...hy| 00000650 70 65 72 73 70 61 63 65 0d 03 3e 06 ea 85 0d 03 |perspace..>.....| 00000660 48 11 ee 85 ea 20 f2 65 72 72 6f 72 28 9f 29 0d |H.... .error(.).| 00000670 03 52 10 d6 20 68 79 70 65 72 73 70 61 63 65 0d |.R.. hyperspace.| 00000680 03 5c 05 e1 0d 03 66 04 0d 03 70 0c dd f2 6c 61 |.\....f...p...la| 00000690 75 6e 63 68 0d 03 7a 1b 2a 43 48 41 4e 4e 45 4c |unch..z.*CHANNEL| 000006a0 56 4f 49 43 45 20 31 20 45 4e 47 49 4e 45 33 0d |VOICE 1 ENGINE3.| 000006b0 03 84 10 ea 58 25 2c 59 25 2c 53 25 2c 54 25 0d |....X%,Y%,S%,T%.| 000006c0 03 8e 16 58 25 3d 32 35 36 3a 59 25 3d 36 37 36 |...X%=256:Y%=676| 000006d0 3a 53 25 3d 31 0d 03 98 0c e6 38 2c 30 3a ef 32 |:S%=1.....8,0:.2| 000006e0 36 0d 03 a2 12 2a 53 43 48 4f 4f 53 45 20 62 61 |6....*SCHOOSE ba| 000006f0 63 6b 31 0d 03 ac 11 c8 96 3a f0 26 45 44 2c 58 |ck1......:.&ED,X| 00000700 25 2c 59 25 0d 03 b6 27 ec 58 25 2c 59 25 3a ec |%,Y%...'.X%,Y%:.| 00000710 42 59 33 32 2c 38 38 3a ef 32 33 2c 32 37 2c 31 |BY32,88:.23,27,1| 00000720 2c 34 7c 32 33 2c 32 37 3b 31 7c 0d 03 c0 0e f0 |,4|23,27;1|.....| 00000730 26 45 44 2c 58 25 2c 59 25 0d 03 ca 12 e3 59 25 |&ED,X%,Y%.....Y%| 00000740 3d 36 38 30 b8 31 30 32 34 88 34 0d 03 d4 18 d4 |=680.1024.4.....| 00000750 31 2c 2d 31 35 2c 28 59 25 2d 36 37 36 29 3e 3e |1,-15,(Y%-676)>>| 00000760 31 2c 34 0d 03 de 0f ef 32 33 2c 32 37 2c 30 2c |1,4.....23,27,0,| 00000770 34 7c 0d 03 e8 11 54 25 3d 91 3a f5 fd 91 3e 54 |4|....T%=.:...>T| 00000780 25 2b 32 0d 03 f2 43 c8 96 3a f0 26 45 44 2c 58 |%+2...C..:.&ED,X| 00000790 25 2c 59 25 2d 34 3a ec 58 25 2c 59 25 3a ec 42 |%,Y%-4:.X%,Y%:.B| 000007a0 59 33 32 2c 38 38 3a ef 32 33 2c 32 37 2c 31 2c |Y32,88:.23,27,1,| 000007b0 34 7c 32 33 2c 32 37 3b 53 25 7c 3a f0 26 45 44 |4|23,27;S%|:.&ED| 000007c0 2c 58 25 2c 59 25 0d 03 fc 0f 53 25 3d 28 53 25 |,X%,Y%....S%=(S%| 000007d0 2b 31 29 83 33 0d 04 06 05 ed 0d 04 10 0d e3 58 |+1).3..........X| 000007e0 25 3d 2d 31 35 b8 30 0d 04 1a 17 d4 31 2c 58 25 |%=-15.0.....1,X%| 000007f0 2c 28 59 25 2d 36 37 36 29 3e 3e 31 2c 31 0d 04 |,(Y%-676)>>1,1..| 00000800 24 14 54 25 3d 91 3a f5 fd 91 3e 54 25 2b 34 3a |$.T%=.:...>T%+4:| 00000810 c8 96 0d 04 2e 0c ed 3a f2 67 77 69 6e 31 0d 04 |.......:.gwin1..| 00000820 38 05 e1 0d 04 42 04 0d 04 4c 10 dd f2 65 72 72 |8....B...L...err| 00000830 6f 72 28 45 72 72 29 0d 04 56 06 ea 85 0d 04 60 |or(Err)..V.....`| 00000840 09 ee 85 ea 20 e1 0d 04 6a 10 e7 45 72 72 3d 26 |.... ...j..Err=&| 00000850 31 30 38 43 39 8c 0d 04 74 0a 2a 43 4c 4f 53 45 |108C9...t.*CLOSE| 00000860 0d 04 7e 3d f2 67 77 69 6e 31 45 3a f2 6c 69 6e |..~=.gwin1E:.lin| 00000870 65 28 31 36 2c 22 50 4c 45 41 53 45 20 52 45 4d |e(16,"PLEASE REM| 00000880 4f 56 45 20 54 48 45 20 57 52 49 54 45 20 50 52 |OVE THE WRITE PR| 00000890 4f 54 45 43 54 49 4f 4e 22 2c 31 35 29 0d 04 88 |OTECTION",15)...| 000008a0 31 f2 6c 69 6e 65 28 32 34 2c 22 46 52 4f 4d 20 |1.line(24,"FROM | 000008b0 59 4f 55 52 20 44 49 53 43 20 41 4e 44 20 50 52 |YOUR DISC AND PR| 000008c0 45 53 53 20 53 50 41 43 45 22 2c 31 35 29 0d 04 |ESS SPACE",15)..| 000008d0 92 0e f2 77 61 69 74 73 70 61 63 65 0d 04 9c 05 |...waitspace....| 000008e0 cc 0d 04 a6 0a 2a 43 4c 4f 53 45 0d 04 b0 36 f2 |.....*CLOSE...6.| 000008f0 67 77 69 6e 31 45 3a f2 6c 69 6e 65 28 31 36 2c |gwin1E:.line(16,| 00000900 22 54 48 45 20 44 49 53 43 20 49 4e 20 44 52 49 |"THE DISC IN DRI| 00000910 56 45 20 3a 30 20 49 53 20 4e 4f 54 22 2c 31 35 |VE :0 IS NOT",15| 00000920 29 0d 04 ba 23 f2 6c 69 6e 65 28 32 34 2c 22 54 |)...#.line(24,"T| 00000930 48 45 20 50 4c 41 4e 45 54 53 20 44 49 53 43 22 |HE PLANETS DISC"| 00000940 2c 31 35 29 0d 04 c4 31 f2 6c 69 6e 65 28 33 32 |,15)...1.line(32| 00000950 2c 22 50 4c 45 41 53 45 20 49 4e 53 45 52 54 20 |,"PLEASE INSERT | 00000960 54 48 45 20 43 4f 52 52 45 43 54 20 44 49 53 43 |THE CORRECT DISC| 00000970 22 2c 31 35 29 0d 04 ce 22 f2 6c 69 6e 65 28 34 |",15)...".line(4| 00000980 30 2c 22 41 4e 44 20 50 52 45 53 53 20 53 50 41 |0,"AND PRESS SPA| 00000990 43 45 22 2c 31 35 29 0d 04 d8 0e f2 77 61 69 74 |CE",15).....wait| 000009a0 73 70 61 63 65 0d 04 e2 05 cd 0d 04 ec 05 e1 0d |space...........| 000009b0 04 f6 04 0d 05 00 0a dd f2 6c 68 73 63 0d 05 0a |.........lhsc...| 000009c0 0a ea 51 25 2c 54 25 0d 05 14 06 ea 85 0d 05 1e |..Q%,T%.........| 000009d0 11 ee 85 ea 20 f2 65 72 72 6f 72 28 9f 29 0d 05 |.... .error(.)..| 000009e0 28 18 51 25 3d ad 22 3c 4f 62 65 79 24 44 69 72 |(.Q%=."<Obey$Dir| 000009f0 3e 2e 48 53 54 22 0d 05 32 3b e3 54 25 3d 30 b8 |>.HST"..2;.T%=0.| 00000a00 38 3a e8 23 51 25 2c 48 25 28 54 25 29 2c 48 24 |8:.#Q%,H%(T%),H$| 00000a10 28 54 25 29 2c 50 25 28 54 25 29 2c 44 28 54 25 |(T%),P%(T%),D(T%| 00000a20 29 2c 4d 25 28 54 25 29 2c 53 25 28 54 25 29 3a |),M%(T%),S%(T%):| 00000a30 ed 0d 05 3c 0c e8 23 51 25 2c 4d 50 25 0d 05 46 |...<..#Q%,MP%..F| 00000a40 08 d9 23 51 25 0d 05 50 05 e1 0d 05 5a 04 0d 05 |..#Q%..P....Z...| 00000a50 64 0a dd f2 73 68 73 63 0d 05 6e 0a ea 51 25 2c |d...shsc..n..Q%,| 00000a60 54 25 0d 05 78 06 ea 85 0d 05 82 13 ee 85 ea 20 |T%..x.......... | 00000a70 ff 22 2a 43 4c 4f 53 45 22 3a e1 0d 05 8c 0b e3 |."*CLOSE":......| 00000a80 54 25 3d 30 b8 38 0d 05 96 18 51 25 3d ad 22 3c |T%=0.8....Q%=."<| 00000a90 4f 62 65 79 24 44 69 72 3e 2e 48 53 54 22 0d 05 |Obey$Dir>.HST"..| 00000aa0 a0 3b e3 54 25 3d 30 b8 38 3a f1 23 51 25 2c 48 |.;.T%=0.8:.#Q%,H| 00000ab0 25 28 54 25 29 2c 48 24 28 54 25 29 2c 50 25 28 |%(T%),H$(T%),P%(| 00000ac0 54 25 29 2c 44 28 54 25 29 2c 4d 25 28 54 25 29 |T%),D(T%),M%(T%)| 00000ad0 2c 53 25 28 54 25 29 3a ed 0d 05 aa 0c f1 23 51 |,S%(T%):......#Q| 00000ae0 25 2c 4d 50 25 0d 05 b4 08 d9 23 51 25 0d 05 be |%,MP%.....#Q%...| 00000af0 05 e1 0d 05 c8 04 0d 05 d2 10 dd a4 64 65 63 74 |............dect| 00000b00 69 6d 65 28 54 29 0d 05 dc 0a ea 41 25 2c 42 25 |ime(T).....A%,B%| 00000b10 0d 05 e6 0a 7c 54 42 25 3d 54 0d 05 f0 1c c8 99 |....|TB%=T......| 00000b20 26 43 30 2c 54 42 25 2c 54 53 25 2c 33 30 20 b8 |&C0,TB%,TS%,30 .| 00000b30 20 41 25 2c 42 25 0d 05 fa 0a 3f 42 25 3d 31 33 | A%,B%....?B%=13| 00000b40 0d 06 04 08 3d 24 41 25 0d 06 0e 04 0d 06 18 15 |....=$A%........| 00000b50 dd a4 6d 65 64 61 6c 64 65 63 6f 64 65 28 41 25 |..medaldecode(A%| 00000b60 29 0d 06 22 07 ea 41 24 0d 06 2c 09 c8 8e 41 25 |).."..A$..,...A%| 00000b70 ca 0d 06 36 15 c9 31 3a 41 24 3d 22 49 58 20 4c |...6..1:A$="IX L| 00000b80 41 4e 44 45 52 22 0d 06 40 17 c9 32 3a 41 24 3d |ANDER"..@..2:A$=| 00000b90 22 52 4f 47 41 4e 20 43 52 4f 53 53 22 0d 06 4a |"ROGAN CROSS"..J| 00000ba0 17 c9 34 3a 41 24 3d 22 4a 41 48 49 44 44 20 53 |..4:A$="JAHIDD S| 00000bb0 54 41 52 22 0d 06 54 16 c9 38 3a 41 24 3d 22 4d |TAR"..T..8:A$="M| 00000bc0 41 48 4e 49 4b 20 4f 52 42 22 0d 06 5e 17 c9 31 |AHNIK ORB"..^..1| 00000bd0 36 3a 41 24 3d 22 4d 41 48 4e 49 4b 20 42 41 52 |6:A$="MAHNIK BAR| 00000be0 22 0d 06 68 19 c9 33 32 3a 41 24 3d 22 47 41 4c |"..h..32:A$="GAL| 00000bf0 48 45 52 4e 20 53 54 41 52 22 0d 06 72 18 c9 36 |HERN STAR"..r..6| 00000c00 34 3a 41 24 3d 22 5a 49 52 43 4f 4e 20 48 4f 4c |4:A$="ZIRCON HOL| 00000c10 45 22 0d 06 7c 19 c9 31 32 38 3a 41 24 3d 22 53 |E"..|..128:A$="S| 00000c20 49 52 55 55 4e 20 47 41 54 45 22 0d 06 86 05 cb |IRUUN GATE".....| 00000c30 0d 06 90 07 3d 41 24 0d 06 9a 04 0d 06 a4 16 dd |....=A$.........| 00000c40 a4 64 65 63 6f 64 65 73 74 61 74 75 73 28 41 25 |.decodestatus(A%| 00000c50 29 0d 06 ae 0c f7 2b 28 41 25 2b 31 29 0d 06 b8 |).....+(A%+1)...| 00000c60 16 dc 4c 45 53 53 20 54 48 41 4e 20 55 53 45 4c |..LESS THAN USEL| 00000c70 45 53 53 0d 06 c2 0c dc 55 53 45 4c 45 53 53 0d |ESS.....USELESS.| 00000c80 06 cc 13 dc 41 4c 4d 4f 53 54 20 55 53 45 4c 45 |....ALMOST USELE| 00000c90 53 53 0d 06 d6 0c dc 41 4d 41 54 45 55 52 0d 06 |SS.....AMATEUR..| 00000ca0 e0 0e dc 43 4f 4e 53 43 52 49 50 54 0d 06 ea 1a |...CONSCRIPT....| 00000cb0 dc 50 52 4f 56 49 53 49 4f 4e 41 4c 20 53 54 45 |.PROVISIONAL STE| 00000cc0 45 52 53 4d 41 4e 0d 06 f4 0e dc 53 54 45 45 52 |ERSMAN.....STEER| 00000cd0 53 4d 41 4e 0d 06 fe 17 dc 53 54 45 45 52 53 4d |SMAN.....STEERSM| 00000ce0 41 4e 20 47 52 41 44 45 20 49 49 0d 07 08 14 dc |AN GRADE II.....| 00000cf0 42 41 54 54 4c 45 52 20 47 52 41 44 45 20 49 0d |BATTLER GRADE I.| 00000d00 07 12 15 dc 42 41 54 54 4c 45 52 20 47 52 41 44 |....BATTLER GRAD| 00000d10 45 20 49 49 0d 07 1c 0e dc 47 4c 41 44 49 41 54 |E II.....GLADIAT| 00000d20 4f 52 0d 07 26 0f dc 43 41 52 41 42 49 4e 45 45 |OR..&..CARABINEE| 00000d30 52 0d 07 30 0c dc 4d 41 52 54 49 41 4c 0d 07 3a |R..0..MARTIAL..:| 00000d40 13 dc 44 41 52 4e 41 4b 20 4d 41 52 54 49 41 4c |..DARNAK MARTIAL| 00000d50 0d 07 44 0c dc 46 52 45 4d 4d 45 4e 0d 07 4e 0e |..D..FREMMEN..N.| 00000d60 dc 42 45 52 53 45 52 4b 45 52 0d 07 58 14 dc 47 |.BERSERKER..X..G| 00000d70 52 41 4e 44 20 42 45 52 53 45 52 4b 45 52 0d 07 |RAND BERSERKER..| 00000d80 62 0e dc 50 52 45 53 43 49 45 4e 54 0d 07 6c 0e |b..PRESCIENT..l.| 00000d90 dc 49 4d 4d 55 54 41 42 4c 45 0d 07 76 0f dc 4f |.IMMUTABLE..v..O| 00000da0 4d 4e 49 50 4f 54 45 4e 54 0d 07 80 10 dc 4f 4d |MNIPOTENT.....OM| 00000db0 4e 49 50 52 45 53 45 4e 54 0d 07 8a 08 dc 47 4f |NIPRESENT.....GO| 00000dc0 44 0d 07 94 07 f3 53 24 0d 07 9e 07 3d 53 24 0d |D.....S$....=S$.| 00000dd0 07 a8 04 0d 07 b2 11 dd f2 6c 6f 61 64 6d 61 70 |.........loadmap| 00000de0 28 4b 25 29 0d 07 bc 0c e7 4b 25 3c 3e 31 31 8c |(K%).....K%<>11.| 00000df0 0d 07 c6 11 21 69 6d 70 63 6f 75 6e 74 65 72 3d |....!impcounter=| 00000e00 30 0d 07 d0 10 50 4c 25 2b 3d 31 3a 53 4f 25 3d |0....PL%+=1:SO%=| 00000e10 30 0d 07 da 1a e7 4c 25 2d 31 3e 4d 50 25 20 4d |0.....L%-1>MP% M| 00000e20 50 25 2b 3d 31 3a f2 73 68 73 63 0d 07 e4 05 cd |P%+=1:.shsc.....| 00000e30 0d 07 ee 0a 53 4f 25 2b 3d 31 0d 07 f8 12 3f 6d |....SO%+=1....?m| 00000e40 61 70 6c 6f 61 64 3d 4b 25 2b 34 38 0d 08 02 13 |apload=K%+48....| 00000e50 3f 70 6c 61 6e 6c 6f 61 64 3d 4c 25 2b 34 38 0d |?planload=L%+48.| 00000e60 08 0c 05 e1 0d 08 16 04 0d 08 20 1a dd f2 61 70 |.......... ...ap| 00000e70 6f 63 62 6f 78 28 58 25 2c 59 25 2c 57 25 2c 48 |ocbox(X%,Y%,W%,H| 00000e80 25 29 0d 08 2a fd e6 36 33 c8 9c 32 35 35 3a c8 |%)..*..63..255:.| 00000e90 93 58 25 2c 59 25 2c 57 25 2c 48 25 3a e6 36 33 |.X%,Y%,W%,H%:.63| 00000ea0 c8 9c 30 3a c8 93 c8 90 58 25 2b 38 2c 59 25 2b |..0:....X%+8,Y%+| 00000eb0 38 2c 57 25 2d 31 36 2c 48 25 2d 31 36 3a 58 25 |8,W%-16,H%-16:X%| 00000ec0 2b 3d 28 57 25 3e 3e 31 29 3a e6 36 31 c8 9c 32 |+=(W%>>1):.61..2| 00000ed0 35 35 3a c8 8f c8 90 58 25 2c 59 25 2b 34 2c 31 |55:....X%,Y%+4,1| 00000ee0 32 3a e6 32 31 c8 9c 32 35 35 3a c8 8f 58 25 2c |2:.21..255:..X%,| 00000ef0 59 25 2b 34 2c 31 32 3a 59 25 2b 3d 48 25 2d 34 |Y%+4,12:Y%+=H%-4| 00000f00 3a e6 34 37 c8 9c 32 35 35 3a c8 9d c8 90 58 25 |:.47..255:....X%| 00000f10 2c 59 25 2c 33 32 2c 31 36 3a c8 8f c8 90 58 25 |,Y%,32,16:....X%| 00000f20 2b 34 30 2c 59 25 2c 38 3a c8 8f c8 90 58 25 2d |+40,Y%,8:....X%-| 00000f30 34 30 2c 59 25 2c 38 3a e6 32 31 c8 9c 32 35 35 |40,Y%,8:.21..255| 00000f40 3a c8 9d 58 25 2c 59 25 2c 33 32 2c 31 36 3a c8 |:..X%,Y%,32,16:.| 00000f50 8f 58 25 2b 34 30 2c 59 25 2c 38 3a c8 8f 58 25 |.X%+40,Y%,8:..X%| 00000f60 2d 34 30 2c 59 25 2c 38 3a e6 33 c8 9c 32 35 35 |-40,Y%,8:.3..255| 00000f70 3a c8 9d c8 90 58 25 2c 59 25 2c 31 36 2c 38 0d |:....X%,Y%,16,8.| 00000f80 08 34 05 e1 0d 08 3e 04 0d 08 48 14 dd f2 68 69 |.4....>...H...hi| 00000f90 67 68 6c 69 67 68 74 28 58 2c 59 29 0d 08 52 0e |ghlight(X,Y)..R.| 00000fa0 e6 33 2c 33 36 c8 9c 32 35 35 0d 08 5c 19 c8 93 |.3,36..255..\...| 00000fb0 c8 90 58 2c 35 34 34 2b 59 2a 34 32 2c 32 38 38 |..X,544+Y*42,288| 00000fc0 2c 34 32 0d 08 66 0d e6 33 2c 31 c8 9c 32 35 35 |,42..f..3,1..255| 00000fd0 0d 08 70 17 c8 93 58 2c 35 34 34 2b 59 2a 34 32 |..p...X,544+Y*42| 00000fe0 2c 32 38 38 2c 34 32 0d 08 7a 05 e1 0d 08 84 04 |,288,42..z......| 00000ff0 0d 08 8e 0f dd f2 64 69 73 70 74 61 62 6c 65 0d |......disptable.| 00001000 08 98 18 ea 68 2c 41 24 2c 58 25 2c 59 25 2c 54 |....h,A$,X%,Y%,T| 00001010 25 2c 53 25 2c 42 25 0d 08 a2 24 68 3d 38 2d 48 |%,S%,B%...$h=8-H| 00001020 3a 44 48 3d 48 3a 2a 43 48 41 4e 4e 45 4c 56 4f |:DH=H:*CHANNELVO| 00001030 49 43 45 20 31 20 6b 6c 69 6e 67 0d 08 ac 12 d4 |ICE 1 kling.....| 00001040 31 2c 2d 31 35 2c 26 31 43 30 30 2c 31 0d 08 b6 |1,-15,&1C00,1...| 00001050 0b e6 30 2c 30 3a c8 96 0d 08 c0 21 f2 61 70 6f |..0,0:.....!.apo| 00001060 63 62 6f 78 28 30 2c 38 2c 31 32 37 39 2c 34 38 |cbox(0,8,1279,48| 00001070 30 29 3a 55 25 3d 34 36 34 0d 08 ca 31 f2 6c 69 |0):U%=464...1.li| 00001080 6e 65 28 37 2c 22 54 68 65 20 48 6f 6e 6f 75 72 |ne(7,"The Honour| 00001090 73 20 62 65 73 74 6f 77 65 64 20 75 70 6f 6e 20 |s bestowed upon | 000010a0 22 2b 48 24 28 68 29 2c 33 29 0d 08 d4 32 f2 63 |"+H$(h),3)...2.c| 000010b0 6c 69 6e 65 28 c3 48 25 28 68 29 2b 22 20 52 61 |line(.H%(h)+" Ra| 000010c0 6b 6f 6e 61 6e 20 55 6e 69 74 73 20 44 65 73 74 |konan Units Dest| 000010d0 72 6f 79 65 64 22 2c 31 33 2c 38 29 0d 08 de 31 |royed",13,8)...1| 000010e0 f2 63 6c 69 6e 65 28 22 41 74 20 54 65 72 72 61 |.cline("At Terra| 000010f0 6e 20 74 69 6d 65 20 22 2b a4 64 65 63 74 69 6d |n time "+.dectim| 00001100 65 28 44 28 68 29 29 2c 31 38 2c 38 29 0d 08 e8 |e(D(h)),18,8)...| 00001110 34 41 24 3d a4 6e 6f 73 74 72 69 6e 67 28 50 25 |4A$=.nostring(P%| 00001120 28 68 29 29 2b 22 20 50 6c 61 6e 65 74 22 3a e7 |(h))+" Planet":.| 00001130 20 50 25 28 68 29 3e 31 41 24 3d 41 24 2b 22 73 | P%(h)>1A$=A$+"s| 00001140 22 0d 08 f2 22 f2 63 6c 69 6e 65 28 41 24 2b 22 |"...".cline(A$+"| 00001150 20 65 6e 63 6f 75 6e 74 65 72 65 64 22 2c 32 33 | encountered",23| 00001160 2c 38 29 0d 08 fc 30 f2 63 6c 69 6e 65 28 22 53 |,8)...0.cline("S| 00001170 74 61 74 75 73 20 22 2b a4 64 65 63 6f 64 65 73 |tatus "+.decodes| 00001180 74 61 74 75 73 28 53 25 28 68 29 29 2c 33 30 2c |tatus(S%(h)),30,| 00001190 31 35 29 0d 09 06 1e 53 25 3d 31 3a 58 25 3d 31 |15)....S%=1:X%=1| 000011a0 36 30 3a 59 25 3d 32 30 30 3a e3 54 25 3d 31 b8 |60:Y%=200:.T%=1.| 000011b0 38 0d 09 10 0f 42 25 3d 4d 25 28 68 29 80 53 25 |8....B%=M%(h).S%| 000011c0 0d 09 1a 40 e7 42 25 f2 62 6f 78 65 64 28 58 25 |...@.B%.boxed(X%| 000011d0 2c 59 25 2c a4 6d 65 64 61 6c 64 65 63 6f 64 65 |,Y%,.medaldecode| 000011e0 28 42 25 29 2c 31 35 29 3a 58 25 3d 58 25 82 36 |(B%),15):X%=X%.6| 000011f0 32 34 3a e7 58 25 3d 31 36 30 59 25 2d 3d 34 30 |24:.X%=160Y%-=40| 00001200 0d 09 24 0c 53 25 3d 53 25 3c 3c 31 0d 09 2e 05 |..$.S%=S%<<1....| 00001210 ed 0d 09 38 05 e1 0d 09 42 04 0d 09 4c 13 dd f2 |...8....B...L...| 00001220 66 72 6f 6e 74 65 6e 64 28 44 50 25 29 0d 09 56 |frontend(DP%)..V| 00001230 0c ef 35 3a f2 6c 68 73 63 0d 09 60 1a ea 50 24 |..5:.lhsc..`..P$| 00001240 2c 58 2c 59 2c 5a 2c 50 2c 4f 50 2c 48 2c 4f 48 |,X,Y,Z,P,OP,H,OH| 00001250 2c 44 48 0d 09 6a 20 4f 50 3d 38 2d 4d 50 25 3a |,DH..j OP=8-MP%:| 00001260 4f 48 3d 44 50 25 3a 44 48 3d 44 50 25 3a 48 3d |OH=DP%:DH=DP%:H=| 00001270 44 50 25 0d 09 74 07 eb 31 33 0d 09 7e 0c 2a 46 |DP%..t..13..~.*F| 00001280 58 31 31 32 2c 32 0d 09 88 05 db 0d 09 92 0a d6 |X112,2..........| 00001290 26 38 46 46 30 0d 09 9c 2b 41 25 3d 31 36 30 3a |&8FF0...+A%=160:| 000012a0 42 25 3d 31 31 30 3a 43 25 3d 34 38 3a 44 25 3d |B%=110:C%=48:D%=| 000012b0 32 35 36 3a d6 73 70 72 69 74 65 73 63 61 6c 65 |256:.spritescale| 000012c0 0d 09 a6 06 ef 35 0d 09 b0 0e f2 64 69 73 70 74 |.....5.....dispt| 000012d0 61 62 6c 65 0d 09 ba 1b f2 61 70 6f 63 62 6f 78 |able.....apocbox| 000012e0 28 30 2c 35 31 32 2c 33 32 30 2c 34 39 32 29 0d |(0,512,320,492).| 000012f0 09 c4 1d f2 61 70 6f 63 62 6f 78 28 39 35 39 2c |....apocbox(959,| 00001300 35 31 32 2c 33 32 30 2c 34 39 32 29 0d 09 ce 1e |512,320,492)....| 00001310 f2 62 6f 78 65 64 28 34 38 2c 39 36 38 2c 22 50 |.boxed(48,968,"P| 00001320 4c 41 4e 45 54 53 22 2c 38 29 0d 09 d8 20 f2 62 |LANETS",8)... .b| 00001330 6f 78 65 64 28 31 30 30 39 2c 39 36 38 2c 22 48 |oxed(1009,968,"H| 00001340 4f 4e 4f 55 52 53 22 2c 38 29 0d 09 e2 07 f7 2b |ONOURS",8).....+| 00001350 33 0d 09 ec 29 e3 54 25 3d 30 b8 38 3a f3 50 24 |3...).T%=0.8:.P$| 00001360 3a e7 54 25 3c 3d 4d 50 25 20 e6 32 c8 9c 32 35 |:.T%<=MP% .2..25| 00001370 35 8b e6 36 33 c8 9c 32 35 35 0d 09 f6 15 ec 34 |5..63..255.....4| 00001380 38 2c 39 31 32 2d 54 25 2a 34 32 3a f1 50 24 0d |8,912-T%*42:.P$.| 00001390 0a 00 05 ed 0d 0a 0a 49 dc 4f 43 43 41 52 49 53 |.......I.OCCARIS| 000013a0 2c 42 45 54 41 2d 51 2c 4d 45 4c 41 4e 49 53 2c |,BETA-Q,MELANIS,| 000013b0 52 4f 54 41 4e 49 53 2c 47 55 49 44 41 2c 53 41 |ROTANIS,GUIDA,SA| 000013c0 4c 41 54 53 49 2c 52 48 45 4f 52 43 4b 2c 53 49 |LATSI,RHEORCK,SI| 000013d0 52 49 55 53 33 2c 41 52 43 52 49 4e 41 0d 0a 14 |RIUS3,ARCRINA...| 000013e0 0b e6 32 c8 9c 32 35 35 0d 0a 1e 0b e3 54 25 3d |..2..255.....T%=| 000013f0 30 b8 38 0d 0a 28 1b ec 31 30 30 39 2c 39 31 32 |0.8..(..1009,912| 00001400 2d 54 25 2a 34 32 3a f1 48 24 28 54 25 29 0d 0a |-T%*42:.H$(T%)..| 00001410 32 09 e6 32 c8 9c 30 0d 0a 3c 05 ed 0d 0a 46 0c |2..2..0..<....F.| 00001420 e6 36 33 c8 9c 32 35 35 0d 0a 50 0c 2a 46 58 31 |.63..255..P.*FX1| 00001430 31 33 2c 32 0d 0a 5a 08 c8 97 20 ee 0d 0a 64 2d |13,2..Z... ...d-| 00001440 f2 68 69 67 68 6c 69 67 68 74 28 31 36 2c 4f 50 |.highlight(16,OP| 00001450 29 3a f2 68 69 67 68 6c 69 67 68 74 28 39 37 32 |):.highlight(972| 00001460 2c 4f 48 29 3a 4c 25 3d a3 0d 0a 6e 05 f5 0d 0a |,OH):L%=...n....| 00001470 78 33 c8 97 58 2c 59 2c 5a 3a 5a 5a 24 3d bf 30 |x3..X,Y,Z:ZZ$=.0| 00001480 3a e7 5a 5a 24 3d 22 51 22 84 5a 5a 24 3d 22 71 |:.ZZ$="Q".ZZ$="q| 00001490 22 ff 22 46 58 32 30 22 3a 2a 44 45 53 4b 54 4f |"."FX20":*DESKTO| 000014a0 50 0d 0a 82 1e e7 59 3e 35 34 39 80 59 3c 39 32 |P.....Y>549.Y<92| 000014b0 32 80 58 3e 39 36 33 80 58 3c 31 32 37 31 8c 0d |2.X>963.X<1271..| 000014c0 0a 8c 10 48 3d 28 59 2d 35 34 34 29 81 34 32 0d |...H=(Y-544).42.| 000014d0 0a 96 0c e7 48 3c 3e 4f 48 20 8c 0d 0a a0 16 f2 |....H<>OH ......| 000014e0 68 69 67 68 6c 69 67 68 74 28 39 37 32 2c 4f 48 |highlight(972,OH| 000014f0 29 0d 0a aa 15 f2 68 69 67 68 6c 69 67 68 74 28 |).....highlight(| 00001500 39 37 32 2c 48 29 0d 0a b4 08 4f 48 3d 48 0d 0a |972,H)....OH=H..| 00001510 be 05 cd 0d 0a c8 11 e7 5a 20 f2 64 69 73 70 74 |........Z .dispt| 00001520 61 62 6c 65 0d 0a d2 05 cc 0d 0a dc 37 e7 4f 48 |able........7.OH| 00001530 3c 3e 44 48 20 f2 68 69 67 68 6c 69 67 68 74 28 |<>DH .highlight(| 00001540 39 37 32 2c 4f 48 29 3a f2 68 69 67 68 6c 69 67 |972,OH):.highlig| 00001550 68 74 28 39 37 32 2c 44 48 29 3a 4f 48 3d 44 48 |ht(972,DH):OH=DH| 00001560 0d 0a e6 05 cd 0d 0a f0 1b e7 59 3e 35 34 39 80 |..........Y>549.| 00001570 59 3c 39 32 32 80 58 3e 37 80 58 3c 33 31 33 8c |Y<922.X>7.X<313.| 00001580 0d 0a fa 10 50 3d 28 59 2d 35 34 34 29 81 34 32 |....P=(Y-544).42| 00001590 0d 0b 04 15 e7 50 3c 3e 4f 50 20 80 50 3e 37 2d |.....P<>OP .P>7-| 000015a0 4d 50 25 20 8c 0d 0b 0e 15 f2 68 69 67 68 6c 69 |MP% ......highli| 000015b0 67 68 74 28 31 36 2c 4f 50 29 0d 0b 18 14 f2 68 |ght(16,OP).....h| 000015c0 69 67 68 6c 69 67 68 74 28 31 36 2c 50 29 0d 0b |ighlight(16,P)..| 000015d0 22 08 4f 50 3d 50 0d 0b 2c 05 cd 0d 0b 36 0e e7 |".OP=P..,....6..| 000015e0 5a 20 4c 25 3d 39 2d 4f 50 0d 0b 40 05 cd 0d 0b |Z L%=9-OP..@....| 000015f0 4a 07 fd 4c 25 0d 0b 54 19 2a 43 48 41 4e 4e 45 |J..L%..T.*CHANNE| 00001600 4c 56 4f 49 43 45 20 31 20 6b 6c 69 6e 67 0d 0b |LVOICE 1 kling..| 00001610 5e 12 d4 31 2c 2d 31 35 2c 26 31 30 30 30 2c 31 |^..1,-15,&1000,1| 00001620 0d 0b 68 08 c8 97 20 87 0d 0b 72 05 e1 0d 0b 7c |..h... ...r....|| 00001630 04 0d 0b 86 0e dd f2 69 6e 69 74 72 61 6e 64 0d |.......initrand.| 00001640 0b 90 34 de 20 48 25 28 38 29 2c 48 24 28 38 29 |..4. H%(8),H$(8)| 00001650 2c 44 28 38 29 2c 50 25 28 38 29 2c 53 25 28 38 |,D(8),P%(8),S%(8| 00001660 29 2c 4d 25 28 38 29 2c 54 42 25 31 32 2c 54 53 |),M%(8),TB%12,TS| 00001670 25 33 30 0d 0b 9a 17 de 20 42 43 31 25 28 31 35 |%30..... BC1%(15| 00001680 29 3a 42 43 31 50 25 3d 31 35 0d 0b a4 17 de 20 |):BC1P%=15..... | 00001690 42 43 32 25 28 31 35 29 3a 42 43 32 50 25 3d 31 |BC2%(15):BC2P%=1| 000016a0 35 0d 0b ae 26 e3 54 25 3d 31 b8 31 35 3a 42 43 |5...&.T%=1.15:BC| 000016b0 31 25 28 54 25 29 3d 54 25 3a 42 43 32 25 28 54 |1%(T%)=T%:BC2%(T| 000016c0 25 29 3d 54 25 3a ed 0d 0b b8 05 e1 0d 0b c2 04 |%)=T%:..........| 000016d0 0d 0b cc 0c dd f2 67 77 69 6e 31 43 0d 0b d6 17 |......gwin1C....| 000016e0 ef 32 34 2c 32 38 3b 32 38 3b 31 32 34 34 3b 34 |.24,28;28;1244;4| 000016f0 33 32 3b 0d 0b e0 0e e6 31 32 38 2b 36 33 c8 9c |32;.....128+63..| 00001700 30 0d 0b ea 05 da 0d 0b f4 05 e1 0d 0b fe 04 0d |0...............| 00001710 0c 08 0c dd f2 67 77 69 6e 31 45 0d 0c 12 16 ef |.....gwin1E.....| 00001720 32 34 2c 32 38 3b 32 38 3b 31 32 34 34 3b 55 25 |24,28;28;1244;U%| 00001730 3b 0d 0c 1c 0e e6 31 32 38 2b 36 33 c8 9c 30 0d |;.....128+63..0.| 00001740 0c 26 05 da 0d 0c 30 05 e1 0d 0c 3a 04 0d 0c 44 |.&....0....:...D| 00001750 0c dd f2 67 77 69 6e 31 44 0d 0c 4e 17 ef 32 34 |...gwin1D..N..24| 00001760 2c 32 38 3b 32 38 3b 31 32 34 34 3b 32 34 30 3b |,28;28;1244;240;| 00001770 0d 0c 58 0e e6 31 32 38 2b 36 33 c8 9c 30 0d 0c |..X..128+63..0..| 00001780 62 05 da 0d 0c 6c 05 e1 0d 0c 76 04 0d 0c 80 0b |b....l....v.....| 00001790 dd f2 67 77 69 6e 31 0d 0c 8a 17 ef 32 34 2c 32 |..gwin1.....24,2| 000017a0 38 3b 32 38 3b 31 32 34 34 3b 34 33 32 3b 0d 0c |8;28;1244;432;..| 000017b0 94 05 e1 0d 0c 9e 04 0d 0c a8 0b dd f2 67 77 69 |.............gwi| 000017c0 6e 32 0d 0c b2 17 ef 32 34 2c 33 32 3b 33 32 3b |n2.....24,32;32;| 000017d0 31 32 34 38 3b 34 33 32 3b 0d 0c bc 05 e1 0d 0c |1248;432;.......| 000017e0 c6 04 0d 0c d0 0d dd f2 72 65 73 75 6c 74 73 0d |........results.| 000017f0 0c da 1d 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 |...*CHANNELVOICE| 00001800 20 31 20 54 48 55 4e 44 45 52 52 4d 0d 0c e4 1d | 1 THUNDERRM....| 00001810 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 32 20 |*CHANNELVOICE 2 | 00001820 54 48 55 4e 44 45 52 52 4d 0d 0c ee 11 d4 31 2c |THUNDERRM.....1,| 00001830 2d 31 35 2c 26 35 30 30 2c 31 0d 0c f8 14 d4 32 |-15,&500,1.....2| 00001840 2c 2d 31 35 2c 26 33 30 30 2c 31 2c 32 30 0d 0d |,-15,&300,1,20..| 00001850 02 15 d4 31 2c 2d 31 35 2c 26 35 30 30 2c 31 2c |...1,-15,&500,1,| 00001860 31 30 30 0d 0d 0c 15 d4 32 2c 2d 31 35 2c 26 33 |100.....2,-15,&3| 00001870 30 30 2c 31 2c 31 37 30 0d 0d 16 0d 53 25 3d 21 |00,1,170....S%=!| 00001880 73 63 6f 72 65 0d 0d 20 0d ea 41 24 2c 6c 25 2c |score.. ..A$,l%,| 00001890 44 25 0d 0d 2a 12 d6 20 73 68 6f 77 67 65 6e 65 |D%..*.. showgene| 000018a0 72 61 6c 73 0d 0d 34 10 4d 25 3d 21 6d 69 6e 73 |rals..4.M%=!mins| 000018b0 63 6f 72 65 0d 0d 3e 15 f4 56 44 55 32 38 2c 31 |core..>..VDU28,1| 000018c0 2c 33 30 2c 33 38 2c 31 37 0d 0d 48 21 f2 61 70 |,30,38,17..H!.ap| 000018d0 6f 63 62 6f 78 28 30 2c 38 2c 31 32 37 39 2c 35 |ocbox(0,8,1279,5| 000018e0 30 33 29 3a 55 25 3d 34 38 30 0d 0d 52 2c f2 6c |03):U%=480..R,.l| 000018f0 69 6e 65 28 34 2c 22 54 68 65 20 52 4f 59 41 4c |ine(4,"The ROYAL| 00001900 20 47 55 49 4c 44 20 4f 46 20 53 50 41 43 49 4e | GUILD OF SPACIN| 00001910 47 22 2c 31 35 29 0d 0d 5c 0f 44 25 3d 21 64 69 |G",15)..\.D%=!di| 00001920 65 66 6c 61 67 0d 0d 66 0b e7 20 44 25 3d 30 8c |eflag..f.. D%=0.| 00001930 0d 0d 70 37 f2 63 6c 69 6e 65 28 22 52 65 73 75 |..p7.cline("Resu| 00001940 6c 74 73 20 6f 66 20 70 6f 73 74 6d 6f 72 74 69 |lts of postmorti| 00001950 63 20 65 6e 71 75 69 72 79 22 2c 31 30 2c 34 38 |c enquiry",10,48| 00001960 29 3a 43 25 3d 34 38 0d 0d 7a 05 cc 0d 0d 84 47 |):C%=48..z.....G| 00001970 e7 53 25 3e 3d 4d 25 80 44 25 3d 31 3a f2 63 6c |.S%>=M%.D%=1:.cl| 00001980 69 6e 65 28 22 52 65 73 75 6c 74 73 20 6f 66 20 |ine("Results of | 00001990 70 72 65 6c 69 6d 69 6e 61 72 79 20 64 65 62 72 |preliminary debr| 000019a0 69 65 66 69 6e 67 22 2c 31 30 2c 31 32 29 3a 43 |iefing",10,12):C| 000019b0 25 3d 34 0d 0d 8e 3f e7 53 25 3c 4d 25 80 44 25 |%=4...?.S%<M%.D%| 000019c0 3d 31 f2 63 6c 69 6e 65 28 22 52 65 73 75 6c 74 |=1.cline("Result| 000019d0 73 20 6f 66 20 66 69 6e 61 6c 20 64 65 62 72 69 |s of final debri| 000019e0 65 66 69 6e 67 22 2c 31 30 2c 31 39 29 3a 43 25 |efing",10,19):C%| 000019f0 3d 33 0d 0d 98 37 e7 44 25 3d 32 f2 63 6c 69 6e |=3...7.D%=2.clin| 00001a00 65 28 22 52 65 73 75 6c 74 73 20 75 70 20 74 6f |e("Results up to| 00001a10 20 47 75 69 6c 64 20 77 69 74 68 64 72 61 77 61 | Guild withdrawa| 00001a20 6c 22 2c 31 30 2c 31 39 29 0d 0d a2 05 cd 0d 0d |l",10,19).......| 00001a30 ac 05 cd 0d 0d b6 0c c8 8e 20 53 4f 25 20 ca 0d |......... SO% ..| 00001a40 0d c0 11 c9 31 3a 41 24 3d 22 46 69 72 73 74 22 |....1:A$="First"| 00001a50 0d 0d ca 12 c9 32 3a 41 24 3d 22 53 65 63 6f 6e |.....2:A$="Secon| 00001a60 64 22 0d 0d d4 11 c9 33 3a 41 24 3d 22 54 68 69 |d".....3:A$="Thi| 00001a70 72 64 22 0d 0d de 12 c9 34 3a 41 24 3d 22 46 6f |rd".....4:A$="Fo| 00001a80 75 72 74 68 22 0d 0d e8 11 c9 35 3a 41 24 3d 22 |urth".....5:A$="| 00001a90 46 69 66 74 68 22 0d 0d f2 05 cb 0d 0d fc 2b f2 |Fifth"........+.| 00001aa0 63 6c 69 6e 65 28 22 52 61 6b 6f 6e 61 6e 20 55 |cline("Rakonan U| 00001ab0 6e 69 74 73 20 64 65 73 74 72 6f 79 65 64 22 2c |nits destroyed",| 00001ac0 31 39 2c 31 39 29 0d 0e 06 3f f2 63 6c 69 6e 65 |19,19)...?.cline| 00001ad0 28 a4 6c 65 6e 67 74 68 28 41 24 2b 22 20 73 6f |(.length(A$+" so| 00001ae0 72 74 69 65 22 2c 31 37 29 2b 22 20 3a 22 2b c4 |rtie",17)+" :"+.| 00001af0 35 2c 22 20 22 29 2b a4 6e 6f 28 53 25 29 2c 32 |5," ")+.no(S%),2| 00001b00 36 2c 31 35 29 0d 0e 10 09 6c 25 3d 33 33 0d 0e |6,15)....l%=33..| 00001b10 1a 0d e7 20 53 4f 25 3e 31 20 8c 0d 0e 24 54 f2 |... SO%>1 ...$T.| 00001b20 63 6c 69 6e 65 28 a4 6c 65 6e 67 74 68 28 22 50 |cline(.length("P| 00001b30 72 65 76 69 6f 75 73 20 73 6f 72 74 69 65 27 73 |revious sortie's| 00001b40 22 2c 31 37 29 2b 22 20 3a 22 2b c4 35 2c 22 20 |",17)+" :"+.5," | 00001b50 22 29 2b a4 6e 6f 28 21 68 69 67 68 73 63 6f 72 |")+.no(!highscor| 00001b60 65 29 2c 6c 25 2c 31 35 29 3a 6c 25 2b 3d 37 0d |e),l%,15):l%+=7.| 00001b70 0e 2e 05 cd 0d 0e 38 15 41 24 3d a4 6e 6f 73 74 |......8.A$=.nost| 00001b80 72 69 6e 67 28 50 4c 25 29 0d 0e 42 24 41 24 3d |ring(PL%)..B$A$=| 00001b90 41 24 2b 22 20 50 6c 61 6e 65 74 22 3a e7 50 4c |A$+" Planet":.PL| 00001ba0 25 3c 3e 31 41 24 3d 41 24 2b 22 73 22 0d 0e 4c |%<>1A$=A$+"s"..L| 00001bb0 2a f2 63 6c 69 6e 65 28 41 24 2b 22 20 65 6e 63 |*.cline(A$+" enc| 00001bc0 6f 75 6e 74 65 72 65 64 22 2c 6c 25 2c 31 39 29 |ountered",l%,19)| 00001bd0 3a 6c 25 2b 3d 31 32 0d 0e 56 2f f2 63 6c 69 6e |:l%+=12..V/.clin| 00001be0 65 28 22 50 72 65 73 73 20 53 50 41 43 45 20 66 |e("Press SPACE f| 00001bf0 6f 72 20 43 6f 6e 63 6c 75 73 69 6f 6e 73 22 2c |or Conclusions",| 00001c00 35 34 2c 31 39 29 0d 0e 60 0f e7 44 25 3d 32 f2 |54,19)..`..D%=2.| 00001c10 73 70 65 61 6b 0d 0e 6a 09 2a 46 58 31 35 0d 0e |speak..j.*FX15..| 00001c20 74 0f f2 77 61 69 74 73 70 61 63 65 45 0d 0e 7e |t..waitspaceE..~| 00001c30 1b 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 32 |.*CHANNELVOICE 2| 00001c40 20 45 4e 47 49 4e 45 33 0d 0e 88 11 f2 63 6f 6e | ENGINE3.....con| 00001c50 63 6c 75 64 65 28 44 25 29 0d 0e 92 05 e1 0d 0e |clude(D%).......| 00001c60 9c 04 0d 0e a6 12 dd a4 6e 6f 73 74 72 69 6e 67 |........nostring| 00001c70 28 50 25 29 0d 0e b0 07 ea 41 24 0d 0e ba 09 c8 |(P%).....A$.....| 00001c80 8e 50 25 ca 0d 0e c4 0f c9 31 3a 41 24 3d 22 4f |.P%......1:A$="O| 00001c90 6e 65 22 0d 0e ce 0f c9 32 3a 41 24 3d 22 54 77 |ne".....2:A$="Tw| 00001ca0 6f 22 0d 0e d8 11 c9 33 3a 41 24 3d 22 54 68 72 |o".....3:A$="Thr| 00001cb0 65 65 22 0d 0e e2 10 c9 34 3a 41 24 3d 22 46 6f |ee".....4:A$="Fo| 00001cc0 75 72 22 0d 0e ec 10 c9 35 3a 41 24 3d 22 46 69 |ur".....5:A$="Fi| 00001cd0 76 65 22 0d 0e f6 0f c9 36 3a 41 24 3d 22 53 69 |ve".....6:A$="Si| 00001ce0 78 22 0d 0f 00 11 c9 37 3a 41 24 3d 22 53 65 76 |x".....7:A$="Sev| 00001cf0 65 6e 22 0d 0f 0a 11 c9 38 3a 41 24 3d 22 45 69 |en".....8:A$="Ei| 00001d00 67 68 74 22 0d 0f 14 10 c9 39 3a 41 24 3d 22 4e |ght".....9:A$="N| 00001d10 69 6e 65 22 0d 0f 1e 10 c9 31 30 3a 41 24 3d 22 |ine".....10:A$="| 00001d20 54 65 6e 22 0d 0f 28 13 c9 31 31 3a 41 24 3d 22 |Ten"..(..11:A$="| 00001d30 45 6c 65 76 65 6e 22 0d 0f 32 13 c9 31 32 3a 41 |Eleven"..2..12:A| 00001d40 24 3d 22 54 77 65 6c 76 65 22 0d 0f 3c 15 c9 31 |$="Twelve"..<..1| 00001d50 33 3a 41 24 3d 22 54 68 69 72 74 65 65 6e 22 0d |3:A$="Thirteen".| 00001d60 0f 46 12 7f 3a 41 24 3d 22 55 6d 70 74 65 65 6e |.F..:A$="Umpteen| 00001d70 22 0d 0f 50 05 cb 0d 0f 5a 07 3d 41 24 0d 0f 64 |"..P....Z.=A$..d| 00001d80 04 0d 0f 6e 12 dd f2 63 6f 6e 63 6c 75 64 65 28 |...n...conclude(| 00001d90 64 25 29 0d 0f 78 1f ea 41 24 2c 42 24 2c 58 25 |d%)..x..A$,B$,X%| 00001da0 2c 59 25 2c 52 25 2c 44 25 2c 53 25 2c 6d 25 2c |,Y%,R%,D%,S%,m%,| 00001db0 43 25 0d 0f 82 0d 53 25 3d 21 73 63 6f 72 65 0d |C%....S%=!score.| 00001dc0 0f 8c 1a 43 25 3d 31 35 3a 44 25 3d 21 64 69 65 |...C%=15:D%=!die| 00001dd0 66 6c 61 67 3a 47 25 3d 30 0d 0f 96 11 e7 44 25 |flag:G%=0.....D%| 00001de0 3c 3e 32 4f 53 25 2b 3d 53 25 0d 0f a0 0a f2 67 |<>2OS%+=S%.....g| 00001df0 77 69 6e 31 0d 0f aa 0b e7 44 25 3d 30 20 8c 0d |win1.....D%=0 ..| 00001e00 0f b4 0f 41 24 3d a4 68 65 73 64 65 61 64 0d 0f |...A$=.hesdead..| 00001e10 be 05 cc 0d 0f c8 11 e7 53 25 3c 4d 25 80 64 25 |........S%<M%.d%| 00001e20 3c 3e 32 8c 0d 0f d2 28 e7 53 4f 25 3e 31 84 50 |<>2....(.SO%>1.P| 00001e30 4c 25 3e 31 41 24 3d a4 69 6e 73 70 69 74 65 3a |L%>1A$=.inspite:| 00001e40 8b 41 24 3d a4 66 69 72 73 74 67 6f 0d 0f dc 1f |.A$=.firstgo....| 00001e50 41 24 3d 41 24 2b a4 62 61 64 72 65 73 75 6c 74 |A$=A$+.badresult| 00001e60 3a 21 64 69 65 66 6c 61 67 3d 30 0d 0f e6 05 cc |:!dieflag=0.....| 00001e70 0d 0f f0 19 41 24 3d a4 67 65 74 74 69 6e 67 62 |....A$=.gettingb| 00001e80 65 74 74 65 72 28 64 25 29 0d 0f fa 05 cd 0d 10 |etter(d%).......| 00001e90 04 05 cd 0d 10 0e 0b f2 67 77 69 6e 31 43 0d 10 |........gwin1C..| 00001ea0 18 18 f2 66 6c 69 6e 65 28 33 32 2c 34 30 34 2c |...fline(32,404,| 00001eb0 41 24 2c 43 25 29 0d 10 22 1f 21 54 42 25 3d 31 |A$,C%)..".!TB%=1| 00001ec0 33 38 3a 54 42 25 21 34 3d 31 33 39 3a 54 42 25 |38:TB%!4=139:TB%| 00001ed0 21 38 3d 2d 31 0d 10 2c 10 f2 72 65 61 64 28 58 |!8=-1..,..read(X| 00001ee0 25 2c 59 25 29 0d 10 36 23 e7 53 25 3e 4d 25 2a |%,Y%)..6#.S%>M%*| 00001ef0 32 80 b3 28 53 25 29 3e 4d 25 2a 32 80 53 4f 25 |2..(S%)>M%*2.SO%| 00001f00 3c 3e 35 80 4d 4d 25 8c 0d 10 40 18 4d 4d 25 3d |<>5.MM%...@.MM%=| 00001f10 a3 3a 52 25 3d 31 3c 3c 28 b3 28 38 29 2d 31 29 |.:R%=1<<(.(8)-1)| 00001f20 0d 10 4a 10 e7 28 4d 45 25 80 52 25 29 3d 30 8c |..J..(ME%.R%)=0.| 00001f30 0d 10 54 13 4d 45 25 3d 4d 45 25 84 52 25 3a 47 |..T.ME%=ME%.R%:G| 00001f40 25 3d b9 0d 10 5e 12 41 24 3d 22 57 65 20 61 77 |%=...^.A$="We aw| 00001f50 61 72 64 20 22 0d 10 68 1f e7 44 25 3d 30 20 41 |ard "..h..D%=0 A| 00001f60 24 3d 41 24 2b 22 70 6f 73 74 68 75 6d 6f 75 73 |$=A$+"posthumous| 00001f70 6c 79 20 22 0d 10 72 32 f2 66 6c 69 6e 65 28 33 |ly "..r2.fline(3| 00001f80 32 2c 59 25 2d 35 36 2c 41 24 2b 22 74 68 65 20 |2,Y%-56,A$+"the | 00001f90 22 2b a4 6d 65 64 61 6c 64 65 63 6f 64 65 28 52 |"+.medaldecode(R| 00001fa0 25 29 2c 31 34 29 0d 10 7c 05 cd 0d 10 86 05 cd |%),14)..|.......| 00001fb0 0d 10 90 10 f2 72 65 61 64 28 58 25 2c 59 25 29 |.....read(X%,Y%)| 00001fc0 0d 10 9a 11 6d 25 3d a4 6d 61 78 73 74 61 74 75 |....m%=.maxstatu| 00001fd0 73 0d 10 a4 17 e7 53 25 3e 4d 25 80 53 54 25 3c |s.....S%>M%.ST%<| 00001fe0 6d 25 53 54 25 2b 3d 31 0d 10 ae 16 e7 44 25 3d |m%ST%+=1.....D%=| 00001ff0 32 80 53 54 25 3c 6d 25 53 54 25 3d 6d 25 0d 10 |2.ST%<m%ST%=m%..| 00002000 b8 3e f2 66 6c 69 6e 65 28 33 32 2c 59 25 2d 34 |.>.fline(32,Y%-4| 00002010 34 2c 22 4f 76 65 72 61 6c 6c 20 73 74 61 74 75 |4,"Overall statu| 00002020 73 20 3a 20 22 2b a4 64 65 63 6f 64 65 73 74 61 |s : "+.decodesta| 00002030 74 75 73 28 53 54 25 29 2c 31 34 29 0d 10 c2 2e |tus(ST%),14)....| 00002040 f2 66 6c 69 6e 65 28 32 38 30 2c 36 30 2c 22 50 |.fline(280,60,"P| 00002050 52 45 53 53 20 53 50 41 43 45 20 54 4f 20 43 4f |RESS SPACE TO CO| 00002060 4e 54 49 4e 55 45 22 2c 33 29 0d 10 cc 0f e7 47 |NTINUE",3).....G| 00002070 25 3d b9 20 f2 67 72 69 6e 0d 10 d6 0f f2 77 61 |%=. .grin.....wa| 00002080 69 74 73 70 61 63 65 45 0d 10 e0 22 e7 20 21 64 |itspaceE...". !d| 00002090 69 65 66 6c 61 67 3d 31 4b 25 3d 31 31 3a f2 61 |ieflag=1K%=11:.a| 000020a0 64 69 74 69 6f 6e 61 6c 3a e1 0d 10 ea 18 e7 20 |ditional:...... | 000020b0 4f 53 25 3c 3d 48 25 28 38 29 20 84 20 64 25 3d |OS%<=H%(8) . d%=| 000020c0 32 e1 0d 10 f4 0b f2 67 77 69 6e 31 43 0d 10 fe |2......gwin1C...| 000020d0 32 f2 63 6c 69 6e 65 28 22 50 6c 65 61 73 65 20 |2.cline("Please | 000020e0 65 6e 74 65 72 20 79 6f 75 72 20 6e 61 6d 65 20 |enter your name | 000020f0 66 6f 72 20 74 68 65 22 2c 31 33 2c 31 35 29 0d |for the",13,15).| 00002100 11 08 21 f2 6c 69 6e 65 28 31 39 2c 22 52 4f 4c |..!.line(19,"ROL| 00002110 4c 20 6f 66 20 48 4f 4e 4f 55 52 22 2c 31 35 29 |L of HONOUR",15)| 00002120 0d 11 12 24 41 24 3d 22 22 3a 24 54 42 25 3d 22 |...$A$="":$TB%="| 00002130 2a 2e 2e 2e 2e 2e 2e 2e 2a 22 3a 52 25 3d 30 3a |*.......*":R%=0:| 00002140 58 25 3d 30 0d 11 1c 16 f2 63 6c 69 6e 65 28 24 |X%=0.....cline($| 00002150 54 42 25 2c 33 38 2c 31 35 29 0d 11 26 09 f5 44 |TB%,38,15)..&..D| 00002160 25 3d a5 0d 11 30 12 e7 44 25 3e 33 31 80 44 25 |%=...0..D%>31.D%| 00002170 3c 31 32 38 8c 0d 11 3a 11 e7 44 25 3d 31 32 37 |<128...:..D%=127| 00002180 80 52 25 3e 30 8c 0d 11 44 0d 54 42 25 3f 52 25 |.R%>0...D.TB%?R%| 00002190 3d 34 36 0d 11 4e 09 52 25 2d 3d 31 0d 11 58 11 |=46..N.R%-=1..X.| 000021a0 41 24 3d c0 41 24 2c a9 41 24 2d 31 29 0d 11 62 |A$=.A$,.A$-1)..b| 000021b0 05 cd 0d 11 6c 12 e7 44 25 3c 3e 31 32 37 80 52 |....l..D%<>127.R| 000021c0 25 3c 37 8c 0d 11 76 09 52 25 2b 3d 31 0d 11 80 |%<7...v.R%+=1...| 000021d0 0d 54 42 25 3f 52 25 3d 44 25 0d 11 8a 0d 41 24 |.TB%?R%=D%....A$| 000021e0 3d 41 24 2b bd 44 25 0d 11 94 05 cd 0d 11 9e 05 |=A$+.D%.........| 000021f0 cd 0d 11 a8 0c e7 58 25 3c 3e 52 25 8c 0d 11 b2 |......X%<>R%....| 00002200 09 58 25 3d 52 25 0d 11 bc 33 e6 36 33 c8 9c 30 |.X%=R%...3.63..0| 00002210 3a c8 96 3a c8 93 c8 90 34 39 32 2c 31 37 36 2c |:..:....492,176,| 00002220 33 30 30 2c 33 32 3a f2 63 6c 69 6e 65 28 24 54 |300,32:.cline($T| 00002230 42 25 2c 33 38 2c 31 35 29 0d 11 c6 05 cd 0d 11 |B%,38,15).......| 00002240 d0 0a fd 44 25 3d 31 33 0d 11 da 34 48 25 28 38 |...D%=13...4H%(8| 00002250 29 3d 4f 53 25 3a 48 24 28 38 29 3d 41 24 3a 50 |)=OS%:H$(8)=A$:P| 00002260 25 28 38 29 3d 50 4c 25 3a 53 25 28 38 29 3d 53 |%(8)=PL%:S%(8)=S| 00002270 54 25 3a 4d 25 28 38 29 3d 4d 45 25 0d 11 e4 0a |T%:M%(8)=ME%....| 00002280 3f 54 42 25 3d 33 0d 11 ee 17 c8 99 20 22 4f 53 |?TB%=3...... "OS| 00002290 5f 57 6f 72 64 22 2c 31 34 2c 54 42 25 0d 11 f8 |_Word",14,TB%...| 000022a0 0d 44 28 38 29 3d 7c 54 42 25 0d 12 02 09 f2 73 |.D(8)=|TB%.....s| 000022b0 6f 72 74 0d 12 0c 05 e1 0d 12 16 04 0d 12 20 0f |ort........... .| 000022c0 dd f2 61 64 69 74 69 6f 6e 61 6c 0d 12 2a 15 ea |..aditional..*..| 000022d0 20 53 25 2c 4d 25 2c 62 6f 25 2c 41 24 2c 42 24 | S%,M%,bo%,A$,B$| 000022e0 0d 12 34 0b 62 6f 25 3d 42 4f 25 0d 12 3e 0d 53 |..4.bo%=BO%..>.S| 000022f0 25 3d 21 73 63 6f 72 65 0d 12 48 15 4d 25 3d 28 |%=!score..H.M%=(| 00002300 21 6d 69 6e 73 63 6f 72 65 29 3c 3c 31 0d 12 52 |!minscore)<<1..R| 00002310 13 e7 53 25 3e 3d 4d 25 84 42 4f 25 3c 3e 30 8c |..S%>=M%.BO%<>0.| 00002320 0d 12 5c 18 e7 53 25 3e 3d 4d 25 80 42 4f 25 3c |..\..S%>=M%.BO%<| 00002330 33 20 42 4f 25 2b 3d 31 0d 12 66 17 e7 53 25 3c |3 BO%+=1..f..S%<| 00002340 4d 25 80 42 4f 25 3e 30 20 42 4f 25 2d 3d 31 0d |M%.BO%>0 BO%-=1.| 00002350 12 70 0f e7 20 62 6f 25 3c 3e 42 4f 25 8c 0d 12 |.p.. bo%<>BO%...| 00002360 7a 15 62 6f 25 3d 42 4f 25 2d 34 2a 28 53 25 3c |z.bo%=BO%-4*(S%<| 00002370 4d 25 29 0d 12 84 09 f7 2b 62 6f 25 0d 12 8e 7b |M%).....+bo%...{| 00002380 dc 44 75 65 20 74 6f 20 79 6f 75 72 20 68 69 67 |.Due to your hig| 00002390 68 20 70 65 72 66 6f 72 6d 61 6e 63 65 20 77 69 |h performance wi| 000023a0 74 68 20 61 20 73 74 61 6e 64 61 72 64 20 4c 4c |th a standard LL| 000023b0 61 6e 65 72 6b 20 79 6f 75 20 61 72 65 20 61 75 |anerk you are au| 000023c0 74 68 6f 72 69 7a 65 64 20 74 6f 20 66 69 74 20 |thorized to fit | 000023d0 61 20 53 75 70 65 72 63 6f 6f 6c 65 72 20 74 6f |a Supercooler to| 000023e0 20 79 6f 75 72 20 50 68 6f 74 6f 6e 20 63 61 6e | your Photon can| 000023f0 6e 6f 6e 2e 2c 22 22 0d 12 98 d2 dc 41 73 20 61 |non.,"".....As a| 00002400 20 72 65 77 61 72 64 20 66 6f 72 20 79 6f 75 72 | reward for your| 00002410 20 63 6f 6e 74 69 6e 75 65 64 20 68 69 67 68 20 | continued high | 00002420 65 66 66 69 63 69 65 6e 63 79 20 77 65 20 61 72 |efficiency we ar| 00002430 65 20 69 73 73 75 69 6e 67 20 79 6f 75 20 77 69 |e issuing you wi| 00002440 74 68 20 61 20 4c 4c 61 6e 65 72 6b 20 4d 6b 49 |th a LLanerk MkI| 00002450 49 20 66 69 74 74 65 64 20 77 69 74 68 20 61 20 |I fitted with a | 00002460 53 75 70 65 72 63 6f 6f 6c 65 72 20 61 6e 64 20 |Supercooler and | 00002470 61 6e 20 41 6e 74 69 2d 69 6e 65 72 74 69 61 6c |an Anti-inertial| 00002480 20 44 69 72 65 63 74 69 6f 6e 20 42 65 6e 64 65 | Direction Bende| 00002490 72 2e 2c 54 6f 20 63 6f 6e 74 72 6f 6c 20 74 68 |r.,To control th| 000024a0 65 20 41 44 42 20 75 73 65 20 74 68 65 20 6c 65 |e ADB use the le| 000024b0 66 74 20 61 6e 64 20 72 69 67 68 74 20 63 75 72 |ft and right cur| 000024c0 73 6f 72 20 6b 65 79 73 2e 0d 12 a2 8d dc 22 57 |sor keys......"W| 000024d0 65 20 66 65 65 6c 20 74 68 61 74 20 79 6f 75 20 |e feel that you | 000024e0 61 72 65 20 73 75 66 66 69 63 69 65 6e 74 6c 79 |are sufficiently| 000024f0 20 73 6b 69 6c 6c 65 64 20 74 6f 20 74 61 6b 65 | skilled to take| 00002500 20 63 6f 6e 74 72 6f 6c 20 6f 66 20 61 20 4c 4c | control of a LL| 00002510 61 6e 65 72 6b 20 42 61 74 74 6c 65 63 72 75 69 |anerk Battlecrui| 00002520 73 65 72 20 66 69 74 74 65 64 20 77 69 74 68 20 |ser fitted with | 00002530 53 75 70 65 72 63 6f 6f 6c 65 72 2c 20 41 44 42 |Supercooler, ADB| 00002540 20 61 6e 64 20 48 79 70 65 72 73 68 69 65 6c 64 | and Hypershield| 00002550 73 2e 22 2c 22 22 0d 12 ac 82 dc 54 68 6f 75 67 |s.","".....Thoug| 00002560 68 20 61 20 72 65 61 73 6f 6e 61 62 6c 65 20 66 |h a reasonable f| 00002570 69 67 68 74 65 72 20 79 6f 75 72 20 6b 69 6c 6c |ighter your kill| 00002580 20 72 61 74 65 20 69 73 20 6e 6f 74 20 68 69 67 | rate is not hig| 00002590 68 20 65 6e 6f 75 67 68 20 74 6f 20 77 61 72 72 |h enough to warr| 000025a0 61 6e 74 20 61 20 53 75 70 65 72 63 6f 6f 6c 65 |ant a Supercoole| 000025b0 72 2c 41 75 74 68 6f 72 69 74 79 20 69 73 20 74 |r,Authority is t| 000025c0 68 65 72 65 66 6f 72 65 20 62 65 69 6e 67 20 77 |herefore being w| 000025d0 69 74 68 64 72 61 77 6e 0d 12 b6 8a dc 59 6f 75 |ithdrawn.....You| 000025e0 72 20 65 66 66 69 63 69 65 6e 63 79 20 72 61 74 |r efficiency rat| 000025f0 69 6e 67 20 68 61 73 20 66 61 6c 6c 65 6e 20 62 |ing has fallen b| 00002600 65 6c 6f 77 20 74 68 65 20 6d 69 6e 69 6d 75 6d |elow the minimum| 00002610 20 66 6f 72 20 41 44 42 20 69 73 73 75 65 2e 2c | for ADB issue.,| 00002620 4c 4c 61 6e 65 72 6b 20 4d 6b 49 49 20 69 73 20 |LLanerk MkII is | 00002630 77 69 74 68 64 72 61 77 6e 20 62 75 74 20 79 6f |withdrawn but yo| 00002640 75 20 6d 61 79 20 72 65 74 61 69 6e 20 53 75 70 |u may retain Sup| 00002650 65 72 63 6f 6f 6c 65 72 20 61 75 74 68 6f 72 69 |ercooler authori| 00002660 74 79 0d 12 c0 88 dc 57 65 20 63 61 6e 6e 6f 74 |ty.....We cannot| 00002670 20 61 66 66 6f 72 64 20 74 6f 20 72 69 73 6b 20 | afford to risk | 00002680 61 20 4c 4c 61 6e 65 72 6b 20 42 61 74 74 6c 65 |a LLanerk Battle| 00002690 63 72 75 69 73 65 72 20 69 6e 20 74 68 65 20 68 |cruiser in the h| 000026a0 61 6e 64 73 20 6f 66 20 61 6e 79 74 68 69 6e 67 |ands of anything| 000026b0 20 62 75 74 20 61 20 66 69 72 73 74 20 63 6c 61 | but a first cla| 000026c0 73 73 20 66 69 67 68 74 65 72 2c 59 6f 75 20 61 |ss fighter,You a| 000026d0 72 65 20 64 65 6d 6f 74 65 64 20 74 6f 20 4c 4c |re demoted to LL| 000026e0 61 6e 65 72 6b 20 4d 6b 49 49 0d 12 ca 0a f3 41 |anerk MkII.....A| 000026f0 24 2c 42 24 0d 12 d4 0b f2 67 77 69 6e 31 43 0d |$,B$.....gwin1C.| 00002700 12 de 1b f2 6c 69 6e 65 28 31 36 2c 22 41 44 44 |....line(16,"ADD| 00002710 45 4e 44 55 4d 22 2c 31 34 29 0d 12 e8 10 f2 72 |ENDUM",14).....r| 00002720 65 61 64 28 58 25 2c 59 25 29 0d 12 f2 1a f2 66 |ead(X%,Y%).....f| 00002730 6c 69 6e 65 28 33 32 2c 59 25 2d 35 36 2c 41 24 |line(32,Y%-56,A$| 00002740 2c 31 34 29 0d 12 fc 2f e7 42 24 3c 3e 22 22 20 |,14).../.B$<>"" | 00002750 f2 72 65 61 64 28 58 25 2c 59 25 29 3a f2 66 6c |.read(X%,Y%):.fl| 00002760 69 6e 65 28 33 32 2c 59 25 2d 35 36 2c 42 24 2c |ine(32,Y%-56,B$,| 00002770 31 34 29 0d 13 06 12 e7 62 6f 25 3c 34 20 f2 6c |14).....bo%<4 .l| 00002780 61 75 6e 63 68 0d 13 10 2e f2 66 6c 69 6e 65 28 |aunch.....fline(| 00002790 32 38 30 2c 36 30 2c 22 50 52 45 53 53 20 53 50 |280,60,"PRESS SP| 000027a0 41 43 45 20 54 4f 20 43 4f 4e 54 49 4e 55 45 22 |ACE TO CONTINUE"| 000027b0 2c 33 29 0d 13 1a 0f f2 77 61 69 74 73 70 61 63 |,3).....waitspac| 000027c0 65 45 0d 13 24 05 cd 0d 13 2e 05 cd 0d 13 38 1b |eE..$.........8.| 000027d0 21 68 69 67 68 73 63 6f 72 65 3d 4f 53 25 3a 21 |!highscore=OS%:!| 000027e0 73 63 6f 72 65 3d 30 0d 13 42 05 e1 0d 13 4c 04 |score=0..B....L.| 000027f0 0d 13 56 04 0d 13 60 0f dd f2 77 61 69 74 73 70 |..V...`...waitsp| 00002800 61 63 65 0d 13 6a 0a f5 fd a6 2d 39 39 0d 13 74 |ace..j....-99..t| 00002810 0b f5 fd ac a6 2d 39 39 0d 13 7e 09 2a 46 58 31 |.....-99..~.*FX1| 00002820 35 0d 13 88 05 e1 0d 13 92 04 0d 13 9c 10 dd f2 |5...............| 00002830 77 61 69 74 73 70 61 63 65 45 0d 13 a6 1d ea 52 |waitspaceE.....R| 00002840 25 2c 45 25 2c 46 25 2c 58 25 2c 59 25 3a 45 25 |%,E%,F%,X%,Y%:E%| 00002850 3d 91 3a 46 25 3d 31 0d 13 b0 15 58 25 3d 36 30 |=.:F%=1....X%=60| 00002860 30 3a 59 25 3d 37 39 32 3a ef 32 36 0d 13 ba 05 |0:Y%=792:.26....| 00002870 f5 0d 13 c4 0e 52 25 3d b3 28 32 30 30 30 29 0d |.....R%=.(2000).| 00002880 13 ce 11 e7 91 2d 45 25 3e 31 30 30 46 25 3d 31 |.....-E%>100F%=1| 00002890 0d 13 d8 13 e7 52 25 3d 35 30 84 91 2d 45 25 3c |.....R%=50..-E%<| 000028a0 38 30 8c 0d 13 e2 0a e7 46 25 3d 31 8c 0d 13 ec |80......F%=1....| 000028b0 0d 45 25 3d 91 3a 46 25 3d 32 0d 13 f6 13 2a 53 |.E%=.:F%=2....*S| 000028c0 43 48 4f 4f 53 45 20 53 50 4f 43 4b 32 0d 14 00 |CHOOSE SPOCK2...| 000028d0 0e f0 26 45 44 2c 58 25 2c 59 25 0d 14 0a 05 cd |..&ED,X%,Y%.....| 000028e0 0d 14 14 14 e7 28 91 2d 45 25 29 3e 32 30 80 46 |.....(.-E%)>20.F| 000028f0 25 3d 32 8c 0d 14 1e 08 46 25 3d 33 0d 14 28 13 |%=2.....F%=3..(.| 00002900 2a 53 43 48 4f 4f 53 45 20 53 50 4f 43 4b 33 0d |*SCHOOSE SPOCK3.| 00002910 14 32 0e f0 26 45 44 2c 58 25 2c 59 25 0d 14 3c |.2..&ED,X%,Y%..<| 00002920 05 cd 0d 14 46 14 e7 28 91 2d 45 25 29 3e 34 30 |....F..(.-E%)>40| 00002930 80 46 25 3d 33 8c 0d 14 50 08 46 25 3d 34 0d 14 |.F%=3...P.F%=4..| 00002940 5a 13 2a 53 43 48 4f 4f 53 45 20 53 50 4f 43 4b |Z.*SCHOOSE SPOCK| 00002950 32 0d 14 64 0e f0 26 45 44 2c 58 25 2c 59 25 0d |2..d..&ED,X%,Y%.| 00002960 14 6e 05 cd 0d 14 78 14 e7 28 91 2d 45 25 29 3e |.n....x..(.-E%)>| 00002970 36 30 80 46 25 3d 34 8c 0d 14 82 08 46 25 3d 35 |60.F%=4.....F%=5| 00002980 0d 14 8c 13 2a 53 43 48 4f 4f 53 45 20 53 50 4f |....*SCHOOSE SPO| 00002990 43 4b 31 0d 14 96 0e f0 26 45 44 2c 58 25 2c 59 |CK1.....&ED,X%,Y| 000029a0 25 0d 14 a0 05 cd 0d 14 aa 05 cd 0d 14 b4 09 fd |%...............| 000029b0 a6 2d 39 39 0d 14 be 0b f5 fd ac a6 2d 39 39 0d |.-99........-99.| 000029c0 14 c8 09 2a 46 58 31 35 0d 14 d2 05 e1 0d 14 dc |...*FX15........| 000029d0 04 0d 14 e6 0f dd a4 6d 61 78 73 74 61 74 75 73 |.......maxstatus| 000029e0 0d 14 f0 07 ea 6d 25 0d 14 fa 0a c8 8e 50 4c 25 |.....m%......PL%| 000029f0 ca 0d 15 04 0b c9 31 3a 6d 25 3d 34 0d 15 0e 0b |......1:m%=4....| 00002a00 c9 32 3a 6d 25 3d 37 0d 15 18 0b c9 33 3a 6d 25 |.2:m%=7.....3:m%| 00002a10 3d 39 0d 15 22 0c c9 34 3a 6d 25 3d 31 31 0d 15 |=9.."..4:m%=11..| 00002a20 2c 0c c9 35 3a 6d 25 3d 31 33 0d 15 36 0c c9 36 |,..5:m%=13..6..6| 00002a30 3a 6d 25 3d 31 35 0d 15 40 0c c9 37 3a 6d 25 3d |:m%=15..@..7:m%=| 00002a40 31 37 0d 15 4a 0c c9 38 3a 6d 25 3d 31 39 0d 15 |17..J..8:m%=19..| 00002a50 54 0c c9 39 3a 6d 25 3d 32 31 0d 15 5e 0b 7f 3a |T..9:m%=21..^..:| 00002a60 6d 25 3d 32 31 0d 15 68 05 cb 0d 15 72 07 3d 6d |m%=21..h....r.=m| 00002a70 25 0d 15 7c 04 0d 15 86 0a dd f2 73 6f 72 74 0d |%..|.......sort.| 00002a80 15 90 09 44 50 25 3d 30 0d 15 9a 0d e3 54 25 3d |...DP%=0.....T%=| 00002a90 38 b8 31 88 b9 0d 15 a4 0e e3 49 25 3d 54 25 b8 |8.1.......I%=T%.| 00002aa0 31 88 b9 0d 15 ae 15 e7 48 25 28 49 25 29 3e 48 |1.......H%(I%)>H| 00002ab0 25 28 49 25 2d 31 29 8c 0d 15 b8 15 c8 94 48 25 |%(I%-1).......H%| 00002ac0 28 49 25 29 2c 48 25 28 49 25 2d 31 29 0d 15 c2 |(I%),H%(I%-1)...| 00002ad0 15 c8 94 48 24 28 49 25 29 2c 48 24 28 49 25 2d |...H$(I%),H$(I%-| 00002ae0 31 29 0d 15 cc 15 c8 94 50 25 28 49 25 29 2c 50 |1)......P%(I%),P| 00002af0 25 28 49 25 2d 31 29 0d 15 d6 15 c8 94 4d 25 28 |%(I%-1)......M%(| 00002b00 49 25 29 2c 4d 25 28 49 25 2d 31 29 0d 15 e0 15 |I%),M%(I%-1)....| 00002b10 c8 94 53 25 28 49 25 29 2c 53 25 28 49 25 2d 31 |..S%(I%),S%(I%-1| 00002b20 29 0d 15 ea 13 c8 94 44 28 49 25 29 2c 44 28 49 |)......D(I%),D(I| 00002b30 25 2d 31 29 0d 15 f4 0a 44 50 25 2b 3d 31 0d 15 |%-1)....DP%+=1..| 00002b40 fe 05 cd 0d 16 08 05 ed 0d 16 12 05 ed 0d 16 1c |................| 00002b50 09 f2 73 68 73 63 0d 16 26 05 e1 0d 16 30 04 0d |..shsc..&....0..| 00002b60 16 3a 15 dd f2 72 65 61 64 28 f8 20 58 25 2c f8 |.:...read(. X%,.| 00002b70 20 59 25 29 0d 16 44 1f 21 54 42 25 3d 31 33 38 | Y%)..D.!TB%=138| 00002b80 3a 54 42 25 21 34 3d 31 33 39 3a 54 42 25 21 38 |:TB%!4=139:TB%!8| 00002b90 3d 2d 31 0d 16 4e 23 c8 99 22 4f 53 5f 52 65 61 |=-1..N#.."OS_Rea| 00002ba0 64 56 64 75 56 61 72 69 61 62 6c 65 73 22 2c 54 |dVduVariables",T| 00002bb0 42 25 2c 54 53 25 0d 16 58 14 58 25 3d 21 54 53 |B%,TS%..X.X%=!TS| 00002bc0 25 3a 59 25 3d 54 53 25 21 34 0d 16 62 05 e1 0d |%:Y%=TS%!4..b...| 00002bd0 16 6c 04 0d 16 76 18 dd f2 66 6c 69 6e 65 28 58 |.l...v...fline(X| 00002be0 25 2c 59 25 2c 41 24 2c 43 25 29 0d 16 80 36 f2 |%,Y%,A$,C%)...6.| 00002bf0 67 77 69 6e 31 3a e6 43 25 c8 9c 32 35 35 3a ec |gwin1:.C%..255:.| 00002c00 20 58 25 2d 34 2c 59 25 2d 34 3a c8 99 20 22 4f | X%-4,Y%-4:.. "O| 00002c10 53 5f 50 72 65 74 74 79 50 72 69 6e 74 22 2c 41 |S_PrettyPrint",A| 00002c20 24 0d 16 8a 2f f2 67 77 69 6e 32 3a e6 30 c8 9c |$.../.gwin2:.0..| 00002c30 30 3a ec 20 58 25 2c 59 25 3a c8 99 20 22 4f 53 |0:. X%,Y%:.. "OS| 00002c40 5f 50 72 65 74 74 79 50 72 69 6e 74 22 2c 41 24 |_PrettyPrint",A$| 00002c50 0d 16 94 05 e1 0d 16 9e 04 0d 16 a8 0d dd a4 68 |...............h| 00002c60 65 73 64 65 61 64 0d 16 b2 0d ea 41 24 2c 42 24 |esdead.....A$,B$| 00002c70 2c 73 25 0d 16 bc 11 41 24 3d a4 77 65 72 65 73 |,s%....A$=.weres| 00002c80 6f 72 72 79 0d 16 c6 15 73 25 3d 53 25 3a e7 73 |orry....s%=S%:.s| 00002c90 25 3c 3d 4d 25 73 25 3d 30 0d 16 d0 18 e7 73 25 |%<=M%s%=0.....s%| 00002ca0 3e 4d 25 80 73 25 3c 3d 4d 25 2a 32 20 73 25 3d |>M%.s%<=M%*2 s%=| 00002cb0 31 0d 16 da 1b e7 73 25 3e 4d 25 2a 32 80 73 25 |1.....s%>M%*2.s%| 00002cc0 3c 3d 31 32 30 30 30 20 73 25 3d 32 0d 16 e4 22 |<=12000 s%=2..."| 00002cd0 e7 73 25 3e 31 32 30 30 30 2b 4d 25 80 73 25 3c |.s%>12000+M%.s%<| 00002ce0 3d 32 30 30 30 30 2b 4d 25 20 73 25 3d 33 0d 16 |=20000+M% s%=3..| 00002cf0 ee 15 e7 73 25 3e 32 30 30 30 30 2b 4d 25 20 73 |...s%>20000+M% s| 00002d00 25 3d 34 0d 16 f8 2d e7 42 43 31 50 25 3e 31 30 |%=4...-.BC1P%>10| 00002d10 3a e3 54 25 3d 31 b8 31 35 3a 42 43 31 25 28 54 |:.T%=1.15:BC1%(T| 00002d20 25 29 3d 54 25 3a ed 3a 42 43 31 50 25 3d 31 30 |%)=T%:.:BC1P%=10| 00002d30 0d 17 02 0f 49 25 3d b3 28 42 43 31 50 25 29 0d |....I%=.(BC1P%).| 00002d40 17 0c 09 c8 8e 73 25 ca 0d 17 16 11 c9 30 3a f7 |.....s%......0:.| 00002d50 2b 42 43 31 25 28 49 25 29 0d 17 20 73 dc 45 76 |+BC1%(I%).. s.Ev| 00002d60 65 6e 20 74 68 6f 75 67 68 20 74 68 69 73 20 66 |en though this f| 00002d70 69 67 68 74 65 72 73 20 70 65 72 66 6f 72 6d 61 |ighters performa| 00002d80 6e 63 65 20 77 61 73 20 70 6f 6f 72 20 69 6e 20 |nce was poor in | 00002d90 74 68 65 20 65 78 74 72 65 6d 65 20 77 65 20 73 |the extreme we s| 00002da0 68 6f 75 6c 64 20 6e 6f 74 20 66 6f 72 67 65 74 |hould not forget| 00002db0 20 74 68 65 20 6c 6f 73 73 20 6f 66 20 74 68 65 | the loss of the| 00002dc0 20 4c 4c 61 6e 65 72 6b 20 70 6f 64 0d 17 2a 45 | LLanerk pod..*E| 00002dd0 dc 46 6f 72 74 75 6e 61 74 65 6c 79 20 74 68 65 |.Fortunately the| 00002de0 20 6c 6f 73 73 20 74 6f 20 74 68 65 20 47 75 69 | loss to the Gui| 00002df0 6c 64 20 61 73 20 61 20 77 68 6f 6c 65 20 69 73 |ld as a whole is| 00002e00 20 6e 6f 74 20 61 20 67 72 65 61 74 20 64 65 61 | not a great dea| 00002e10 6c 0d 17 34 5f dc 57 65 20 6d 75 73 74 20 74 72 |l..4_.We must tr| 00002e20 79 20 69 6d 70 72 6f 76 65 20 74 68 65 20 73 6b |y improve the sk| 00002e30 69 6c 6c 20 6c 65 76 65 6c 20 6f 66 20 70 69 6c |ill level of pil| 00002e40 6f 74 73 20 62 65 66 6f 72 65 20 74 72 75 73 74 |ots before trust| 00002e50 69 6e 67 20 74 68 65 6d 20 77 69 74 68 20 76 61 |ing them with va| 00002e60 6c 75 61 62 6c 65 20 6d 61 63 68 69 6e 65 72 79 |luable machinery| 00002e70 0d 17 3e 52 dc 45 76 65 6e 20 73 6f 20 77 65 20 |..>R.Even so we | 00002e80 6d 75 73 74 20 6e 6f 74 20 66 6f 72 67 65 74 20 |must not forget | 00002e90 74 68 65 20 65 76 65 6e 20 67 72 65 61 74 65 72 |the even greater| 00002ea0 20 6c 6f 73 73 20 6f 66 20 61 20 4c 4c 61 6e 65 | loss of a LLane| 00002eb0 72 6b 20 77 69 74 68 6f 75 74 20 72 65 73 75 6c |rk without resul| 00002ec0 74 73 0d 17 48 42 dc 22 42 75 74 20 6e 65 76 65 |ts..HB."But neve| 00002ed0 72 20 6d 69 6e 64 20 74 68 69 6e 67 73 20 63 6f |r mind things co| 00002ee0 75 6c 64 20 62 65 20 77 6f 72 73 65 2c 20 69 74 |uld be worse, it| 00002ef0 20 63 6f 75 6c 64 20 68 61 76 65 20 62 65 65 6e | could have been| 00002f00 20 75 73 22 0d 17 52 40 dc 42 75 74 20 77 68 79 | us"..R@.But why| 00002f10 20 77 6f 72 72 79 20 61 62 6f 75 74 20 74 68 65 | worry about the| 00002f20 20 6c 6f 73 73 20 6f 66 20 73 75 63 68 20 61 6e | loss of such an| 00002f30 20 69 6e 73 69 67 6e 69 66 69 63 61 6e 74 20 62 | insignificant b| 00002f40 65 69 6e 67 0d 17 5c 50 dc 57 65 20 74 68 61 74 |eing..\P.We that| 00002f50 20 72 65 6d 61 69 6e 20 73 68 6f 75 6c 64 20 6c | remain should l| 00002f60 65 61 72 6e 20 66 72 6f 6d 20 74 68 65 20 6d 69 |earn from the mi| 00002f70 73 74 61 6b 65 73 20 6f 66 20 69 6e 65 70 74 20 |stakes of inept | 00002f80 70 69 6c 6f 74 73 20 6c 69 6b 65 20 74 68 69 73 |pilots like this| 00002f90 20 6f 6e 65 0d 17 66 3b dc 49 6e 20 6e 6f 20 77 | one..f;.In no w| 00002fa0 61 79 20 77 69 6c 6c 20 74 68 69 73 20 6c 6f 73 |ay will this los| 00002fb0 73 20 65 66 66 65 63 74 20 74 68 65 20 6f 75 74 |s effect the out| 00002fc0 63 6f 6d 65 20 6f 66 20 74 68 65 20 77 61 72 0d |come of the war.| 00002fd0 17 70 51 dc 49 6e 20 6d 61 6e 79 20 77 61 79 73 |.pQ.In many ways| 00002fe0 20 74 68 69 73 20 6c 6f 73 73 20 77 69 6c 6c 20 | this loss will | 00002ff0 61 63 74 75 61 6c 6c 79 20 62 65 6e 65 66 69 74 |actually benefit| 00003000 20 74 68 65 20 47 75 69 6c 64 20 61 73 20 61 20 | the Guild as a | 00003010 74 72 61 69 6e 69 6e 67 20 65 78 61 6d 70 6c 65 |training example| 00003020 0d 17 7a 32 dc 53 75 63 68 20 70 6f 6f 72 20 66 |..z2.Such poor f| 00003030 69 67 68 74 65 72 73 20 6f 6e 6c 79 20 6c 69 76 |ighters only liv| 00003040 65 20 66 6f 72 20 61 20 73 68 6f 72 74 20 74 69 |e for a short ti| 00003050 6d 65 0d 17 84 11 c9 31 3a f7 2b 42 43 31 25 28 |me.....1:.+BC1%(| 00003060 49 25 29 0d 17 8e 61 dc 54 68 6f 75 67 68 20 6e |I%)...a.Though n| 00003070 6f 74 20 61 20 62 72 69 6c 6c 69 61 6e 74 20 66 |ot a brilliant f| 00003080 69 67 68 74 65 72 20 74 68 65 72 65 20 77 61 73 |ighter there was| 00003090 20 61 20 63 68 61 6e 63 65 20 6f 66 20 6c 6f 6e | a chance of lon| 000030a0 67 2d 74 65 72 6d 20 69 6d 70 72 6f 76 65 6d 65 |g-term improveme| 000030b0 6e 74 20 77 69 74 68 69 6e 20 74 68 69 73 20 70 |nt within this p| 000030c0 69 6c 6f 74 0d 17 98 4a dc 49 74 20 69 73 20 61 |ilot...J.It is a| 000030d0 20 73 68 61 6d 65 20 74 68 61 74 20 74 68 69 73 | shame that this| 000030e0 20 70 69 6c 6f 74 73 20 66 75 6c 6c 20 70 6f 74 | pilots full pot| 000030f0 65 6e 74 69 61 6c 20 77 69 6c 6c 20 6e 65 76 65 |ential will neve| 00003100 72 20 62 65 20 64 65 76 65 6c 6f 70 65 64 0d 17 |r be developed..| 00003110 a2 55 dc 49 74 20 77 61 73 20 70 6f 73 73 69 62 |.U.It was possib| 00003120 6c 65 20 74 68 61 74 20 74 68 69 73 20 70 69 6c |le that this pil| 00003130 6f 74 20 63 6f 75 6c 64 20 68 61 76 65 20 64 65 |ot could have de| 00003140 76 65 6c 6f 70 65 64 20 69 6e 74 6f 20 73 6f 6d |veloped into som| 00003150 65 74 68 69 6e 67 20 6f 66 20 67 72 65 61 74 20 |ething of great | 00003160 75 73 65 0d 17 ac 4f dc 47 69 76 65 6e 20 61 20 |use...O.Given a | 00003170 66 65 77 20 6d 6f 72 65 20 73 6f 72 74 69 65 73 |few more sorties| 00003180 20 74 68 69 73 20 70 69 6c 6f 74 20 6d 61 79 20 | this pilot may | 00003190 68 61 76 65 20 64 65 76 65 6c 6f 70 65 64 20 69 |have developed i| 000031a0 6e 74 6f 20 61 20 74 72 75 65 20 66 69 67 68 74 |nto a true fight| 000031b0 65 72 0d 17 b6 48 dc 55 6e 66 6f 72 74 75 6e 61 |er...H.Unfortuna| 000031c0 74 65 6c 79 20 77 65 20 77 69 6c 6c 20 6e 65 76 |tely we will nev| 000031d0 65 72 20 73 65 65 20 74 68 65 20 68 69 64 64 65 |er see the hidde| 000031e0 6e 20 74 61 6c 65 6e 74 20 77 69 74 68 69 6e 20 |n talent within | 000031f0 74 68 69 73 20 70 69 6c 6f 74 0d 17 c0 52 dc 49 |this pilot...R.I| 00003200 66 20 74 68 65 20 74 69 6d 65 20 68 61 64 20 62 |f the time had b| 00003210 65 65 6e 20 61 76 61 69 6c 61 62 6c 65 20 74 6f |een available to| 00003220 20 74 68 69 73 20 70 69 6c 6f 74 20 77 65 20 6d | this pilot we m| 00003230 61 79 20 68 61 76 65 20 73 65 65 6e 20 73 6f 6d |ay have seen som| 00003240 65 74 68 69 6e 67 20 67 72 65 61 74 0d 17 ca 58 |ething great...X| 00003250 dc 57 69 74 68 20 61 20 6c 69 74 74 6c 65 20 6d |.With a little m| 00003260 6f 72 65 20 63 61 72 65 20 74 68 69 73 20 70 69 |ore care this pi| 00003270 6c 6f 74 20 63 6f 75 6c 64 20 68 61 76 65 20 6c |lot could have l| 00003280 69 76 65 64 20 74 6f 20 62 65 63 6f 6d 65 20 73 |ived to become s| 00003290 6f 6d 65 74 68 69 6e 67 20 74 6f 20 72 65 6d 65 |omething to reme| 000032a0 6d 62 65 72 0d 17 d4 4b dc 4e 6f 77 20 77 65 20 |mber...K.Now we | 000032b0 77 69 6c 6c 20 6e 65 76 65 72 20 6b 6e 6f 77 20 |will never know | 000032c0 69 66 20 74 68 65 72 65 20 77 61 73 20 6c 61 74 |if there was lat| 000032d0 65 6e 74 20 61 62 69 6c 69 74 79 20 77 69 74 68 |ent ability with| 000032e0 69 6e 20 74 68 69 73 20 66 69 67 68 74 65 72 0d |in this fighter.| 000032f0 17 de 5c dc 49 74 20 73 61 64 64 65 6e 73 20 75 |..\.It saddens u| 00003300 73 20 65 76 65 6e 20 6d 6f 72 65 20 74 6f 20 74 |s even more to t| 00003310 68 69 6e 6b 20 74 68 61 74 20 77 65 20 77 69 6c |hink that we wil| 00003320 6c 20 6e 65 76 65 72 20 73 65 65 20 77 68 61 74 |l never see what| 00003330 20 74 68 69 73 20 70 69 6c 6f 74 20 63 6f 75 6c | this pilot coul| 00003340 64 20 68 61 76 65 20 62 65 65 6e 0d 17 e8 3e dc |d have been...>.| 00003350 55 6e 66 6f 72 74 75 6e 61 74 65 6c 79 20 65 76 |Unfortunately ev| 00003360 65 72 79 74 68 69 6e 67 20 74 68 61 74 20 63 6f |erything that co| 00003370 75 6c 64 20 68 61 76 65 20 62 65 65 6e 20 69 73 |uld have been is| 00003380 20 6e 6f 77 20 6c 6f 73 74 0d 17 f2 11 c9 32 3a | now lost.....2:| 00003390 f7 2b 42 43 31 25 28 49 25 29 0d 17 fc 54 dc 54 |.+BC1%(I%)...T.T| 000033a0 68 69 73 20 6c 6f 73 73 20 6d 61 79 20 70 6f 73 |his loss may pos| 000033b0 73 69 62 6c 79 20 68 61 76 65 20 61 20 6c 6f 6e |sibly have a lon| 000033c0 67 20 74 65 72 6d 20 65 66 66 65 63 74 20 75 70 |g term effect up| 000033d0 6f 6e 20 74 68 65 20 77 61 72 20 61 67 61 69 6e |on the war again| 000033e0 73 74 20 74 68 65 20 52 61 6b 6f 6e 61 6e 0d 18 |st the Rakonan..| 000033f0 06 48 dc 54 68 69 73 20 66 69 67 68 74 65 72 20 |.H.This fighter | 00003400 68 61 64 20 61 62 69 6c 69 74 69 65 73 20 74 68 |had abilities th| 00003410 61 74 20 77 69 6c 6c 20 62 65 20 67 72 65 61 74 |at will be great| 00003420 6c 79 20 6d 69 73 73 65 64 20 62 79 20 74 68 65 |ly missed by the| 00003430 20 47 75 69 6c 64 0d 18 10 58 dc 53 65 6c 64 6f | Guild...X.Seldo| 00003440 6d 20 68 61 73 20 73 75 63 68 20 70 6f 74 65 6e |m has such poten| 00003450 74 69 61 6c 20 61 62 69 6c 69 74 79 20 65 78 69 |tial ability exi| 00003460 73 74 65 64 20 77 69 74 68 69 6e 20 61 20 70 69 |sted within a pi| 00003470 6c 6f 74 2e 20 20 54 68 69 73 20 6c 6f 73 73 20 |lot. This loss | 00003480 69 73 20 61 20 67 72 65 61 74 20 6f 6e 65 0d 18 |is a great one..| 00003490 1a 59 dc 50 69 6c 6f 74 73 20 6f 66 20 6c 69 6b |.Y.Pilots of lik| 000034a0 65 20 74 6f 20 74 68 65 20 6f 6e 65 20 77 65 20 |e to the one we | 000034b0 68 61 76 65 20 6c 6f 73 74 20 74 6f 64 61 79 20 |have lost today | 000034c0 61 72 65 20 64 69 66 66 69 63 75 6c 74 20 69 6e |are difficult in| 000034d0 20 74 68 65 20 65 78 74 72 65 6d 65 20 74 6f 20 | the extreme to | 000034e0 72 65 70 6c 61 63 65 0d 18 24 44 dc 54 68 65 20 |replace..$D.The | 000034f0 6c 6f 73 73 20 6f 66 20 61 20 4c 4c 61 6e 65 72 |loss of a LLaner| 00003500 6b 20 69 73 20 64 69 6d 69 6e 69 73 68 65 64 20 |k is diminished | 00003510 62 79 20 74 68 65 20 6c 6f 73 73 20 6f 66 20 74 |by the loss of t| 00003520 68 69 73 20 66 69 67 68 74 65 72 0d 18 2e 4d dc |his fighter...M.| 00003530 49 66 20 77 65 20 6b 65 65 70 20 6c 6f 73 69 6e |If we keep losin| 00003540 67 20 70 69 6c 6f 74 73 20 6f 66 20 74 68 69 73 |g pilots of this| 00003550 20 71 75 61 6c 69 74 79 20 77 65 20 6d 61 79 20 | quality we may | 00003560 6e 6f 74 20 6f 76 65 72 63 6f 6d 65 20 74 68 65 |not overcome the| 00003570 20 52 61 6b 6f 6e 61 6e 0d 18 38 44 dc 57 65 20 | Rakonan..8D.We | 00003580 77 69 6c 6c 20 68 61 76 65 20 74 6f 20 73 65 61 |will have to sea| 00003590 72 63 68 20 6c 6f 6e 67 20 61 6e 64 20 68 61 72 |rch long and har| 000035a0 64 20 66 6f 72 20 61 20 73 75 69 74 61 62 6c 65 |d for a suitable| 000035b0 20 72 65 70 6c 61 63 65 6d 65 6e 74 0d 18 42 4e | replacement..BN| 000035c0 dc 49 74 20 69 73 20 70 6f 73 73 69 62 6c 65 20 |.It is possible | 000035d0 74 68 61 74 20 77 65 20 6d 61 79 20 6e 6f 74 20 |that we may not | 000035e0 62 65 20 61 62 6c 65 20 74 6f 20 72 65 70 6c 61 |be able to repla| 000035f0 63 65 20 61 20 70 69 6c 6f 74 20 6f 66 20 73 75 |ce a pilot of su| 00003600 63 68 20 61 62 69 6c 69 74 79 0d 18 4c 56 dc 54 |ch ability..LV.T| 00003610 68 65 20 6c 6f 73 73 20 6f 66 20 74 68 69 73 20 |he loss of this | 00003620 4c 4c 61 6e 61 65 72 6b 20 70 69 6c 6f 74 20 73 |LLanaerk pilot s| 00003630 65 6e 64 73 20 73 68 75 64 64 65 72 73 20 74 68 |ends shudders th| 00003640 72 6f 75 67 68 20 74 68 65 20 73 74 72 75 63 74 |rough the struct| 00003650 75 72 65 20 6f 66 20 74 68 65 20 47 75 69 6c 64 |ure of the Guild| 00003660 0d 18 56 44 dc 54 68 65 20 47 75 69 6c 64 20 69 |..VD.The Guild i| 00003670 73 20 66 69 6c 6c 65 64 20 77 69 74 68 20 73 61 |s filled with sa| 00003680 64 6e 65 73 73 20 61 74 20 74 68 65 20 74 72 61 |dness at the tra| 00003690 67 69 63 20 6c 6f 73 73 20 6f 66 20 74 68 69 73 |gic loss of this| 000036a0 20 6f 6e 65 0d 18 60 11 c9 33 3a f7 2b 42 43 31 | one..`..3:.+BC1| 000036b0 25 28 49 25 29 0d 18 6a 5d dc 54 68 65 20 6c 6f |%(I%)..j].The lo| 000036c0 73 73 20 6f 66 20 73 75 63 68 20 61 20 64 69 73 |ss of such a dis| 000036d0 74 69 6e 67 75 69 73 68 65 64 20 4c 4c 61 6e 65 |tinguished LLane| 000036e0 72 6b 20 70 69 6c 6f 74 20 62 72 69 6e 67 73 20 |rk pilot brings | 000036f0 73 61 64 6e 65 73 73 20 74 6f 20 74 68 65 20 68 |sadness to the h| 00003700 65 61 72 74 73 20 6f 66 20 74 68 65 20 47 75 69 |earts of the Gui| 00003710 6c 64 0d 18 74 5a dc 54 68 69 73 20 77 61 72 72 |ld..tZ.This warr| 00003720 69 6f 72 20 77 61 73 20 6f 66 20 74 68 65 20 67 |ior was of the g| 00003730 72 65 61 74 65 73 74 20 73 74 61 6e 64 69 6e 67 |reatest standing| 00003740 20 77 69 74 68 69 6e 20 74 68 65 20 47 75 69 6c | within the Guil| 00003750 64 20 61 6e 64 20 73 68 61 6c 6c 20 62 65 20 73 |d and shall be s| 00003760 6f 72 65 6c 79 20 6d 69 73 73 65 64 0d 18 7e 59 |orely missed..~Y| 00003770 dc 53 75 63 68 20 61 20 73 6b 69 6c 6c 65 64 20 |.Such a skilled | 00003780 61 6e 64 20 63 6f 75 72 61 67 65 6f 75 73 20 77 |and courageous w| 00003790 61 72 72 69 6f 72 20 63 61 6e 6e 6f 74 20 62 65 |arrior cannot be| 000037a0 20 72 65 70 6c 61 63 65 64 20 61 73 20 65 61 73 | replaced as eas| 000037b0 69 6c 79 20 61 73 20 61 20 6d 65 72 65 20 4c 4c |ily as a mere LL| 000037c0 61 6e 65 72 6b 0d 18 88 6a dc 22 57 65 20 64 6f |anerk...j."We do| 000037d0 20 6e 6f 74 20 6b 6e 6f 77 20 69 66 20 74 68 65 | not know if the| 000037e0 20 47 75 69 6c 64 20 63 61 6e 20 73 75 72 76 69 | Guild can survi| 000037f0 76 65 20 73 75 63 68 20 6c 6f 73 73 65 73 20 61 |ve such losses a| 00003800 73 20 74 68 69 73 2c 20 70 65 72 68 61 70 73 20 |s this, perhaps | 00003810 74 68 65 20 52 61 6b 6f 6e 61 6e 20 77 69 6c 6c |the Rakonan will| 00003820 20 77 69 6e 20 61 66 74 65 72 20 61 6c 6c 22 0d | win after all".| 00003830 18 92 58 dc 57 61 72 72 69 6f 72 73 20 6f 66 20 |..X.Warriors of | 00003840 73 75 63 68 20 68 69 67 68 20 65 73 74 65 65 6d |such high esteem| 00003850 20 6f 6e 6c 79 20 61 72 69 73 65 20 69 6e 66 72 | only arise infr| 00003860 65 71 75 65 6e 74 6c 79 20 61 6e 64 20 63 61 6e |equently and can| 00003870 6e 6f 74 20 62 65 20 72 65 70 6c 61 63 65 64 20 |not be replaced | 00003880 61 74 20 77 69 6c 6c 0d 18 9c 3a dc 57 68 65 72 |at will...:.Wher| 00003890 65 20 69 6e 20 74 68 65 20 6b 6e 6f 77 6e 20 75 |e in the known u| 000038a0 6e 69 76 65 72 73 65 20 63 61 6e 20 77 65 20 66 |niverse can we f| 000038b0 69 6e 64 20 61 20 72 65 70 6c 61 63 65 6d 65 6e |ind a replacemen| 000038c0 74 0d 18 a6 5d dc 50 69 6c 6f 74 73 20 6f 66 20 |t...].Pilots of | 000038d0 73 75 63 68 20 65 78 74 72 65 6d 65 20 61 70 74 |such extreme apt| 000038e0 69 74 75 64 65 20 61 72 65 20 70 72 6f 64 75 63 |itude are produc| 000038f0 74 73 20 6f 66 20 6e 61 74 75 72 65 20 61 6e 64 |ts of nature and| 00003900 20 63 61 6e 6e 6f 74 20 62 65 20 63 6f 6e 73 74 | cannot be const| 00003910 72 75 63 74 65 64 20 61 74 20 77 69 6c 6c 0d 18 |ructed at will..| 00003920 b0 58 dc 57 65 20 6f 66 20 74 68 65 20 47 75 69 |.X.We of the Gui| 00003930 6c 64 20 61 73 6b 20 79 6f 75 20 61 6c 6c 20 27 |ld ask you all '| 00003940 77 68 65 72 65 20 63 61 6e 20 77 65 20 66 69 6e |where can we fin| 00003950 64 20 61 6e 6f 74 68 65 72 20 77 69 74 68 20 74 |d another with t| 00003960 68 65 20 73 6b 69 6c 6c 73 20 6f 66 20 74 68 69 |he skills of thi| 00003970 73 20 6f 6e 65 27 0d 18 ba 50 dc 53 75 63 68 20 |s one'...P.Such | 00003980 61 6e 20 65 6d 62 6f 64 69 6d 65 6e 74 20 6f 66 |an embodiment of| 00003990 20 70 75 72 65 20 63 6f 75 72 61 67 65 20 63 61 | pure courage ca| 000039a0 6e 6e 6f 74 20 62 65 20 72 65 70 6c 61 63 65 64 |nnot be replaced| 000039b0 20 61 74 20 74 68 65 20 77 61 76 65 20 6f 66 20 | at the wave of | 000039c0 61 20 68 61 6e 64 0d 18 c4 50 dc 45 76 65 6e 20 |a hand...P.Even | 000039d0 74 68 65 20 69 6d 6d 65 6e 73 65 20 72 65 73 6f |the immense reso| 000039e0 75 72 63 65 73 20 6f 66 20 74 68 65 20 47 75 69 |urces of the Gui| 000039f0 6c 64 20 61 72 65 20 69 6e 73 75 66 66 69 63 69 |ld are insuffici| 00003a00 65 6e 74 20 74 6f 20 63 6f 76 65 72 20 74 68 69 |ent to cover thi| 00003a10 73 20 6c 6f 73 73 0d 18 ce 11 c9 34 3a f7 2b 42 |s loss.....4:.+B| 00003a20 43 31 25 28 49 25 29 0d 18 d8 48 dc 41 6c 6c 20 |C1%(I%)...H.All | 00003a30 63 61 72 62 6f 6e 20 6c 69 66 65 20 6d 75 73 74 |carbon life must| 00003a40 20 73 65 61 72 63 68 20 74 68 65 20 75 6e 69 76 | search the univ| 00003a50 65 72 73 65 20 74 6f 20 74 72 79 20 74 6f 20 72 |erse to try to r| 00003a60 65 70 6c 61 63 65 20 74 68 69 73 20 6f 6e 65 0d |eplace this one.| 00003a70 18 e2 54 dc 57 69 74 68 6f 75 74 20 77 61 72 72 |..T.Without warr| 00003a80 69 6f 72 73 20 6f 66 20 73 75 63 68 20 69 6e 63 |iors of such inc| 00003a90 72 65 64 69 62 6c 65 20 70 72 6f 66 69 63 69 65 |redible proficie| 00003aa0 6e 63 79 20 74 68 65 20 47 75 69 6c 64 20 61 72 |ncy the Guild ar| 00003ab0 65 20 69 6e 20 74 72 6f 75 62 6c 65 20 69 6e 64 |e in trouble ind| 00003ac0 65 65 64 0d 18 ec 63 dc 48 6f 77 20 63 61 6e 20 |eed...c.How can | 00003ad0 74 72 75 65 20 6c 69 66 65 20 65 78 70 65 63 74 |true life expect| 00003ae0 20 74 6f 20 65 78 69 73 74 20 77 68 65 6e 20 74 | to exist when t| 00003af0 68 65 20 73 63 6f 75 72 67 65 20 52 61 6b 6f 6e |he scourge Rakon| 00003b00 61 6e 20 63 61 6e 20 64 65 73 74 72 6f 79 20 73 |an can destroy s| 00003b10 75 63 68 20 61 6e 20 65 78 61 6c 74 65 64 20 77 |uch an exalted w| 00003b20 61 72 72 69 6f 72 0d 18 f6 52 dc 57 65 20 63 61 |arrior...R.We ca| 00003b30 6e 6e 6f 74 20 65 78 70 72 65 73 73 20 74 68 65 |nnot express the| 00003b40 20 65 78 74 65 6e 74 20 6f 66 20 74 68 65 20 6c | extent of the l| 00003b50 6f 73 73 20 74 6f 20 6f 75 72 20 70 72 6f 73 70 |oss to our prosp| 00003b60 65 63 74 73 20 61 67 61 69 6e 73 74 20 74 68 65 |ects against the| 00003b70 20 52 61 6b 6f 6e 61 6e 0d 19 00 7b dc 49 66 20 | Rakonan...{.If | 00003b80 6f 6e 65 20 77 68 6f 20 70 6f 73 73 65 73 73 65 |one who possesse| 00003b90 64 20 73 75 63 68 20 69 6e 63 72 65 64 69 62 6c |d such incredibl| 00003ba0 65 20 70 6f 77 65 72 20 61 6e 64 20 73 6b 69 6c |e power and skil| 00003bb0 6c 20 63 61 6e 20 66 61 6c 6c 20 62 65 66 6f 72 |l can fall befor| 00003bc0 65 20 74 68 65 20 52 61 6b 6f 6e 61 6e 20 77 68 |e the Rakonan wh| 00003bd0 61 74 20 68 6f 70 65 20 69 73 20 74 68 65 72 65 |at hope is there| 00003be0 20 66 6f 72 20 74 68 65 20 72 65 73 74 20 6f 66 | for the rest of| 00003bf0 20 75 73 0d 19 0a 41 dc 57 68 65 72 65 20 69 6e | us...A.Where in| 00003c00 20 74 68 65 20 75 6e 69 76 65 72 73 65 20 63 61 | the universe ca| 00003c10 6e 20 77 65 20 65 76 65 6e 20 68 6f 70 65 20 74 |n we even hope t| 00003c20 6f 20 66 69 6e 64 20 61 20 72 65 70 6c 61 63 65 |o find a replace| 00003c30 6d 65 6e 74 0d 19 14 5e dc 49 74 20 77 6f 75 6c |ment...^.It woul| 00003c40 64 20 62 65 20 65 61 73 69 65 72 20 74 6f 20 66 |d be easier to f| 00003c50 69 6e 64 20 61 20 64 75 73 74 20 6d 6f 74 65 20 |ind a dust mote | 00003c60 69 6e 20 74 68 65 20 43 72 61 62 20 74 68 61 6e |in the Crab than| 00003c70 20 74 6f 20 66 69 6e 64 20 74 68 69 73 20 77 61 | to find this wa| 00003c80 72 72 69 6f 72 73 20 72 65 70 6c 61 63 65 6d 65 |rriors replaceme| 00003c90 6e 74 0d 19 1e 44 dc 57 69 74 68 20 74 68 69 73 |nt...D.With this| 00003ca0 20 6c 6f 73 73 20 77 65 20 66 6f 72 66 65 69 74 | loss we forfeit| 00003cb0 20 74 68 65 20 76 61 6c 75 65 20 6f 66 20 61 20 | the value of a | 00003cc0 6d 69 6c 6c 69 6f 6e 20 4c 4c 61 6e 65 72 6b 20 |million LLanerk | 00003cd0 70 69 6c 6f 74 73 0d 19 28 62 dc 48 6f 77 20 63 |pilots..(b.How c| 00003ce0 61 6e 20 6f 6e 65 20 77 68 6f 20 68 61 73 20 6f |an one who has o| 00003cf0 76 65 72 63 6f 6d 65 20 73 75 63 68 20 6f 76 65 |vercome such ove| 00003d00 72 77 68 65 6c 6d 69 6e 67 20 6f 64 64 73 20 68 |rwhelming odds h| 00003d10 61 76 65 20 66 61 6c 6c 65 6e 20 74 6f 20 74 68 |ave fallen to th| 00003d20 65 20 73 63 6f 75 72 67 65 20 6f 66 20 74 68 65 |e scourge of the| 00003d30 20 52 61 6b 6f 6e 61 6e 0d 19 32 57 dc 53 75 63 | Rakonan..2W.Suc| 00003d40 68 20 76 61 6c 69 61 6e 74 20 62 6f 6c 64 6e 65 |h valiant boldne| 00003d50 73 73 20 69 73 20 6f 6e 6c 79 20 66 6f 75 6e 64 |ss is only found| 00003d60 20 6f 6e 63 65 20 6f 72 20 74 77 69 63 65 20 69 | once or twice i| 00003d70 6e 20 61 20 6d 69 6c 6c 65 6e 6e 69 75 6d 20 62 |n a millennium b| 00003d80 75 74 20 6e 65 76 65 72 20 74 68 72 69 63 65 0d |ut never thrice.| 00003d90 19 3c 05 cb 0d 19 46 07 f3 42 24 0d 19 50 0e 3d |.<....F..B$..P.=| 00003da0 41 24 2b 42 24 2b 22 2e 22 0d 19 5a 0f dd a4 77 |A$+B$+"."..Z...w| 00003db0 65 72 65 73 6f 72 72 79 0d 19 64 0a ea 41 24 2c |eresorry..d..A$,| 00003dc0 52 25 0d 19 6e 0f 52 25 3d b3 28 42 43 31 50 25 |R%..n.R%=.(BC1P%| 00003dd0 29 0d 19 78 56 f7 2b 28 42 43 31 25 28 52 25 29 |)..xV.+(BC1%(R%)| 00003de0 29 3a 42 43 31 25 28 52 25 29 3d 42 43 31 25 28 |):BC1%(R%)=BC1%(| 00003df0 42 43 31 50 25 29 3a 42 43 31 50 25 2d 3d 31 3a |BC1P%):BC1P%-=1:| 00003e00 e7 42 43 31 50 25 3d 31 e3 54 25 3d 31 b8 31 35 |.BC1P%=1.T%=1.15| 00003e10 3a 42 43 31 25 28 54 25 29 3d 54 25 3a ed 3a 42 |:BC1%(T%)=T%:.:B| 00003e20 43 31 50 25 3d 31 35 0d 19 82 4e dc 49 74 20 69 |C1P%=15...N.It i| 00003e30 73 20 77 69 74 68 20 67 72 65 61 74 20 73 6f 72 |s with great sor| 00003e40 72 6f 77 20 74 68 61 74 20 77 65 20 6d 75 73 74 |row that we must| 00003e50 20 72 65 70 6f 72 74 20 74 68 65 20 64 65 6d 69 | report the demi| 00003e60 73 65 20 6f 66 20 61 20 47 75 69 6c 64 20 66 69 |se of a Guild fi| 00003e70 67 68 74 65 72 0d 19 8c 3d dc 57 65 20 61 72 65 |ghter...=.We are| 00003e80 20 73 61 64 64 65 6e 65 64 20 74 6f 20 72 65 70 | saddened to rep| 00003e90 6f 72 74 20 74 68 65 20 64 65 61 74 68 20 6f 66 |ort the death of| 00003ea0 20 6f 6e 65 20 6f 66 20 6f 75 72 20 70 69 6c 6f | one of our pilo| 00003eb0 74 73 0d 19 96 3f dc 57 65 20 72 65 67 72 65 74 |ts...?.We regret| 00003ec0 20 74 68 61 74 20 77 65 20 6d 75 73 74 20 61 6e | that we must an| 00003ed0 6e 6f 75 6e 63 65 20 74 68 65 20 64 65 61 74 68 |nounce the death| 00003ee0 20 6f 66 20 61 20 47 75 69 6c 64 20 70 69 6c 6f | of a Guild pilo| 00003ef0 74 0d 19 a0 40 dc 41 66 74 65 72 20 74 68 65 20 |t...@.After the | 00003f00 73 61 64 20 6c 6f 73 73 20 6f 66 20 61 20 47 75 |sad loss of a Gu| 00003f10 69 6c 64 20 70 69 6c 6f 74 20 77 65 20 69 73 73 |ild pilot we iss| 00003f20 75 65 20 74 68 69 73 20 73 74 61 74 65 6d 65 6e |ue this statemen| 00003f30 74 0d 19 aa 3e dc 49 74 20 69 73 20 6f 75 72 20 |t...>.It is our | 00003f40 73 61 64 20 64 75 74 79 20 74 6f 20 72 65 70 6f |sad duty to repo| 00003f50 72 74 20 74 68 65 20 64 65 61 74 68 20 6f 66 20 |rt the death of | 00003f60 61 20 47 75 69 6c 64 20 66 69 67 68 74 65 72 0d |a Guild fighter.| 00003f70 19 b4 4f dc 57 65 20 6d 75 73 74 20 61 6e 6e 6f |..O.We must anno| 00003f80 75 6e 63 65 20 74 68 61 74 20 61 6e 6f 74 68 65 |unce that anothe| 00003f90 72 20 47 75 69 6c 64 20 66 69 67 68 74 65 72 20 |r Guild fighter | 00003fa0 68 61 73 20 66 61 69 6c 65 64 20 74 6f 20 72 65 |has failed to re| 00003fb0 74 75 72 6e 20 66 72 6f 6d 20 64 75 74 79 0d 19 |turn from duty..| 00003fc0 be 49 dc 4f 6e 63 65 20 61 67 61 69 6e 20 69 74 |.I.Once again it| 00003fd0 20 62 65 66 61 6c 6c 73 20 75 70 6f 6e 20 75 73 | befalls upon us| 00003fe0 20 74 6f 20 72 65 70 6f 72 74 20 74 68 65 20 64 | to report the d| 00003ff0 65 61 74 68 20 6f 66 20 61 20 47 75 69 6c 64 20 |eath of a Guild | 00004000 66 69 67 68 74 65 72 0d 19 c8 37 dc 41 67 61 69 |fighter...7.Agai| 00004010 6e 20 73 61 64 6c 79 20 77 65 20 64 65 63 6c 61 |n sadly we decla| 00004020 72 65 20 74 68 65 20 6c 6f 73 73 20 6f 66 20 61 |re the loss of a| 00004030 20 67 75 69 6c 64 20 66 69 67 68 74 65 72 0d 19 | guild fighter..| 00004040 d2 40 dc 57 65 20 61 72 65 20 6d 75 63 68 20 61 |.@.We are much a| 00004050 67 67 72 69 65 76 65 64 20 74 6f 20 72 65 70 6f |ggrieved to repo| 00004060 72 74 20 74 68 65 20 64 65 6d 69 73 65 20 6f 66 |rt the demise of| 00004070 20 61 20 47 75 69 6c 64 20 70 69 6c 6f 74 0d 19 | a Guild pilot..| 00004080 dc 4e dc 49 74 20 69 73 20 77 69 74 68 20 67 72 |.N.It is with gr| 00004090 65 61 74 20 73 61 64 6e 65 73 73 20 74 68 61 74 |eat sadness that| 000040a0 20 77 65 20 70 72 6f 63 6c 61 69 6d 20 74 68 65 | we proclaim the| 000040b0 20 6c 6f 73 73 20 6f 66 20 79 65 74 20 61 6e 6f | loss of yet ano| 000040c0 74 68 65 72 20 66 69 67 68 74 65 72 0d 19 e6 3e |ther fighter...>| 000040d0 dc 49 74 20 69 73 20 6f 75 72 20 73 6f 6c 65 6d |.It is our solem| 000040e0 6e 20 64 75 74 79 20 74 6f 20 72 65 70 6f 72 74 |n duty to report| 000040f0 20 74 68 65 20 6c 6f 73 73 20 6f 66 20 61 20 47 | the loss of a G| 00004100 75 69 6c 64 20 70 69 6c 6f 74 0d 19 f0 43 dc 49 |uild pilot...C.I| 00004110 74 20 69 73 20 6f 75 72 20 67 72 61 76 65 20 64 |t is our grave d| 00004120 75 74 79 20 74 6f 20 70 72 6f 6d 75 6c 67 61 74 |uty to promulgat| 00004130 65 20 74 68 65 20 64 65 6d 69 73 65 20 6f 66 20 |e the demise of | 00004140 61 20 47 75 69 6c 64 20 70 69 6c 6f 74 0d 19 fa |a Guild pilot...| 00004150 5a dc 49 74 20 69 73 20 77 69 74 68 20 67 72 65 |Z.It is with gre| 00004160 61 74 20 64 69 73 74 72 65 73 73 20 74 68 61 74 |at distress that| 00004170 20 77 65 20 61 6e 6e 6f 75 6e 63 65 20 61 20 66 | we announce a f| 00004180 75 72 74 68 65 72 20 6c 6f 73 73 20 66 72 6f 6d |urther loss from| 00004190 20 74 68 65 20 72 61 6e 6b 73 20 6f 66 20 74 68 | the ranks of th| 000041a0 65 20 47 75 69 6c 64 0d 1a 04 4e dc 57 69 74 68 |e Guild...N.With| 000041b0 20 67 72 65 61 74 20 70 61 69 6e 20 6f 66 20 6d | great pain of m| 000041c0 69 6e 64 20 77 65 20 61 72 65 20 66 6f 72 63 65 |ind we are force| 000041d0 64 20 74 6f 20 72 65 70 6f 72 74 20 74 68 65 20 |d to report the | 000041e0 6c 6f 73 73 20 6f 66 20 61 20 47 75 69 6c 64 20 |loss of a Guild | 000041f0 70 69 6c 6f 74 0d 1a 0e 3f dc 49 74 20 69 73 20 |pilot...?.It is | 00004200 6f 75 72 20 73 6f 72 72 6f 77 66 75 6c 20 64 75 |our sorrowful du| 00004210 74 79 20 74 6f 20 72 65 70 6f 72 74 20 74 68 65 |ty to report the| 00004220 20 64 65 6d 69 73 65 20 6f 66 20 61 20 66 69 67 | demise of a fig| 00004230 68 74 65 72 0d 1a 18 07 f3 41 24 0d 1a 22 0d 3d |hter.....A$..".=| 00004240 41 24 2b 22 2e 20 20 22 0d 1a 2c 04 0d 1a 36 13 |A$+". "..,...6.| 00004250 dd a4 74 6f 6d 61 6e 79 73 6f 72 74 69 65 73 0d |..tomanysorties.| 00004260 1a 40 0a ea 41 24 2c 52 25 0d 1a 4a 10 52 25 3d |.@..A$,R%..J.R%=| 00004270 b3 28 34 29 3a f7 2b 52 25 0d 1a 54 60 dc 22 59 |.(4):.+R%..T`."Y| 00004280 6f 75 72 20 70 72 6f 64 75 63 74 69 76 69 74 79 |our productivity| 00004290 20 64 6f 65 73 20 6e 6f 74 20 72 65 61 63 68 20 | does not reach | 000042a0 74 68 65 20 68 69 67 68 20 6c 65 76 65 6c 73 20 |the high levels | 000042b0 72 65 71 75 69 72 65 64 20 66 72 6f 6d 20 61 20 |required from a | 000042c0 4c 4c 61 6e 65 72 6b 20 70 69 6c 6f 74 2c 20 74 |LLanerk pilot, t| 000042d0 68 65 72 65 66 6f 72 65 22 0d 1a 5e 5d dc 22 59 |herefore"..^]."Y| 000042e0 6f 75 20 61 72 65 20 74 61 6b 69 6e 67 20 66 61 |ou are taking fa| 000042f0 72 20 74 6f 6f 20 6c 6f 6e 67 20 74 6f 20 61 70 |r too long to ap| 00004300 70 72 6f 61 63 68 20 74 68 65 20 73 74 65 72 69 |proach the steri| 00004310 6c 69 7a 61 74 69 6f 6e 20 70 6f 69 6e 74 20 66 |lization point f| 00004320 6f 72 20 74 68 69 73 20 50 6c 61 6e 65 74 2c 20 |or this Planet, | 00004330 68 65 6e 63 65 22 0d 1a 68 6c dc 22 59 6f 75 72 |hence"..hl."Your| 00004340 20 65 66 66 69 63 69 65 6e 63 79 20 61 73 20 61 | efficiency as a| 00004350 20 66 69 67 68 74 65 72 20 69 73 20 6e 6f 74 20 | fighter is not | 00004360 67 72 65 61 74 20 65 6e 6f 75 67 68 20 74 6f 20 |great enough to | 00004370 77 61 72 72 61 6e 74 20 79 6f 75 20 63 6f 6e 74 |warrant you cont| 00004380 69 6e 75 65 64 20 65 6d 70 6c 6f 79 6d 65 6e 74 |inued employment| 00004390 2c 20 63 6f 6e 73 65 71 75 65 6e 74 69 61 6c 6c |, consequentiall| 000043a0 79 22 0d 1a 72 52 dc 22 41 73 20 79 6f 75 20 68 |y"..rR."As you h| 000043b0 61 76 65 20 6e 6f 74 20 73 74 65 72 69 6c 69 7a |ave not steriliz| 000043c0 65 64 20 74 68 69 73 20 70 6c 61 6e 65 74 20 77 |ed this planet w| 000043d0 69 74 68 69 6e 20 74 68 65 20 6d 61 78 69 6d 75 |ithin the maximu| 000043e0 6d 20 6e 75 6d 62 65 72 20 6f 66 20 73 6f 72 74 |m number of sort| 000043f0 69 65 73 22 0d 1a 7c 12 f3 41 24 3a 21 64 69 65 |ies"..|..A$:!die| 00004400 66 6c 61 67 3d 30 0d 1a 86 35 3d 41 24 2b 22 20 |flag=0...5=A$+" | 00004410 77 65 20 61 72 65 20 77 69 74 68 64 72 61 77 69 |we are withdrawi| 00004420 6e 67 20 79 6f 75 20 66 72 6f 6d 20 61 63 74 69 |ng you from acti| 00004430 76 65 20 73 65 72 76 69 63 65 22 0d 1a 90 04 0d |ve service".....| 00004440 1a 9a 11 dd a4 6f 6e 74 6f 74 68 65 6e 65 78 74 |.....ontothenext| 00004450 0d 1a a4 0a ea 41 24 2c 52 25 0d 1a ae 10 52 25 |.....A$,R%....R%| 00004460 3d b3 28 35 29 3a f7 2b 52 25 0d 1a b8 8b dc 22 |=.(5):.+R%....."| 00004470 64 65 73 74 72 6f 79 65 64 20 73 75 66 66 69 63 |destroyed suffic| 00004480 69 65 6e 74 20 52 61 6b 6f 6e 61 6e 20 72 65 73 |ient Rakonan res| 00004490 6f 75 72 63 65 73 20 74 6f 20 69 6e 64 75 63 65 |ources to induce| 000044a0 20 61 20 64 65 67 65 6e 65 72 61 74 69 6f 6e 20 | a degeneration | 000044b0 69 6e 20 74 68 65 69 72 20 70 6c 61 6e 65 74 61 |in their planeta| 000044c0 72 79 20 73 74 72 75 63 74 75 72 65 2c 20 20 74 |ry structure, t| 000044d0 68 65 79 20 77 69 6c 6c 20 64 69 65 20 6f 75 74 |hey will die out| 000044e0 20 77 69 74 68 69 6e 20 61 20 66 65 77 20 6d 6f | within a few mo| 000044f0 6e 74 68 73 22 0d 1a c2 46 dc 61 63 68 69 65 76 |nths"...F.achiev| 00004500 65 64 20 61 20 73 74 65 72 69 6c 69 7a 61 74 69 |ed a sterilizati| 00004510 6f 6e 20 66 69 67 75 72 65 20 69 6e 20 65 78 63 |on figure in exc| 00004520 65 73 73 20 6f 66 20 74 68 65 20 72 65 71 75 69 |ess of the requi| 00004530 72 65 64 20 6d 69 6e 69 6d 75 6d 0d 1a cc 71 dc |red minimum...q.| 00004540 73 74 65 72 69 6c 69 7a 65 64 20 61 20 73 75 66 |sterilized a suf| 00004550 66 69 63 69 65 6e 74 20 71 75 61 6e 74 69 74 79 |ficient quantity| 00004560 20 6f 66 20 74 68 65 20 70 6c 61 6e 65 74 73 20 | of the planets | 00004570 73 75 72 66 61 63 65 20 74 6f 20 65 6e 61 62 6c |surface to enabl| 00004580 65 20 6c 65 73 73 65 72 20 4c 4c 61 6e 65 72 6b |e lesser LLanerk| 00004590 20 70 69 6c 6f 74 73 20 74 6f 20 63 6f 6d 70 6c | pilots to compl| 000045a0 65 74 65 20 74 68 65 20 74 61 73 6b 0d 1a d6 69 |ete the task...i| 000045b0 dc 64 65 73 70 61 74 63 68 65 64 20 61 20 67 72 |.despatched a gr| 000045c0 65 61 74 20 65 6e 6f 75 67 68 20 6e 75 6d 62 65 |eat enough numbe| 000045d0 72 20 6f 66 20 52 61 6b 6f 6e 61 6e 20 72 65 73 |r of Rakonan res| 000045e0 6f 75 72 63 65 73 20 61 73 20 74 6f 20 6d 61 6b |ources as to mak| 000045f0 65 20 74 68 65 69 72 20 63 6f 6e 74 69 6e 75 65 |e their continue| 00004600 64 20 70 72 65 73 65 6e 63 65 20 69 6d 70 6f 73 |d presence impos| 00004610 73 69 62 6c 65 0d 1a e0 68 dc 61 6e 6e 69 68 69 |sible...h.annihi| 00004620 6c 61 74 65 64 20 61 20 6c 61 72 67 65 20 65 6e |lated a large en| 00004630 6f 75 67 68 20 73 65 63 74 69 6f 6e 20 6f 66 20 |ough section of | 00004640 74 68 65 20 52 61 6b 6f 6e 61 6e 20 73 63 6f 75 |the Rakonan scou| 00004650 72 67 65 20 73 6f 20 61 73 20 74 6f 20 72 65 6e |rge so as to ren| 00004660 64 65 72 20 74 68 65 6d 20 70 6f 77 65 72 6c 65 |der them powerle| 00004670 73 73 20 61 67 61 69 6e 73 74 20 75 73 0d 1a ea |ss against us...| 00004680 07 f3 41 24 0d 1a f4 40 3d 22 59 6f 75 20 68 61 |..A$...@="You ha| 00004690 76 65 20 22 2b 41 24 2b 22 2e 20 20 59 6f 75 20 |ve "+A$+". You | 000046a0 61 72 65 20 74 6f 20 62 65 20 61 6c 6c 6f 63 61 |are to be alloca| 000046b0 74 65 64 20 61 6e 6f 74 68 65 72 20 70 6c 61 6e |ted another plan| 000046c0 65 74 2e 22 0d 1a fe 04 0d 1b 08 17 dd a4 67 65 |et."..........ge| 000046d0 74 74 69 6e 67 62 65 74 74 65 72 28 64 25 29 0d |ttingbetter(d%).| 000046e0 1b 12 17 e7 64 25 3d 32 8c 3d a4 6f 6e 74 6f 74 |....d%=2.=.ontot| 000046f0 68 65 6e 65 78 74 0d 1b 1c 1b e7 20 53 4f 25 3d |henext..... SO%=| 00004700 35 8c 3d a4 74 6f 6d 61 6e 79 73 6f 72 74 69 65 |5.=.tomanysortie| 00004710 73 0d 1b 26 16 ea 41 24 2c 42 24 2c 54 25 2c 73 |s..&..A$,B$,T%,s| 00004720 25 2c 49 25 2c 4a 25 0d 1b 30 17 e7 20 42 43 31 |%,I%,J%..0.. BC1| 00004730 50 25 3e 31 30 20 42 43 31 50 25 3d 31 30 0d 1b |P%>10 BC1P%=10..| 00004740 3a 17 e7 20 42 43 32 50 25 3e 31 30 20 42 43 32 |:.. BC2P%>10 BC2| 00004750 50 25 3d 31 30 0d 1b 44 08 73 25 3d a3 0d 1b 4e |P%=10..D.s%=...N| 00004760 0c e3 54 25 3d 31 b8 31 30 0d 1b 58 27 e7 42 43 |..T%=1.10..X'.BC| 00004770 31 25 28 54 25 29 3e 31 30 84 42 43 32 25 28 54 |1%(T%)>10.BC2%(T| 00004780 25 29 3e 31 30 20 73 25 3d b9 3a 54 25 3d 31 30 |%)>10 s%=.:T%=10| 00004790 0d 1b 62 05 ed 0d 1b 6c 29 e7 73 25 e3 54 25 3d |..b....l).s%.T%=| 000047a0 31 b8 31 30 3a 42 43 31 25 28 54 25 29 3d 54 25 |1.10:BC1%(T%)=T%| 000047b0 3a 42 43 32 25 28 54 25 29 3d 54 25 3a ed 0d 1b |:BC2%(T%)=T%:...| 000047c0 76 18 73 25 3d 53 25 2d 4d 25 3a e7 73 25 3c 3d |v.s%=S%-M%:.s%<=| 000047d0 4d 25 73 25 3d 30 0d 1b 80 18 e7 73 25 3e 4d 25 |M%s%=0.....s%>M%| 000047e0 80 73 25 3c 3d 4d 25 2a 32 20 73 25 3d 31 0d 1b |.s%<=M%*2 s%=1..| 000047f0 8a 1e e7 73 25 3e 4d 25 2a 32 80 73 25 3c 3d 31 |...s%>M%*2.s%<=1| 00004800 32 30 30 30 2b 4d 25 20 73 25 3d 32 0d 1b 94 22 |2000+M% s%=2..."| 00004810 e7 73 25 3e 31 32 30 30 30 2b 4d 25 80 73 25 3c |.s%>12000+M%.s%<| 00004820 3d 32 30 30 30 30 2b 4d 25 20 73 25 3d 33 0d 1b |=20000+M% s%=3..| 00004830 9e 15 e7 73 25 3e 32 30 30 30 30 2b 4d 25 20 73 |...s%>20000+M% s| 00004840 25 3d 34 0d 1b a8 1b 49 25 3d b3 28 42 43 31 50 |%=4....I%=.(BC1P| 00004850 25 29 3a 4a 25 3d b3 28 42 43 32 50 25 29 0d 1b |%):J%=.(BC2P%)..| 00004860 b2 09 c8 8e 73 25 ca 0d 1b bc 11 c9 30 3a f7 2b |....s%......0:.+| 00004870 42 43 31 25 28 49 25 29 0d 1b c6 30 dc 59 6f 75 |BC1%(I%)...0.You| 00004880 72 20 67 65 6e 65 72 61 6c 20 70 65 72 66 6f 72 |r general perfor| 00004890 6d 61 6e 63 65 20 69 73 20 73 6f 6d 65 77 68 61 |mance is somewha| 000048a0 74 20 73 6c 6f 70 70 79 0d 1b d0 33 dc 57 65 20 |t sloppy...3.We | 000048b0 61 72 65 20 6d 6f 73 74 20 64 69 73 61 70 70 6f |are most disappo| 000048c0 69 6e 74 65 64 20 77 69 74 68 20 79 6f 75 72 20 |inted with your | 000048d0 70 65 72 66 6f 72 6d 61 6e 63 65 0d 1b da 3c dc |performance...<.| 000048e0 59 6f 75 20 61 72 65 20 64 65 66 69 6e 69 74 65 |You are definite| 000048f0 6c 79 20 6e 6f 74 20 74 68 65 20 62 65 73 74 20 |ly not the best | 00004900 66 69 67 68 74 65 72 20 69 6e 20 74 68 65 20 75 |fighter in the u| 00004910 6e 69 76 65 72 73 65 0d 1b e4 69 dc 22 59 6f 75 |niverse...i."You| 00004920 20 6b 6e 6f 77 20 74 68 65 20 74 65 72 6d 20 27 | know the term '| 00004930 69 66 20 61 74 20 66 69 72 73 74 20 79 6f 75 20 |if at first you | 00004940 64 6f 6e 27 74 20 73 75 63 63 65 65 64 2e 2e 27 |don't succeed..'| 00004950 2c 20 20 79 6f 75 20 63 6f 75 6c 64 20 62 65 20 |, you could be | 00004960 74 61 6b 69 6e 67 20 69 74 20 61 74 20 6c 69 74 |taking it at lit| 00004970 74 6c 65 20 62 69 74 20 74 6f 6f 20 66 61 72 22 |tle bit too far"| 00004980 0d 1b ee 28 dc 59 6f 75 72 20 61 62 69 6c 69 74 |...(.Your abilit| 00004990 69 65 73 20 61 72 65 20 64 65 63 69 64 65 64 6c |ies are decidedl| 000049a0 79 20 73 68 6f 64 64 79 0d 1b f8 3c dc 57 65 20 |y shoddy...<.We | 000049b0 61 72 65 20 6e 6f 74 20 76 65 72 79 20 69 6d 70 |are not very imp| 000049c0 72 65 73 73 65 64 20 77 69 74 68 20 79 6f 75 72 |ressed with your| 000049d0 20 63 75 72 72 65 6e 74 20 70 65 72 66 6f 72 6d | current perform| 000049e0 61 6e 63 65 0d 1c 02 62 dc 57 68 65 6e 20 77 65 |ance...b.When we| 000049f0 20 73 65 65 20 70 65 6f 70 6c 65 20 6c 69 6b 65 | see people like| 00004a00 20 79 6f 75 20 77 65 20 74 65 6e 64 20 74 6f 20 | you we tend to | 00004a10 77 6f 6e 64 65 72 20 69 66 20 48 75 6d 61 6e 20 |wonder if Human | 00004a20 6c 69 66 65 20 72 65 61 6c 6c 79 20 69 73 20 69 |life really is i| 00004a30 6e 66 65 72 69 6f 72 20 74 6f 20 74 68 65 20 52 |nferior to the R| 00004a40 61 6b 6f 6e 61 6e 0d 1c 0c 3c dc 59 6f 75 20 61 |akonan...<.You a| 00004a50 72 65 20 6c 61 63 6b 69 6e 67 20 69 6e 20 6d 6f |re lacking in mo| 00004a60 73 74 20 6f 66 20 74 68 65 20 72 65 71 75 69 72 |st of the requir| 00004a70 65 64 20 66 69 67 68 74 69 6e 67 20 73 6b 69 6c |ed fighting skil| 00004a80 6c 73 0d 1c 16 51 dc 59 6f 75 20 66 61 69 6c 20 |ls...Q.You fail | 00004a90 74 6f 20 75 6e 64 65 72 73 74 61 6e 64 20 74 68 |to understand th| 00004aa0 61 74 20 77 65 20 68 61 76 65 20 74 6f 20 65 72 |at we have to er| 00004ab0 61 64 69 63 61 74 65 20 74 68 65 20 52 61 6b 6f |adicate the Rako| 00004ac0 6e 61 6e 20 6e 6f 74 20 74 69 63 6b 6c 65 20 74 |nan not tickle t| 00004ad0 68 65 6d 0d 1c 20 2d dc 59 6f 75 72 20 70 65 72 |hem.. -.Your per| 00004ae0 66 6f 72 6d 61 6e 63 65 20 69 73 20 64 65 63 69 |formance is deci| 00004af0 64 65 64 6c 79 20 61 6d 61 74 65 75 72 69 73 68 |dedly amateurish| 00004b00 0d 1c 2a 11 c9 31 3a f7 2b 42 43 31 25 28 49 25 |..*..1:.+BC1%(I%| 00004b10 29 0d 1c 34 33 dc 57 65 20 61 72 65 20 73 61 74 |)..43.We are sat| 00004b20 69 73 66 69 65 64 20 77 69 74 68 20 79 6f 75 72 |isfied with your| 00004b30 20 6f 76 65 72 61 6c 6c 20 70 65 72 66 6f 72 6d | overall perform| 00004b40 61 6e 63 65 0d 1c 3e 37 dc 54 68 6f 75 67 68 20 |ance..>7.Though | 00004b50 6e 6f 74 20 62 72 69 6c 6c 69 61 6e 74 20 79 6f |not brilliant yo| 00004b60 75 20 70 65 72 66 6f 72 6d 65 64 20 72 65 61 73 |u performed reas| 00004b70 6f 6e 61 62 6c 79 20 77 65 6c 6c 0d 1c 48 33 dc |onably well..H3.| 00004b80 59 6f 75 20 68 61 76 65 20 73 68 6f 77 6e 20 71 |You have shown q| 00004b90 75 69 74 65 20 61 20 62 69 74 20 6f 66 20 6c 61 |uite a bit of la| 00004ba0 74 65 6e 74 20 70 6f 74 65 6e 74 69 61 6c 0d 1c |tent potential..| 00004bb0 52 33 dc 54 68 61 74 20 77 61 73 20 61 6e 20 61 |R3.That was an a| 00004bc0 63 63 65 70 74 61 62 6c 79 20 66 61 69 72 20 64 |cceptably fair d| 00004bd0 69 73 70 6c 61 79 20 6f 66 20 61 62 69 6c 69 74 |isplay of abilit| 00004be0 79 0d 1c 5c 39 dc 59 6f 75 20 61 72 65 20 73 68 |y..\9.You are sh| 00004bf0 6f 77 69 6e 67 20 61 20 72 65 61 73 6f 6e 61 62 |owing a reasonab| 00004c00 6c 65 20 6c 65 76 65 6c 20 6f 66 20 77 61 72 72 |le level of warr| 00004c10 69 6f 72 20 73 6b 69 6c 6c 73 0d 1c 66 42 dc 54 |ior skills..fB.T| 00004c20 68 65 72 65 20 61 72 65 20 73 6c 69 67 68 74 20 |here are slight | 00004c30 73 69 67 6e 73 20 6f 66 20 61 62 69 6c 69 74 79 |signs of ability| 00004c40 20 73 68 6f 77 69 6e 67 20 69 6e 20 79 6f 75 72 | showing in your| 00004c50 20 70 65 72 66 6f 72 6d 61 6e 63 65 0d 1c 70 36 | performance..p6| 00004c60 dc 57 65 20 61 72 65 20 63 6f 6e 74 65 6e 74 20 |.We are content | 00004c70 77 69 74 68 20 79 6f 75 72 20 63 75 72 72 65 6e |with your curren| 00004c80 74 20 6c 65 76 65 6c 20 6f 66 20 61 62 69 6c 69 |t level of abili| 00004c90 74 79 0d 1c 7a 37 dc 59 6f 75 20 73 65 65 6d 20 |ty..z7.You seem | 00004ca0 74 6f 20 70 6f 73 73 65 73 73 20 61 20 73 6f 6d |to possess a som| 00004cb0 65 20 73 69 67 6e 73 20 6f 66 20 66 69 67 68 74 |e signs of fight| 00004cc0 69 6e 67 20 73 6b 69 6c 6c 0d 1c 84 29 dc 45 66 |ing skill...).Ef| 00004cd0 66 65 63 74 69 76 65 6c 79 20 74 68 61 74 20 77 |fectively that w| 00004ce0 61 73 6e 27 74 20 61 20 62 61 64 20 73 6f 72 74 |asn't a bad sort| 00004cf0 69 65 0d 1c 8e 34 dc 54 68 61 74 20 77 61 73 20 |ie...4.That was | 00004d00 61 20 61 64 65 71 75 61 74 65 6c 79 20 67 6f 6f |a adequately goo| 00004d10 64 20 6c 65 76 65 6c 20 6f 66 20 70 65 72 66 6f |d level of perfo| 00004d20 72 6d 61 6e 63 65 0d 1c 98 11 c9 32 3a f7 2b 42 |rmance.....2:.+B| 00004d30 43 31 25 28 49 25 29 0d 1c a2 36 dc 57 65 20 61 |C1%(I%)...6.We a| 00004d40 72 65 20 67 72 65 61 74 6c 79 20 70 6c 65 61 73 |re greatly pleas| 00004d50 65 64 20 77 69 74 68 20 79 6f 75 72 20 73 6b 69 |ed with your ski| 00004d60 6c 66 75 6c 20 66 69 67 68 74 69 6e 67 0d 1c ac |lful fighting...| 00004d70 2c dc 54 68 61 74 20 77 61 73 20 61 6e 20 65 78 |,.That was an ex| 00004d80 63 65 6c 6c 65 6e 74 6c 79 20 65 78 65 63 75 74 |cellently execut| 00004d90 65 64 20 73 6f 72 74 69 65 0d 1c b6 3f dc 59 6f |ed sortie...?.Yo| 00004da0 75 20 61 72 65 20 61 20 73 75 70 65 72 62 20 65 |u are a superb e| 00004db0 78 61 6d 70 6c 65 20 6f 66 20 77 68 61 74 20 61 |xample of what a| 00004dc0 20 4c 4c 61 6e 65 72 6b 20 70 69 6c 6f 74 20 73 | LLanerk pilot s| 00004dd0 68 6f 75 6c 64 20 62 65 0d 1c c0 58 dc 57 68 69 |hould be...X.Whi| 00004de0 6c 73 74 20 77 65 20 68 61 76 65 20 4c 4c 61 6e |lst we have LLan| 00004df0 65 72 6b 20 70 69 6c 6f 74 73 20 6c 69 6b 65 20 |erk pilots like | 00004e00 79 6f 75 20 77 65 20 73 74 61 6e 64 20 61 20 63 |you we stand a c| 00004e10 68 61 6e 63 65 20 6f 66 20 65 72 61 64 69 63 61 |hance of eradica| 00004e20 74 69 6e 67 20 74 68 65 20 52 61 6b 6f 6e 61 6e |ting the Rakonan| 00004e30 0d 1c ca 3e dc 54 68 61 74 20 77 61 73 20 61 6e |...>.That was an| 00004e40 20 69 6e 63 72 65 64 69 62 6c 65 20 65 78 61 6d | incredible exam| 00004e50 70 6c 65 20 6f 66 20 71 75 61 6c 69 74 79 20 66 |ple of quality f| 00004e60 69 67 68 74 69 6e 67 20 73 6b 69 6c 6c 73 0d 1c |ighting skills..| 00004e70 d4 40 dc 59 6f 75 20 73 68 6f 77 20 61 6c 6c 20 |.@.You show all | 00004e80 74 68 65 20 73 69 67 6e 73 20 6f 66 20 62 65 63 |the signs of bec| 00004e90 6f 6d 69 6e 67 20 61 20 74 6f 70 20 72 61 74 65 |oming a top rate| 00004ea0 20 4c 4c 61 6e 65 72 6b 20 70 69 6c 6f 74 0d 1c | LLanerk pilot..| 00004eb0 de 3a dc 59 6f 75 72 20 66 69 67 68 74 69 6e 67 |.:.Your fighting| 00004ec0 20 73 6b 69 6c 6c 73 20 73 68 6f 77 20 61 20 68 | skills show a h| 00004ed0 69 67 68 20 64 65 67 72 65 65 20 6f 66 20 65 78 |igh degree of ex| 00004ee0 63 65 6c 6c 65 6e 63 65 0d 1c e8 26 dc 54 68 61 |cellence...&.Tha| 00004ef0 74 20 77 61 73 20 61 20 76 65 72 79 20 77 65 6c |t was a very wel| 00004f00 6c 20 66 6c 6f 77 6e 20 73 6f 72 74 69 65 0d 1c |l flown sortie..| 00004f10 f2 34 dc 57 65 20 63 6f 6e 67 72 61 74 75 6c 61 |.4.We congratula| 00004f20 74 65 20 79 6f 75 20 6f 6e 20 61 6e 20 61 64 6d |te you on an adm| 00004f30 69 72 61 62 6c 65 20 70 65 72 66 6f 72 6d 61 6e |irable performan| 00004f40 63 65 0d 1c fc 40 dc 57 65 20 61 72 65 20 70 6c |ce...@.We are pl| 00004f50 65 61 73 65 64 20 74 6f 20 63 6f 6d 6d 65 6e 64 |eased to commend| 00004f60 20 79 6f 75 20 66 6f 72 20 61 20 6d 65 72 69 74 | you for a merit| 00004f70 6f 72 69 6f 75 73 20 70 65 72 66 6f 72 6d 61 6e |orious performan| 00004f80 63 65 0d 1d 06 11 c9 33 3a f7 2b 42 43 31 25 28 |ce.....3:.+BC1%(| 00004f90 49 25 29 0d 1d 10 36 dc 54 68 65 20 47 75 69 6c |I%)...6.The Guil| 00004fa0 64 20 74 68 61 6e 6b 73 20 79 6f 75 20 66 6f 72 |d thanks you for| 00004fb0 20 61 20 63 6f 6e 73 75 6d 6d 61 74 65 20 70 65 | a consummate pe| 00004fc0 72 66 6f 72 6d 61 6e 63 65 0d 1d 1a 40 dc 54 68 |rformance...@.Th| 00004fd0 65 20 6c 65 76 65 6c 20 6f 66 20 79 6f 75 72 20 |e level of your | 00004fe0 66 69 67 68 74 69 6e 67 20 73 6b 69 6c 6c 73 20 |fighting skills | 00004ff0 74 72 61 6e 73 63 65 6e 64 20 74 68 65 20 69 6d |transcend the im| 00005000 61 67 69 6e 61 74 69 6f 6e 0d 1d 24 35 dc 57 65 |agination..$5.We| 00005010 20 62 6f 77 20 64 6f 77 6e 20 62 65 66 6f 72 65 | bow down before| 00005020 20 74 68 65 20 65 78 63 65 6c 6c 65 6e 63 65 20 | the excellence | 00005030 6f 66 20 79 6f 75 72 20 61 75 72 6f 72 61 0d 1d |of your aurora..| 00005040 2e 3a dc 54 68 65 72 65 20 69 73 20 6e 6f 20 73 |.:.There is no s| 00005050 75 70 65 72 6c 61 74 69 76 65 20 74 6f 20 64 65 |uperlative to de| 00005060 73 63 72 69 62 65 20 79 6f 75 72 20 61 63 68 69 |scribe your achi| 00005070 65 76 65 6d 65 6e 74 73 0d 1d 38 4c dc 54 61 6c |evements..8L.Tal| 00005080 65 73 20 6f 66 20 79 6f 75 72 20 48 65 72 6f 69 |es of your Heroi| 00005090 63 20 64 65 65 64 73 20 61 72 65 20 73 70 72 65 |c deeds are spre| 000050a0 61 64 69 6e 67 20 6c 69 6b 65 20 61 20 76 69 72 |ading like a vir| 000050b0 75 73 20 61 63 72 6f 73 73 20 74 68 65 20 67 61 |us across the ga| 000050c0 6c 61 78 79 0d 1d 42 4e dc 59 6f 75 72 20 73 6b |laxy..BN.Your sk| 000050d0 69 6c 6c 73 20 69 6e 20 74 68 65 20 61 72 74 20 |ills in the art | 000050e0 6f 66 20 63 6f 6d 62 61 74 20 61 72 65 20 6f 6e |of combat are on| 000050f0 6c 79 20 65 78 63 65 65 64 65 64 20 62 79 20 74 |ly exceeded by t| 00005100 68 65 20 47 6f 64 73 20 74 68 65 6d 73 65 6c 76 |he Gods themselv| 00005110 65 73 0d 1d 4c 37 dc 59 6f 75 20 61 72 65 20 72 |es..L7.You are r| 00005120 61 70 69 64 6c 79 20 62 65 63 6f 6d 69 6e 67 20 |apidly becoming | 00005130 61 20 6c 65 67 65 6e 64 20 69 6e 20 79 6f 75 72 |a legend in your| 00005140 20 6f 77 6e 20 74 69 6d 65 0d 1d 56 5f dc 49 74 | own time..V_.It| 00005150 20 69 73 20 69 6e 63 72 65 64 69 62 6c 65 20 74 | is incredible t| 00005160 6f 20 74 68 69 6e 6b 20 74 68 61 74 20 6f 6e 6c |o think that onl| 00005170 79 20 61 20 73 68 6f 72 74 20 74 69 6d 65 20 61 |y a short time a| 00005180 67 6f 20 79 6f 75 20 68 61 64 6e 27 74 20 65 76 |go you hadn't ev| 00005190 65 6e 20 73 65 65 6e 20 61 20 4c 4c 61 6e 65 72 |en seen a LLaner| 000051a0 6b 20 73 61 75 63 65 72 0d 1d 60 48 dc 41 45 6f |k saucer..`H.AEo| 000051b0 6e 73 20 77 69 6c 6c 20 70 61 73 73 20 62 65 66 |ns will pass bef| 000051c0 6f 72 65 20 79 6f 75 72 20 6e 61 6d 65 20 66 61 |ore your name fa| 000051d0 64 65 73 20 66 72 6f 6d 20 74 68 65 20 6d 69 6e |des from the min| 000051e0 64 73 20 6f 66 20 74 68 65 20 70 65 6f 70 6c 65 |ds of the people| 000051f0 0d 1d 6a 66 dc 22 54 68 65 20 52 61 6b 6f 6e 61 |..jf."The Rakona| 00005200 6e 20 77 69 6c 6c 20 61 6c 77 61 79 73 20 74 72 |n will always tr| 00005210 65 6d 62 6c 65 20 61 74 20 74 68 65 20 6d 65 6e |emble at the men| 00005220 74 69 6f 6e 20 6f 66 20 79 6f 75 72 20 6e 61 6d |tion of your nam| 00005230 65 2c 20 69 66 20 74 68 61 74 20 69 73 20 74 68 |e, if that is th| 00005240 65 79 20 73 75 72 76 69 76 65 20 79 6f 75 20 61 |ey survive you a| 00005250 74 20 61 6c 6c 22 0d 1d 74 11 c9 34 3a f7 2b 42 |t all"..t..4:.+B| 00005260 43 31 25 28 49 25 29 0d 1d 7e 4b dc 49 74 20 73 |C1%(I%)..~K.It s| 00005270 65 65 6d 73 20 79 6f 75 20 63 61 6e 20 64 65 73 |eems you can des| 00005280 74 72 6f 79 20 61 20 68 75 6e 64 72 65 64 20 52 |troy a hundred R| 00005290 61 6b 6f 6e 61 6e 20 77 69 74 68 20 74 68 65 20 |akonan with the | 000052a0 62 6c 69 6e 6b 20 6f 66 20 61 6e 20 65 79 65 6c |blink of an eyel| 000052b0 69 64 0d 1d 88 64 dc 59 6f 75 20 68 61 76 65 20 |id...d.You have | 000052c0 72 65 61 63 68 65 64 20 74 68 61 74 20 62 61 6c |reached that bal| 000052d0 61 6e 63 65 20 6f 66 20 70 6f 77 65 72 20 61 6e |ance of power an| 000052e0 64 20 73 6b 69 6c 6c 20 74 68 61 74 20 6d 61 6b |d skill that mak| 000052f0 65 73 20 79 6f 75 20 74 68 65 20 6d 6f 73 74 20 |es you the most | 00005300 66 6f 72 6d 69 64 61 62 6c 65 20 6f 66 20 77 61 |formidable of wa| 00005310 72 72 69 6f 72 73 0d 1d 92 34 dc 54 68 65 20 76 |rriors...4.The v| 00005320 61 6c 75 65 20 6f 66 20 79 6f 75 72 20 64 65 65 |alue of your dee| 00005330 64 73 20 61 72 65 20 74 72 75 6c 79 20 75 6e 61 |ds are truly una| 00005340 70 70 72 61 69 73 61 62 6c 65 0d 1d 9c 58 dc 46 |ppraisable...X.F| 00005350 75 74 75 72 65 20 67 65 6e 65 72 61 74 69 6f 6e |uture generation| 00005360 73 20 77 69 6c 6c 20 73 74 72 69 76 65 20 66 72 |s will strive fr| 00005370 75 69 74 6c 65 73 73 6c 79 20 74 6f 20 72 65 61 |uitlessly to rea| 00005380 63 68 20 74 68 65 20 70 69 6e 6e 61 63 6c 65 20 |ch the pinnacle | 00005390 79 6f 75 20 68 61 76 65 20 73 65 74 20 74 6f 64 |you have set tod| 000053a0 61 79 0d 1d a6 49 dc 49 74 20 69 73 20 64 69 66 |ay...I.It is dif| 000053b0 66 69 63 75 6c 74 20 74 6f 20 62 65 6c 69 65 76 |ficult to believ| 000053c0 65 20 74 68 65 20 65 61 73 65 20 77 69 74 68 20 |e the ease with | 000053d0 77 68 69 63 68 20 79 6f 75 20 64 65 73 74 72 6f |which you destro| 000053e0 79 20 6f 75 72 20 65 6e 65 6d 79 0d 1d b0 55 dc |y our enemy...U.| 000053f0 57 65 20 74 68 65 20 45 6c 64 65 72 73 20 6f 66 |We the Elders of| 00005400 20 74 68 65 20 47 75 69 6c 64 20 70 72 6f 73 74 | the Guild prost| 00005410 72 61 74 65 20 6f 75 72 73 65 6c 76 65 73 20 62 |rate ourselves b| 00005420 65 66 6f 72 65 20 79 6f 75 72 20 64 69 73 70 6c |efore your displ| 00005430 61 79 20 6f 66 20 65 78 63 65 6c 6c 65 6e 63 65 |ay of excellence| 00005440 0d 1d ba 41 dc 49 74 20 69 73 20 67 72 65 61 74 |...A.It is great| 00005450 6c 79 20 70 6c 65 61 73 69 6e 67 20 74 6f 20 73 |ly pleasing to s| 00005460 65 65 20 68 6f 77 20 79 6f 75 20 65 78 61 73 70 |ee how you exasp| 00005470 65 72 61 74 65 20 74 68 65 20 52 61 6b 6f 6e 61 |erate the Rakona| 00005480 6e 0d 1d c4 76 dc 59 6f 75 20 61 72 65 20 74 68 |n...v.You are th| 00005490 65 20 6c 69 76 69 6e 67 20 70 72 6f 6f 66 20 74 |e living proof t| 000054a0 68 61 74 20 74 68 65 20 63 6f 6c 64 20 6c 6f 67 |hat the cold log| 000054b0 69 63 20 6f 66 20 74 68 65 20 52 61 6b 6f 6e 61 |ic of the Rakona| 000054c0 6e 20 77 69 6c 6c 20 65 76 65 6e 74 75 61 6c 6c |n will eventuall| 000054d0 79 20 62 65 20 6f 76 65 72 63 6f 6d 65 20 62 79 |y be overcome by| 000054e0 20 74 68 65 20 72 61 6e 64 6f 6d 6e 65 73 73 20 | the randomness | 000054f0 6f 66 20 6c 69 66 65 0d 1d ce 3c dc 50 6c 65 61 |of life...<.Plea| 00005500 73 65 20 61 63 63 65 70 74 20 74 68 65 20 68 75 |se accept the hu| 00005510 6d 62 6c 65 20 61 64 6d 69 72 61 74 69 6f 6e 20 |mble admiration | 00005520 6f 66 20 74 68 65 20 65 6e 74 69 72 65 20 47 75 |of the entire Gu| 00005530 69 6c 64 0d 1d d8 4b dc 59 6f 75 72 20 63 6f 75 |ild...K.Your cou| 00005540 72 61 67 65 20 61 6e 64 20 65 6e 64 75 72 61 6e |rage and enduran| 00005550 63 65 20 61 72 65 20 75 6e 6d 61 74 63 68 65 64 |ce are unmatched| 00005560 20 62 79 20 61 6e 79 20 70 72 65 76 69 6f 75 73 | by any previous| 00005570 20 4c 4c 61 6e 65 72 6b 20 70 69 6c 6f 74 0d 1d | LLanerk pilot..| 00005580 e2 05 cb 0d 1d ec 07 f3 41 24 0d 1d f6 09 c8 8e |........A$......| 00005590 73 25 ca 0d 1e 00 11 c9 30 3a f7 2b 42 43 32 25 |s%......0:.+BC2%| 000055a0 28 4a 25 29 0d 1e 0a 37 dc 68 6f 77 65 76 65 72 |(J%)...7.however| 000055b0 20 77 65 20 68 61 76 65 20 64 65 63 69 64 65 64 | we have decided| 000055c0 20 74 6f 20 67 69 76 65 20 79 6f 75 20 61 6e 6f | to give you ano| 000055d0 74 68 65 72 20 63 68 61 6e 63 65 0d 1e 14 4f dc |ther chance...O.| 000055e0 64 65 73 70 69 74 65 20 74 68 69 73 20 61 6e 64 |despite this and| 000055f0 20 61 67 61 69 6e 73 74 20 6f 75 72 20 62 65 74 | against our bet| 00005600 74 65 72 20 6a 75 64 67 65 6d 65 6e 74 20 79 6f |ter judgement yo| 00005610 75 20 77 69 6c 6c 20 68 61 76 65 20 61 6e 6f 74 |u will have anot| 00005620 68 65 72 20 63 68 61 6e 63 65 0d 1e 1e 38 dc 69 |her chance...8.i| 00005630 6e 20 73 70 69 74 65 20 6f 66 20 74 68 69 73 20 |n spite of this | 00005640 77 65 20 61 72 65 20 77 69 6c 6c 69 6e 67 20 74 |we are willing t| 00005650 6f 20 6c 65 74 20 79 6f 75 20 63 6f 6e 74 69 6e |o let you contin| 00005660 75 65 0d 1e 28 34 dc 65 76 65 6e 20 73 6f 20 79 |ue..(4.even so y| 00005670 6f 75 20 63 61 6e 20 63 6f 6e 74 69 6e 75 65 20 |ou can continue | 00005680 74 6f 20 66 69 67 68 74 20 66 6f 72 20 74 68 65 |to fight for the| 00005690 20 47 75 69 6c 64 0d 1e 32 48 dc 77 65 20 48 6f | Guild..2H.we Ho| 000056a0 70 65 20 79 6f 75 20 77 69 6c 6c 20 66 61 69 72 |pe you will fair| 000056b0 20 62 65 74 74 65 72 20 77 68 65 6e 20 79 6f 75 | better when you| 000056c0 20 72 65 74 75 72 6e 20 74 6f 20 74 68 65 20 70 | return to the p| 000056d0 6c 61 6e 65 74 73 20 73 75 72 66 61 63 65 0d 1e |lanets surface..| 000056e0 3c 3e dc 74 61 6b 69 6e 67 20 74 68 69 73 20 69 |<>.taking this i| 000056f0 6e 74 6f 20 61 63 63 6f 75 6e 74 20 77 65 20 77 |nto account we w| 00005700 69 6c 6c 20 67 69 76 65 20 79 6f 75 20 6f 6e 65 |ill give you one| 00005710 20 6d 6f 72 65 20 63 68 61 6e 63 65 0d 1e 46 28 | more chance..F(| 00005720 dc 68 6f 77 65 76 65 72 20 77 65 20 77 69 6c 6c |.however we will| 00005730 20 74 72 75 73 74 20 79 6f 75 20 6f 6e 63 65 20 | trust you once | 00005740 6d 6f 72 65 0d 1e 50 29 dc 70 6c 65 61 73 65 20 |more..P).please | 00005750 74 72 79 20 61 20 6c 69 74 74 6c 65 20 68 61 72 |try a little har| 00005760 64 65 72 20 69 6e 20 66 75 74 75 72 65 0d 1e 5a |der in future..Z| 00005770 40 dc 79 6f 75 20 6d 75 73 74 20 70 75 74 20 6d |@.you must put m| 00005780 6f 72 65 20 65 66 66 6f 72 74 20 69 6e 74 6f 20 |ore effort into | 00005790 74 68 65 20 66 69 67 68 74 20 6f 6e 20 79 6f 75 |the fight on you| 000057a0 72 20 6e 65 78 74 20 73 6f 72 74 69 65 0d 1e 64 |r next sortie..d| 000057b0 3d dc 79 6f 75 20 77 69 6c 6c 20 62 65 20 67 69 |=.you will be gi| 000057c0 76 65 6e 20 6f 6e 65 20 6d 6f 72 65 20 6f 70 70 |ven one more opp| 000057d0 6f 72 74 75 6e 69 74 79 20 74 6f 20 70 72 6f 76 |ortunity to prov| 000057e0 65 20 79 6f 75 72 73 65 6c 66 0d 1e 6e 11 c9 31 |e yourself..n..1| 000057f0 3a f7 2b 42 43 32 25 28 4a 25 29 0d 1e 78 32 dc |:.+BC2%(J%)..x2.| 00005800 6d 61 79 20 74 68 65 20 66 6f 72 63 65 20 62 65 |may the force be| 00005810 20 77 69 74 68 20 79 6f 75 20 6f 6e 20 79 6f 75 | with you on you| 00005820 72 20 6e 65 78 74 20 73 6f 72 74 69 65 0d 1e 82 |r next sortie...| 00005830 37 dc 6f 75 72 20 63 6f 6e 66 69 64 65 6e 63 65 |7.our confidence| 00005840 20 67 6f 65 73 20 77 69 74 68 20 79 6f 75 20 69 | goes with you i| 00005850 6e 74 6f 20 79 6f 75 72 20 6e 65 78 74 20 62 61 |nto your next ba| 00005860 74 74 6c 65 0d 1e 8c 2c dc 67 6f 20 66 6f 72 74 |ttle...,.go fort| 00005870 68 20 61 6e 64 20 63 61 72 72 79 20 6f 75 74 20 |h and carry out | 00005880 6d 6f 72 65 20 6f 66 20 74 68 65 20 73 61 6d 65 |more of the same| 00005890 0d 1e 96 4d dc 77 65 20 61 72 65 20 74 68 65 72 |...M.we are ther| 000058a0 65 66 6f 72 65 20 73 75 72 65 20 74 68 61 74 20 |efore sure that | 000058b0 79 6f 75 20 77 69 6c 6c 20 63 61 72 72 79 20 6f |you will carry o| 000058c0 6e 20 69 6e 20 61 74 20 6c 65 61 73 74 20 74 68 |n in at least th| 000058d0 65 20 73 61 6d 65 20 6d 61 6e 6e 65 72 0d 1e a0 |e same manner...| 000058e0 2c dc 79 6f 75 20 67 69 76 65 20 75 73 20 68 6f |,.you give us ho| 000058f0 70 65 20 66 6f 72 20 6f 75 72 20 66 75 74 75 72 |pe for our futur| 00005900 65 20 76 69 63 74 6f 72 79 0d 1e aa 4f dc 77 65 |e victory...O.we| 00005910 20 61 72 65 20 65 76 65 72 20 63 6f 6e 66 69 64 | are ever confid| 00005920 65 6e 74 20 74 68 61 74 20 79 6f 75 20 77 69 6c |ent that you wil| 00005930 6c 20 63 6f 6e 74 69 6e 75 65 20 74 6f 20 70 65 |l continue to pe| 00005940 72 66 6f 72 6d 20 69 6e 20 74 68 65 20 73 61 6d |rform in the sam| 00005950 65 20 6d 61 6e 6e 65 72 0d 1e b4 25 dc 6c 6f 6e |e manner...%.lon| 00005960 67 20 6d 61 79 20 79 6f 75 20 63 6f 6e 74 69 6e |g may you contin| 00005970 75 65 20 74 6f 20 69 6d 70 72 6f 76 65 0d 1e be |ue to improve...| 00005980 41 dc 77 65 20 68 61 76 65 20 66 61 69 74 68 20 |A.we have faith | 00005990 69 6e 20 79 6f 75 72 20 61 62 69 6c 69 74 79 20 |in your ability | 000059a0 74 6f 20 63 6f 6e 74 69 6e 75 65 20 74 6f 20 73 |to continue to s| 000059b0 65 72 76 65 20 74 68 65 20 47 75 69 6c 64 0d 1e |erve the Guild..| 000059c0 c8 44 dc 77 65 20 74 72 75 73 74 20 74 68 61 74 |.D.we trust that| 000059d0 20 77 65 20 63 61 6e 20 72 65 6c 79 20 6f 6e 20 | we can rely on | 000059e0 74 68 69 73 20 6c 65 76 65 6c 20 6f 66 20 65 66 |this level of ef| 000059f0 66 69 63 69 65 6e 63 79 20 69 6e 20 66 75 74 75 |ficiency in futu| 00005a00 72 65 0d 1e d2 52 dc 77 65 20 66 65 65 6c 20 74 |re...R.we feel t| 00005a10 68 61 74 20 77 65 20 63 61 6e 20 72 65 6c 79 20 |hat we can rely | 00005a20 6f 6e 20 79 6f 75 20 74 6f 20 63 6f 6e 74 69 6e |on you to contin| 00005a30 75 65 20 74 6f 20 66 69 67 68 74 20 69 6e 20 74 |ue to fight in t| 00005a40 68 69 73 20 65 66 66 69 63 69 65 6e 74 20 6d 61 |his efficient ma| 00005a50 6e 6e 65 72 0d 1e dc 11 c9 32 3a f7 2b 42 43 32 |nner.....2:.+BC2| 00005a60 25 28 4a 25 29 0d 1e e6 2f dc 74 69 6d 65 20 6e |%(J%).../.time n| 00005a70 6f 77 20 72 75 6e 73 20 73 68 6f 72 74 20 66 6f |ow runs short fo| 00005a80 72 20 74 68 65 20 52 61 6b 6f 6e 61 6e 20 73 77 |r the Rakonan sw| 00005a90 61 72 6d 73 0d 1e f0 45 dc 74 68 65 20 65 78 69 |arms...E.the exi| 00005aa0 73 74 65 6e 63 65 20 6f 66 20 61 6c 6c 20 63 61 |stence of all ca| 00005ab0 72 62 6f 6e 20 6c 69 66 65 20 69 73 20 63 61 72 |rbon life is car| 00005ac0 72 69 65 64 20 73 61 66 65 6c 79 20 69 6e 20 79 |ried safely in y| 00005ad0 6f 75 72 20 68 61 6e 64 73 0d 1e fa 38 dc 79 6f |our hands...8.yo| 00005ae0 75 20 63 61 72 72 79 20 77 69 74 68 20 79 6f 75 |u carry with you| 00005af0 20 74 68 65 20 63 6f 6e 66 69 64 65 6e 63 65 20 | the confidence | 00005b00 6f 66 20 61 6c 6c 20 74 68 65 20 67 61 6c 61 78 |of all the galax| 00005b10 79 0d 1f 04 2e dc 6f 75 72 20 68 65 61 72 74 73 |y.....our hearts| 00005b20 20 6b 6e 6f 77 20 74 68 61 74 20 77 65 20 63 61 | know that we ca| 00005b30 6e 20 72 65 6c 79 20 75 70 6f 6e 20 79 6f 75 0d |n rely upon you.| 00005b40 1f 0e 3c dc 67 6f 20 66 6f 72 74 68 20 6d 69 67 |..<.go forth mig| 00005b50 68 74 79 20 77 61 72 72 69 6f 72 20 77 69 74 68 |hty warrior with| 00005b60 20 74 68 65 20 6d 65 73 73 61 67 65 20 6f 66 20 | the message of | 00005b70 6f 75 72 20 76 69 63 74 6f 72 79 0d 1f 18 42 dc |our victory...B.| 00005b80 6f 75 72 20 68 6f 70 65 73 20 72 69 73 65 20 66 |our hopes rise f| 00005b90 6f 72 20 74 68 65 20 66 69 6e 61 6c 20 76 69 63 |or the final vic| 00005ba0 74 6f 72 79 20 6f 76 65 72 20 74 68 65 20 52 61 |tory over the Ra| 00005bb0 6b 6f 6e 61 6e 20 73 63 6f 75 72 67 65 0d 1f 22 |konan scourge.."| 00005bc0 3a dc 61 20 77 69 6e 64 20 6f 66 20 66 65 61 72 |:.a wind of fear| 00005bd0 20 69 73 20 62 6c 6f 77 69 6e 67 20 69 6e 20 74 | is blowing in t| 00005be0 68 65 20 66 61 63 65 73 20 6f 66 20 74 68 65 20 |he faces of the | 00005bf0 52 61 6b 6f 6e 61 6e 0d 1f 2c 35 dc 61 20 66 65 |Rakonan..,5.a fe| 00005c00 65 6c 69 6e 67 20 6f 66 20 65 78 61 6c 74 61 74 |eling of exaltat| 00005c10 69 6f 6e 20 69 73 20 72 69 73 69 6e 67 20 69 6e |ion is rising in| 00005c20 20 6f 75 72 20 62 72 65 61 73 74 73 0d 1f 36 45 | our breasts..6E| 00005c30 dc 79 6f 75 20 62 72 69 6e 67 20 75 73 20 74 68 |.you bring us th| 00005c40 65 20 68 6f 70 65 20 74 68 61 74 20 6c 69 66 65 |e hope that life| 00005c50 20 6d 61 79 20 6f 6e 63 65 20 61 67 61 69 6e 20 | may once again | 00005c60 63 6f 6e 74 69 6e 75 65 20 69 6e 20 70 65 61 63 |continue in peac| 00005c70 65 0d 1f 40 4f dc 67 6f 20 6e 6f 77 20 61 6e 64 |e..@O.go now and| 00005c80 20 73 74 65 72 69 6c 69 7a 65 20 74 68 65 20 70 | sterilize the p| 00005c90 6c 61 6e 65 74 20 62 65 6c 6f 77 20 74 68 61 74 |lanet below that| 00005ca0 20 77 65 20 6d 61 79 20 72 65 74 75 72 6e 20 74 | we may return t| 00005cb0 6f 20 6f 75 72 20 62 69 72 74 68 70 6c 61 63 65 |o our birthplace| 00005cc0 0d 1f 4a 11 c9 33 3a f7 2b 42 43 32 25 28 4a 25 |..J..3:.+BC2%(J%| 00005cd0 29 0d 1f 54 53 dc 79 6f 75 72 20 6e 61 6d 65 20 |)..TS.your name | 00005ce0 69 73 20 62 65 69 6e 67 20 73 70 6f 6b 65 6e 20 |is being spoken | 00005cf0 77 69 74 68 20 65 71 75 61 6c 20 72 65 76 65 72 |with equal rever| 00005d00 65 6e 63 65 20 74 6f 20 74 68 61 74 20 6f 66 20 |ence to that of | 00005d10 74 68 65 20 4d 75 61 64 27 44 69 62 20 68 69 6d |the Muad'Dib him| 00005d20 73 65 6c 66 0d 1f 5e 56 dc 6f 6e 6c 79 20 72 61 |self..^V.only ra| 00005d30 72 65 6c 79 20 69 6e 20 74 68 65 20 68 69 73 74 |rely in the hist| 00005d40 6f 72 79 20 6f 66 20 6c 69 76 69 6e 67 20 62 65 |ory of living be| 00005d50 69 6e 67 73 20 68 61 73 20 61 20 77 61 72 72 69 |ings has a warri| 00005d60 6f 72 20 6f 66 20 79 6f 75 72 20 73 74 61 6e 64 |or of your stand| 00005d70 69 6e 67 20 61 72 69 73 65 6e 0d 1f 68 49 dc 77 |ing arisen..hI.w| 00005d80 68 65 6e 20 74 68 69 73 20 69 73 20 6f 76 65 72 |hen this is over| 00005d90 20 79 6f 75 20 77 69 6c 6c 20 72 65 61 70 20 72 | you will reap r| 00005da0 65 77 61 72 64 73 20 75 6e 74 68 6f 75 67 68 74 |ewards unthought| 00005db0 20 6f 66 20 62 79 20 6d 65 72 65 20 6d 6f 72 74 | of by mere mort| 00005dc0 61 6c 73 0d 1f 72 3d dc 79 6f 75 20 61 72 65 20 |als..r=.you are | 00005dd0 63 61 72 76 69 6e 67 20 79 6f 75 72 20 6e 61 6d |carving your nam| 00005de0 65 20 6f 6e 74 6f 20 74 68 65 20 66 61 62 72 69 |e onto the fabri| 00005df0 63 20 6f 66 20 74 69 6d 65 20 69 74 73 65 6c 66 |c of time itself| 00005e00 0d 1f 7c 49 dc 77 6f 72 64 73 20 63 61 6e 6e 6f |..|I.words canno| 00005e10 74 20 65 78 70 72 65 73 73 20 6f 75 72 20 65 6c |t express our el| 00005e20 61 74 69 6f 6e 20 74 68 69 73 20 68 61 73 20 74 |ation this has t| 00005e30 6f 20 62 65 20 6c 65 66 74 20 74 6f 20 6f 75 72 |o be left to our| 00005e40 20 74 68 6f 75 67 68 74 73 0d 1f 86 4c dc 79 6f | thoughts...L.yo| 00005e50 75 72 20 66 6f 6c 6c 6f 77 65 72 73 20 63 6c 61 |ur followers cla| 00005e60 6d 6f 75 72 20 61 74 20 74 68 65 20 73 74 61 72 |mour at the star| 00005e70 67 61 74 65 73 20 66 6f 72 20 61 20 67 6c 69 6d |gates for a glim| 00005e80 70 73 65 20 6f 66 20 79 6f 75 72 20 70 65 72 73 |pse of your pers| 00005e90 6f 6e 61 67 65 0d 1f 90 3f dc 6f 75 72 20 6d 6f |onage...?.our mo| 00005ea0 72 74 61 6c 20 6c 69 76 65 73 20 61 72 65 20 73 |rtal lives are s| 00005eb0 75 70 65 72 69 6e 63 75 6d 62 61 6e 74 20 75 70 |uperincumbant up| 00005ec0 6f 6e 20 79 6f 75 72 20 6f 6d 6e 69 70 72 65 73 |on your omnipres| 00005ed0 65 6e 63 65 0d 1f 9a 4e dc 74 68 65 20 62 72 69 |ence...N.the bri| 00005ee0 67 68 74 65 73 74 20 67 61 6c 61 78 79 20 69 73 |ghtest galaxy is| 00005ef0 20 61 20 6d 65 72 65 20 63 61 6e 64 6c 65 20 77 | a mere candle w| 00005f00 68 65 6e 20 63 6f 6d 70 61 72 65 64 20 74 6f 20 |hen compared to | 00005f10 79 6f 75 72 20 73 75 70 65 72 65 6d 69 6e 65 6e |your supereminen| 00005f20 63 65 0d 1f a4 55 dc 79 6f 75 72 20 6e 61 6d 65 |ce...U.your name| 00005f30 20 69 72 72 61 64 69 61 74 65 73 20 74 68 65 20 | irradiates the | 00005f40 73 68 61 64 6f 77 20 6f 66 20 74 68 65 20 52 61 |shadow of the Ra| 00005f50 6b 6f 6e 61 6e 20 62 72 69 6e 67 69 6e 67 20 72 |konan bringing r| 00005f60 65 61 73 73 75 72 61 6e 63 65 20 74 6f 20 64 6f |eassurance to do| 00005f70 6d 69 6e 61 74 65 64 0d 1f ae 57 dc 6e 65 76 65 |minated...W.neve| 00005f80 72 20 62 65 66 6f 72 65 20 69 6e 20 74 68 65 20 |r before in the | 00005f90 68 69 73 74 6f 72 79 20 6f 66 20 65 78 69 73 74 |history of exist| 00005fa0 65 6e 63 65 20 68 61 76 65 20 73 6f 20 6d 61 6e |ence have so man| 00005fb0 79 20 6f 77 65 64 20 73 6f 20 6d 75 63 68 20 74 |y owed so much t| 00005fc0 6f 20 6f 6e 65 20 6c 69 66 65 66 6f 72 6d 0d 1f |o one lifeform..| 00005fd0 b8 11 c9 34 3a f7 2b 42 43 32 25 28 4a 25 29 0d |...4:.+BC2%(J%).| 00005fe0 1f c2 50 dc 77 6f 72 64 73 20 73 69 6d 70 6c 79 |..P.words simply| 00005ff0 20 61 72 65 20 6e 6f 74 20 61 64 65 71 75 61 74 | are not adequat| 00006000 65 20 74 6f 20 64 65 73 63 72 69 62 65 20 6f 75 |e to describe ou| 00006010 72 20 67 72 61 74 69 74 75 64 65 20 66 6f 72 20 |r gratitude for | 00006020 79 6f 75 72 20 73 75 62 76 65 6e 74 69 6f 6e 0d |your subvention.| 00006030 1f cc 32 dc 77 65 20 61 72 65 20 73 75 62 6a 75 |..2.we are subju| 00006040 67 61 74 65 64 20 62 79 20 79 6f 75 72 20 70 72 |gated by your pr| 00006050 65 73 63 69 65 6e 74 20 61 77 61 72 65 6e 65 73 |escient awarenes| 00006060 73 0d 1f d6 2f dc 49 20 2e 2e 2e 2e 2e 2e 2e 20 |s.../.I ....... | 00006070 57 65 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 54 68 61 |We ......... Tha| 00006080 6e 6b 20 79 6f 75 20 2e 2e 2e 2e 2e 2e 2e 2e 2e |nk you .........| 00006090 0d 1f e0 54 dc 77 65 20 61 73 20 72 65 70 72 65 |...T.we as repre| 000060a0 73 65 6e 74 61 74 69 76 65 73 20 6f 66 20 74 68 |sentatives of th| 000060b0 65 20 47 75 69 6c 64 20 63 6f 6e 66 69 72 6d 20 |e Guild confirm | 000060c0 6f 75 72 20 73 75 62 6f 72 64 69 6e 61 74 69 6f |our subordinatio| 000060d0 6e 20 74 6f 20 79 6f 75 72 20 65 76 65 72 79 20 |n to your every | 000060e0 77 68 69 6d 0d 1f ea 5f dc 77 65 20 63 61 6e 6e |whim..._.we cann| 000060f0 6f 74 20 65 78 70 72 65 73 73 20 6f 76 65 72 77 |ot express overw| 00006100 68 65 6c 6d 69 6e 67 20 73 65 6e 73 61 74 69 6f |helming sensatio| 00006110 6e 73 20 6f 66 20 67 72 61 74 69 74 75 64 65 20 |ns of gratitude | 00006120 74 68 61 74 20 63 68 75 72 6e 20 77 69 74 68 69 |that churn withi| 00006130 6e 20 75 73 20 61 74 20 74 68 69 73 20 6d 6f 6d |n us at this mom| 00006140 65 6e 74 0d 1f f4 5d dc 74 68 65 20 47 75 69 6c |ent...].the Guil| 00006150 64 20 69 73 20 6e 6f 74 20 65 61 73 69 6c 79 20 |d is not easily | 00006160 65 6e 74 69 63 65 64 20 69 6e 74 6f 20 65 78 70 |enticed into exp| 00006170 72 65 73 73 69 6e 67 20 67 72 61 74 69 74 75 64 |ressing gratitud| 00006180 65 20 62 75 74 20 67 72 61 74 69 74 75 64 65 20 |e but gratitude | 00006190 77 65 20 77 69 73 68 20 74 6f 20 6f 66 66 65 72 |we wish to offer| 000061a0 0d 1f fe 62 dc 74 68 65 20 32 30 30 20 47 69 67 |...b.the 200 Gig| 000061b0 61 62 79 74 65 73 20 69 6e 20 65 61 63 68 20 52 |abytes in each R| 000061c0 61 6b 6f 6e 61 6e 20 6d 69 6e 64 20 61 72 65 20 |akonan mind are | 000061d0 6c 69 6b 65 20 61 20 70 6f 63 6b 65 74 20 63 61 |like a pocket ca| 000061e0 6c 63 75 6c 61 74 6f 72 20 77 68 65 6e 20 63 6f |lculator when co| 000061f0 6d 70 61 72 65 64 20 74 6f 20 79 6f 75 72 73 65 |mpared to yourse| 00006200 6c 66 0d 20 08 54 dc 49 66 20 77 65 20 67 61 76 |lf. .T.If we gav| 00006210 65 20 79 6f 75 20 74 68 65 20 70 6c 61 6e 65 74 |e you the planet| 00006220 20 62 65 6c 6f 77 20 69 74 20 77 6f 75 6c 64 20 | below it would | 00006230 62 65 20 69 6e 73 75 66 66 69 63 69 65 6e 74 20 |be insufficient | 00006240 70 61 79 6d 65 6e 74 20 66 6f 72 20 79 6f 75 72 |payment for your| 00006250 20 64 65 65 64 73 0d 20 12 60 dc 22 48 6f 77 20 | deeds. .`."How | 00006260 74 68 65 20 47 75 69 6c 64 20 77 69 6c 6c 20 65 |the Guild will e| 00006270 76 65 72 20 72 65 63 6f 6d 70 65 6e 73 65 20 79 |ver recompense y| 00006280 6f 75 20 77 65 20 64 6f 20 6e 6f 74 20 6b 6e 6f |ou we do not kno| 00006290 77 20 62 75 74 20 77 65 20 77 69 6c 6c 20 74 72 |w but we will tr| 000062a0 79 2c 20 4f 68 20 79 65 73 20 77 65 20 77 69 6c |y, Oh yes we wil| 000062b0 6c 20 74 72 79 22 0d 20 1c 61 dc 74 68 65 20 52 |l try". .a.the R| 000062c0 61 6b 6f 6e 61 6e 20 77 69 6c 6c 20 73 68 75 64 |akonan will shud| 000062d0 64 65 72 20 69 6e 20 74 68 65 69 72 20 4b 68 6f |der in their Kho| 000062e0 6c 6f 74 20 74 61 6e 6b 73 20 77 68 65 6e 20 74 |lot tanks when t| 000062f0 68 65 79 20 63 6f 6e 73 69 64 65 72 20 77 68 61 |hey consider wha| 00006300 74 20 79 6f 75 20 68 61 76 65 20 64 6f 6e 65 20 |t you have done | 00006310 74 6f 20 74 68 65 6d 0d 20 26 05 cb 0d 20 30 49 |to them. &... 0I| 00006320 42 43 31 25 28 49 25 29 3d 42 43 31 25 28 42 43 |BC1%(I%)=BC1%(BC| 00006330 31 50 25 29 3a 42 43 31 50 25 2d 3d 31 3a e7 42 |1P%):BC1P%-=1:.B| 00006340 43 31 50 25 3d 31 42 43 31 50 25 3d 31 35 3a e3 |C1P%=1BC1P%=15:.| 00006350 54 25 3d 31 b8 31 35 3a 42 43 31 25 28 54 25 29 |T%=1.15:BC1%(T%)| 00006360 3d 54 25 3a ed 0d 20 3a 49 42 43 32 25 28 4a 25 |=T%:.. :IBC2%(J%| 00006370 29 3d 42 43 32 25 28 42 43 32 50 25 29 3a 42 43 |)=BC2%(BC2P%):BC| 00006380 32 50 25 2d 3d 31 3a e7 42 43 32 50 25 3d 31 42 |2P%-=1:.BC2P%=1B| 00006390 43 32 50 25 3d 31 35 3a e3 54 25 3d 31 b8 31 35 |C2P%=15:.T%=1.15| 000063a0 3a 42 43 32 25 28 54 25 29 3d 54 25 3a ed 0d 20 |:BC2%(T%)=T%:.. | 000063b0 44 08 f3 20 42 24 0d 20 4e 10 3d 41 24 2b 22 2c |D.. B$. N.=A$+",| 000063c0 20 20 22 2b 42 24 0d 20 58 0f dd a4 62 61 64 72 | "+B$. X...badr| 000063d0 65 73 75 6c 74 0d 20 62 10 ea 54 25 2c 49 25 2c |esult. b..T%,I%,| 000063e0 41 24 2c 42 24 0d 20 6c 06 ea dc 0d 20 76 0f 49 |A$,B$. l.... v.I| 000063f0 25 3d b3 28 42 43 31 50 25 29 0d 20 80 58 f7 2b |%=.(BC1P%). .X.+| 00006400 42 43 31 25 28 49 25 29 3a f3 41 24 3a 42 43 31 |BC1%(I%):.A$:BC1| 00006410 25 28 49 25 29 3d 42 43 31 25 28 42 43 31 50 25 |%(I%)=BC1%(BC1P%| 00006420 29 3a 42 43 31 50 25 2d 3d 31 3a e7 42 43 31 50 |):BC1P%-=1:.BC1P| 00006430 25 3d 31 42 43 31 50 25 3d 31 35 3a e3 54 25 3d |%=1BC1P%=15:.T%=| 00006440 31 b8 31 35 3a 42 43 31 25 28 54 25 29 3d 54 25 |1.15:BC1%(T%)=T%| 00006450 3a ed 0d 20 8a 45 dc 61 6e 20 41 72 61 6b 61 6e |:.. .E.an Arakan| 00006460 20 73 61 6e 64 77 6f 72 6d 20 77 6f 75 6c 64 20 | sandworm would | 00006470 68 61 76 65 20 66 6f 75 67 68 74 20 62 65 74 74 |have fought bett| 00006480 65 72 20 62 61 74 74 6c 65 20 66 6f 72 20 74 68 |er battle for th| 00006490 65 20 47 75 69 6c 64 0d 20 94 41 dc 79 6f 75 20 |e Guild. .A.you | 000064a0 61 72 65 20 73 69 6d 70 6c 79 20 6e 6f 74 20 73 |are simply not s| 000064b0 75 69 74 61 62 6c 65 20 66 6f 72 20 74 68 65 20 |uitable for the | 000064c0 70 6f 73 69 74 69 6f 6e 20 61 20 4c 4c 61 6e 65 |position a LLane| 000064d0 72 6b 20 50 69 6c 6f 74 0d 20 9e 42 dc 6d 79 20 |rk Pilot. .B.my | 000064e0 31 38 36 20 79 65 61 72 20 6f 6c 64 20 67 72 61 |186 year old gra| 000064f0 6e 6e 79 20 77 6f 75 6c 64 20 62 65 20 62 65 74 |nny would be bet| 00006500 74 65 72 20 71 75 61 6c 69 66 69 65 64 20 61 73 |ter qualified as| 00006510 20 61 20 46 69 67 68 74 65 72 0d 20 a8 38 dc 77 | a Fighter. .8.w| 00006520 65 20 77 69 6c 6c 20 63 61 6c 6c 20 69 6e 20 44 |e will call in D| 00006530 6f 74 20 43 6f 74 74 6f 6e 20 61 73 20 61 20 72 |ot Cotton as a r| 00006540 65 70 6c 61 63 65 6d 65 6e 74 20 66 6f 72 20 79 |eplacement for y| 00006550 6f 75 0d 20 b2 45 dc 77 65 20 77 69 6c 6c 20 68 |ou. .E.we will h| 00006560 61 76 65 20 74 6f 20 63 6f 6e 73 69 64 65 72 20 |ave to consider | 00006570 61 6e 6f 74 68 65 72 20 61 70 70 72 6f 61 63 68 |another approach| 00006580 20 74 6f 20 74 68 65 20 52 61 6b 6f 6e 61 6e 20 | to the Rakonan | 00006590 70 72 6f 62 6c 65 6d 0d 20 bc 3b dc 77 65 20 77 |problem. .;.we w| 000065a0 69 6c 6c 20 73 65 6e 64 20 66 6f 72 20 43 61 70 |ill send for Cap| 000065b0 74 61 69 6e 20 4b 69 72 6b 20 74 6f 20 63 61 72 |tain Kirk to car| 000065c0 72 79 20 6f 75 74 20 79 6f 75 72 20 64 75 74 69 |ry out your duti| 000065d0 65 73 0d 20 c6 3c dc 79 6f 75 20 68 61 76 65 20 |es. .<.you have | 000065e0 61 73 20 6d 75 63 68 20 63 6f 75 72 61 67 65 20 |as much courage | 000065f0 69 6e 20 62 61 74 74 6c 65 20 61 73 20 61 20 50 |in battle as a P| 00006600 65 72 75 76 69 61 6e 20 74 75 72 6e 69 70 0d 20 |eruvian turnip. | 00006610 d0 4d dc 77 65 20 68 61 76 65 20 74 6f 20 70 72 |.M.we have to pr| 00006620 65 73 75 6d 65 20 74 68 61 74 20 69 6e 20 79 6f |esume that in yo| 00006630 75 72 20 68 61 73 74 65 20 79 6f 75 20 66 6f 72 |ur haste you for| 00006640 67 6f 74 20 74 6f 20 73 77 69 74 63 68 20 79 6f |got to switch yo| 00006650 75 72 20 62 72 61 69 6e 20 6f 6e 0d 20 da 4d dc |ur brain on. .M.| 00006660 77 61 73 20 70 72 6f 62 61 62 6c 79 20 74 68 65 |was probably the| 00006670 20 77 6f 72 73 74 20 61 74 74 65 6d 70 74 20 61 | worst attempt a| 00006680 74 20 66 69 67 68 74 69 6e 67 20 74 68 61 74 20 |t fighting that | 00006690 61 6e 79 20 6f 66 20 75 73 20 68 61 76 65 20 65 |any of us have e| 000066a0 76 65 72 20 73 65 65 6e 0d 20 e4 57 dc 77 65 20 |ver seen. .W.we | 000066b0 61 72 65 20 6e 6f 77 20 61 62 6c 65 20 64 6f 20 |are now able do | 000066c0 64 65 64 75 63 65 20 74 68 65 20 72 65 61 73 6f |deduce the reaso| 000066d0 6e 20 66 6f 72 20 79 6f 75 72 20 69 6e 73 69 73 |n for your insis| 000066e0 74 65 6e 63 65 20 6f 6e 20 77 65 61 72 69 6e 67 |tence on wearing| 000066f0 20 62 72 6f 77 6e 20 74 72 6f 75 73 65 72 73 0d | brown trousers.| 00006700 20 ee 64 dc 74 68 65 72 65 20 61 72 65 20 73 6f | .d.there are so| 00006710 6d 65 20 63 6f 6d 6d 65 6e 74 73 20 74 68 61 74 |me comments that| 00006720 20 77 65 20 77 6f 75 6c 64 20 77 69 73 68 20 74 | we would wish t| 00006730 6f 20 6d 61 6b 65 20 62 75 74 20 74 68 65 72 65 |o make but there| 00006740 20 61 72 65 20 73 6f 6d 65 20 74 68 69 6e 67 73 | are some things| 00006750 20 62 65 74 74 65 72 20 6c 65 66 74 20 75 6e 73 | better left uns| 00006760 61 69 64 0d 20 f8 4e dc 74 68 65 20 66 69 67 68 |aid. .N.the figh| 00006770 74 20 74 68 61 74 20 79 6f 75 20 70 75 74 20 75 |t that you put u| 00006780 70 20 61 67 61 69 6e 73 74 20 74 68 65 20 52 61 |p against the Ra| 00006790 6b 6f 6e 61 6e 20 68 61 64 20 61 6c 6c 20 74 68 |konan had all th| 000067a0 65 20 70 6f 77 65 72 20 6f 66 20 61 20 5a 58 38 |e power of a ZX8| 000067b0 31 0d 21 02 4b dc 77 65 20 68 61 76 65 20 6f 72 |1.!.K.we have or| 000067c0 67 61 6e 69 73 65 64 20 61 20 73 65 61 72 63 68 |ganised a search| 000067d0 20 74 6f 20 66 69 6e 64 20 74 68 65 20 6d 61 6e | to find the man| 000067e0 20 77 68 6f 20 64 65 6c 69 76 65 72 73 20 74 68 | who delivers th| 000067f0 65 20 63 68 6f 63 6f 6c 61 74 65 73 0d 21 0c 3e |e chocolates.!.>| 00006800 dc 79 6f 75 72 20 6c 61 63 6b 20 6f 66 20 63 6f |.your lack of co| 00006810 75 72 61 67 65 20 69 73 20 6f 6e 6c 79 20 6a 75 |urage is only ju| 00006820 73 74 20 73 68 6f 72 74 20 6f 66 20 70 75 72 65 |st short of pure| 00006830 20 63 6f 77 61 72 64 69 63 65 0d 21 16 4b dc 79 | cowardice.!.K.y| 00006840 6f 75 20 64 6f 20 6e 6f 74 20 72 65 61 63 68 20 |ou do not reach | 00006850 65 76 65 6e 20 74 68 65 20 6c 6f 77 65 73 74 20 |even the lowest | 00006860 72 65 71 75 69 72 65 64 20 73 74 61 6e 64 61 72 |required standar| 00006870 64 20 66 6f 72 20 61 20 47 75 69 6c 64 20 66 69 |d for a Guild fi| 00006880 67 68 74 65 72 0d 21 20 0f 49 25 3d b3 28 42 43 |ghter.! .I%=.(BC| 00006890 32 50 25 29 0d 21 2a 58 f7 2b 42 43 32 25 28 49 |2P%).!*X.+BC2%(I| 000068a0 25 29 3a f3 42 24 3a 42 43 32 25 28 49 25 29 3d |%):.B$:BC2%(I%)=| 000068b0 42 43 32 25 28 42 43 32 50 25 29 3a 42 43 32 50 |BC2%(BC2P%):BC2P| 000068c0 25 2d 3d 31 3a e7 42 43 32 50 25 3d 31 42 43 32 |%-=1:.BC2P%=1BC2| 000068d0 50 25 3d 31 35 3a e3 54 25 3d 31 b8 31 35 3a 42 |P%=15:.T%=1.15:B| 000068e0 43 32 25 28 54 25 29 3d 54 25 3a ed 0d 21 34 31 |C2%(T%)=T%:..!41| 000068f0 dc 61 72 65 20 74 6f 20 62 65 20 72 65 6e 64 65 |.are to be rende| 00006900 72 65 64 20 69 6e 74 6f 20 6c 6f 77 20 67 72 61 |red into low gra| 00006910 64 65 20 66 65 72 74 69 6c 69 7a 65 72 0d 21 3e |de fertilizer.!>| 00006920 30 dc 61 72 65 20 74 6f 20 62 65 20 65 78 70 65 |0.are to be expe| 00006930 6c 6c 65 64 20 66 6f 72 74 68 77 69 74 68 20 66 |lled forthwith f| 00006940 72 6f 6d 20 74 68 65 20 47 75 69 6c 64 0d 21 48 |rom the Guild.!H| 00006950 38 dc 61 72 65 20 73 65 6e 74 65 6e 63 65 64 20 |8.are sentenced | 00006960 74 6f 20 61 20 70 65 72 69 6f 64 20 6f 66 20 32 |to a period of 2| 00006970 30 30 30 20 79 65 61 72 73 20 68 61 72 64 20 6c |000 years hard l| 00006980 61 62 6f 75 72 0d 21 52 2a dc 77 69 6c 6c 20 62 |abour.!R*.will b| 00006990 65 20 61 77 61 72 64 65 64 20 61 20 52 65 6c 69 |e awarded a Reli| 000069a0 61 6e 74 20 52 6f 62 69 6e 20 54 75 72 62 6f 0d |ant Robin Turbo.| 000069b0 21 5c 32 dc 77 69 6c 6c 20 72 65 63 65 69 76 65 |!\2.will receive| 000069c0 20 61 20 62 69 6c 6c 20 66 6f 72 20 61 20 72 65 | a bill for a re| 000069d0 70 6c 61 63 65 6d 65 6e 74 20 4c 4c 61 6e 65 72 |placement LLaner| 000069e0 6b 0d 21 66 32 dc 61 72 65 20 64 65 6d 6f 74 65 |k.!f2.are demote| 000069f0 64 20 74 6f 20 74 68 65 20 70 6f 73 69 74 69 6f |d to the positio| 00006a00 6e 20 6f 66 20 6c 61 74 72 69 6e 65 20 6c 69 63 |n of latrine lic| 00006a10 6b 65 72 0d 21 70 43 dc 61 72 65 20 74 6f 20 62 |ker.!pC.are to b| 00006a20 65 20 67 69 76 65 6e 20 61 63 63 65 73 73 20 74 |e given access t| 00006a30 6f 20 74 68 65 20 63 65 6e 74 72 61 6c 20 63 6f |o the central co| 00006a40 72 65 20 6f 66 20 61 20 66 75 73 69 6f 6e 20 72 |re of a fusion r| 00006a50 65 61 63 74 6f 72 0d 21 7a 44 dc 61 72 65 20 74 |eactor.!zD.are t| 00006a60 6f 20 62 65 20 69 73 73 75 65 64 20 77 69 74 68 |o be issued with| 00006a70 20 61 20 63 6f 70 79 20 6f 66 20 74 68 65 20 48 | a copy of the H| 00006a80 32 47 32 20 61 6e 64 20 74 68 72 65 65 20 73 70 |2G2 and three sp| 00006a90 61 72 65 20 74 68 75 6d 62 73 0d 21 84 30 dc 61 |are thumbs.!.0.a| 00006aa0 72 65 20 74 6f 20 72 65 63 65 69 76 65 20 74 68 |re to receive th| 00006ab0 65 20 6f 72 64 65 72 20 6f 66 20 74 68 65 20 73 |e order of the s| 00006ac0 69 7a 65 20 74 77 65 6c 76 65 0d 21 8e 51 dc 61 |ize twelve.!.Q.a| 00006ad0 72 65 20 74 6f 20 63 61 72 72 79 20 6f 75 74 20 |re to carry out | 00006ae0 74 68 65 20 64 75 74 69 65 73 20 6f 66 20 61 20 |the duties of a | 00006af0 50 6c 75 74 6f 6e 69 61 6e 20 50 6c 75 6d 62 20 |Plutonian Plumb | 00006b00 50 69 63 6b 65 72 20 75 6e 74 69 6c 20 66 75 72 |Picker until fur| 00006b10 74 68 65 72 20 6e 6f 74 69 63 65 0d 21 98 41 dc |ther notice.!.A.| 00006b20 77 69 6c 6c 20 77 72 69 74 65 20 35 30 30 20 74 |will write 500 t| 00006b30 69 6d 65 73 20 27 49 20 61 6d 20 61 73 20 75 73 |imes 'I am as us| 00006b40 65 6c 65 73 73 20 61 20 56 65 6e 75 73 69 61 6e |eless a Venusian| 00006b50 20 73 6b 77 69 62 2d 77 6f 72 6d 27 0d 21 a2 50 | skwib-worm'.!.P| 00006b60 dc 61 72 65 20 63 6f 6e 64 65 6d 6e 65 64 20 74 |.are condemned t| 00006b70 6f 20 73 74 61 6e 64 20 66 6f 72 20 31 34 20 68 |o stand for 14 h| 00006b80 6f 75 72 73 20 62 65 6e 65 61 74 68 20 61 20 66 |ours beneath a f| 00006b90 6c 6f 63 6b 20 6f 66 20 69 6e 63 6f 6e 74 69 6e |lock of incontin| 00006ba0 65 6e 74 20 73 65 61 67 75 6c 6c 73 0d 21 ac 40 |ent seagulls.!.@| 00006bb0 dc 61 72 65 20 69 6e 73 74 72 75 63 74 65 64 20 |.are instructed | 00006bc0 74 6f 20 72 65 70 6f 72 74 20 74 6f 20 4d 6f 74 |to report to Mot| 00006bd0 68 65 72 63 61 72 65 20 61 73 20 61 20 74 72 61 |hercare as a tra| 00006be0 69 6e 65 65 20 62 6f 75 6e 63 65 72 0d 21 b6 2a |inee bouncer.!.*| 00006bf0 dc 77 69 6c 6c 20 62 65 20 72 65 70 6c 61 63 65 |.will be replace| 00006c00 64 20 75 6e 64 65 72 20 74 68 65 20 59 54 53 20 |d under the YTS | 00006c10 73 63 68 65 6d 65 0d 21 c0 3b dc 77 69 6c 6c 20 |scheme.!.;.will | 00006c20 72 65 63 65 69 76 65 20 61 20 66 75 6c 6c 20 63 |receive a full c| 00006c30 6f 6c 6c 65 63 74 69 6f 6e 20 6f 66 20 44 65 73 |ollection of Des| 00006c40 20 4f 27 43 6f 6e 6e 6f 72 20 72 65 63 6f 72 64 | O'Connor record| 00006c50 73 0d 21 ca 1f 3d 41 24 2b 22 20 61 6e 64 20 74 |s.!..=A$+" and t| 00006c60 68 61 74 20 79 6f 75 20 22 2b 42 24 2b 22 2e 22 |hat you "+B$+"."| 00006c70 0d 21 d4 0d dd a4 66 69 72 73 74 67 6f 0d 21 de |.!....firstgo.!.| 00006c80 0f 49 25 3d b3 28 42 43 32 50 25 29 0d 21 e8 58 |.I%=.(BC2P%).!.X| 00006c90 f7 2b 42 43 32 25 28 49 25 29 3a f3 42 24 3a 42 |.+BC2%(I%):.B$:B| 00006ca0 43 32 25 28 49 25 29 3d 42 43 32 25 28 42 43 32 |C2%(I%)=BC2%(BC2| 00006cb0 50 25 29 3a 42 43 32 50 25 2d 3d 31 3a e7 42 43 |P%):BC2P%-=1:.BC| 00006cc0 32 50 25 3d 31 42 43 32 50 25 3d 31 35 3a e3 54 |2P%=1BC2P%=15:.T| 00006cd0 25 3d 31 b8 31 35 3a 42 43 32 25 28 54 25 29 3d |%=1.15:BC2%(T%)=| 00006ce0 54 25 3a ed 0d 21 f2 31 dc 41 66 74 65 72 20 74 |T%:..!.1.After t| 00006cf0 68 61 74 20 61 70 70 61 6c 6c 69 6e 67 20 70 65 |hat appalling pe| 00006d00 72 66 6f 72 6d 61 6e 63 65 20 77 65 20 63 6f 6e |rformance we con| 00006d10 63 6c 75 64 65 0d 21 fc 19 dc 57 65 20 61 72 65 |clude.!...We are| 00006d20 20 66 6f 72 63 65 64 20 74 6f 20 73 61 79 0d 22 | forced to say."| 00006d30 06 1a dc 49 74 20 69 73 20 6f 75 72 20 64 75 74 |...It is our dut| 00006d40 79 20 74 6f 20 73 61 79 0d 22 10 1b dc 57 65 20 |y to say."...We | 00006d50 61 72 65 20 66 6f 72 63 65 64 20 74 6f 20 61 64 |are forced to ad| 00006d60 6d 69 74 0d 22 1a 21 dc 49 74 20 69 73 20 6f 75 |mit.".!.It is ou| 00006d70 72 20 73 6f 6c 65 6d 6e 20 64 75 74 79 20 74 6f |r solemn duty to| 00006d80 20 73 61 79 0d 22 24 18 dc 54 68 65 20 47 75 69 | say."$..The Gui| 00006d90 6c 64 20 63 6f 6e 63 6c 75 64 65 73 0d 22 2e 33 |ld concludes.".3| 00006da0 dc 46 6f 6c 6c 6f 77 69 6e 67 20 74 68 61 74 20 |.Following that | 00006db0 65 78 63 75 73 65 20 66 6f 72 20 61 20 73 6f 72 |excuse for a sor| 00006dc0 74 69 65 20 77 65 20 6d 75 73 74 20 73 61 79 0d |tie we must say.| 00006dd0 22 38 19 dc 49 74 20 69 73 20 6f 75 72 20 63 6f |"8..It is our co| 00006de0 6e 63 6c 75 73 69 6f 6e 0d 22 42 18 dc 57 65 20 |nclusion."B..We | 00006df0 61 72 65 20 73 6f 72 72 79 20 74 6f 20 73 61 79 |are sorry to say| 00006e00 0d 22 4c 21 dc 57 65 20 63 61 6e 20 64 6f 20 6e |."L!.We can do n| 00006e10 6f 74 68 69 6e 67 20 65 78 63 65 70 74 20 73 61 |othing except sa| 00006e20 79 0d 22 56 21 dc 57 65 20 68 61 76 65 20 6e 6f |y."V!.We have no| 00006e30 20 6f 70 74 69 6f 6e 20 62 75 74 20 74 6f 20 73 | option but to s| 00006e40 61 79 0d 22 60 2b dc 57 65 20 63 61 6e 20 64 72 |ay."`+.We can dr| 00006e50 61 77 20 6e 6f 20 6f 74 68 65 72 20 63 6f 6e 63 |aw no other conc| 00006e60 6c 75 73 69 6f 6e 20 65 78 63 65 70 74 0d 22 6a |lusion except."j| 00006e70 20 dc 49 74 20 69 73 20 74 68 65 20 6f 70 69 6e | .It is the opin| 00006e80 69 6f 6e 20 6f 66 20 75 73 20 61 6c 6c 0d 22 74 |ion of us all."t| 00006e90 24 dc 57 65 20 61 72 65 20 6d 6f 73 74 20 64 69 |$.We are most di| 00006ea0 73 61 70 70 6f 69 6e 74 65 64 20 74 6f 20 73 61 |sappointed to sa| 00006eb0 79 0d 22 7e 20 dc 57 68 61 74 20 65 6c 73 65 20 |y."~ .What else | 00006ec0 63 61 6e 20 77 65 20 73 61 79 20 65 78 63 65 70 |can we say excep| 00006ed0 74 0d 22 88 10 3d 42 24 2b 22 20 74 68 61 74 20 |t."..=B$+" that | 00006ee0 22 0d 22 92 0d dd a4 69 6e 73 70 69 74 65 0d 22 |"."....inspite."| 00006ef0 9c 10 ea 54 25 2c 49 25 2c 41 24 2c 42 24 0d 22 |...T%,I%,A$,B$."| 00006f00 a6 06 ea dc 0d 22 b0 0b 49 25 3d b3 28 37 29 0d |....."..I%=.(7).| 00006f10 22 ba 16 f7 2b 30 3a e3 54 25 3d 31 b8 49 25 3a |"...+0:.T%=1.I%:| 00006f20 f3 41 24 3a ed 0d 22 c4 70 dc 20 44 65 73 70 69 |.A$:..".p. Despi| 00006f30 74 65 2c 4e 6f 74 77 69 74 68 73 74 61 6e 64 69 |te,Notwithstandi| 00006f40 6e 67 2c 49 6e 20 73 70 69 74 65 20 6f 66 2c 54 |ng,In spite of,T| 00006f50 61 6b 69 6e 67 20 61 63 63 6f 75 6e 74 20 6f 66 |aking account of| 00006f60 2c 57 69 74 68 20 6e 6f 74 65 20 6f 66 2c 57 69 |,With note of,Wi| 00006f70 74 68 20 61 6c 6c 6f 77 61 6e 63 65 73 20 66 6f |th allowances fo| 00006f80 72 2c 57 69 74 68 6f 75 74 20 64 69 6d 69 6e 69 |r,Without dimini| 00006f90 73 68 69 6e 67 0d 22 ce 1d 41 24 3d 41 24 2b 22 |shing."..A$=A$+"| 00006fa0 20 79 6f 75 72 20 70 72 65 76 69 6f 75 73 6c 79 | your previously| 00006fb0 20 22 0d 22 d8 0b 49 25 3d b3 28 37 29 0d 22 e2 | "."..I%=.(7).".| 00006fc0 16 f7 2b 30 3a e3 54 25 3d 31 b8 49 25 3a f3 42 |..+0:.T%=1.I%:.B| 00006fd0 24 3a ed 0d 22 ec 4b dc 67 6f 6f 64 2c 65 78 63 |$:..".K.good,exc| 00006fe0 65 6c 6c 65 6e 74 2c 72 65 61 73 6f 6e 61 62 6c |ellent,reasonabl| 00006ff0 65 2c 73 61 74 69 73 66 61 63 74 6f 72 79 2c 65 |e,satisfactory,e| 00007000 78 65 6d 70 6c 61 72 79 2c 6d 65 72 69 74 6f 72 |xemplary,meritor| 00007010 69 6f 75 73 2c 65 66 66 65 63 74 69 76 65 0d 22 |ious,effective."| 00007020 f6 10 41 24 3d 41 24 2b 42 24 2b 22 20 22 0d 23 |..A$=A$+B$+" ".#| 00007030 00 0b 49 25 3d b3 28 37 29 0d 23 0a 16 f7 2b 30 |..I%=.(7).#...+0| 00007040 3a e3 54 25 3d 31 b8 49 25 3a f3 42 24 3a ed 0d |:.T%=1.I%:.B$:..| 00007050 23 14 55 dc 73 65 72 76 69 63 65 2c 70 65 72 66 |#.U.service,perf| 00007060 6f 72 6d 61 6e 63 65 2c 66 69 67 68 74 69 6e 67 |ormance,fighting| 00007070 20 73 6b 69 6c 6c 73 2c 61 62 69 6c 69 74 69 65 | skills,abilitie| 00007080 73 2c 61 63 63 6f 6d 70 6c 69 73 68 6d 65 6e 74 |s,accomplishment| 00007090 73 2c 64 65 65 64 73 2c 61 63 68 69 65 76 65 6d |s,deeds,achievem| 000070a0 65 6e 74 73 0d 23 1e 10 41 24 3d 41 24 2b 42 24 |ents.#..A$=A$+B$| 000070b0 2b 22 20 22 0d 23 28 0b 49 25 3d b3 28 36 29 0d |+" ".#(.I%=.(6).| 000070c0 23 32 16 f7 2b 30 3a e3 54 25 3d 31 b8 49 25 3a |#2..+0:.T%=1.I%:| 000070d0 f3 42 24 3a ed 0d 23 3c 81 dc 69 74 20 68 61 73 |.B$:..#<..it has| 000070e0 20 62 65 65 6e 20 64 65 63 69 64 65 64 2c 77 65 | been decided,we| 000070f0 20 68 61 76 65 20 63 6f 6e 63 6c 75 64 65 64 2c | have concluded,| 00007100 6f 75 72 20 64 65 63 69 73 69 6f 6e 20 69 73 2c |our decision is,| 00007110 77 65 20 63 6f 6d 70 75 74 65 2c 77 65 20 68 61 |we compute,we ha| 00007120 76 65 20 72 65 61 63 68 65 64 20 74 68 65 20 64 |ve reached the d| 00007130 65 63 69 73 69 6f 6e 2c 77 65 20 68 61 76 65 20 |ecision,we have | 00007140 63 6f 6d 65 20 74 6f 20 74 68 65 20 63 6f 6e 63 |come to the conc| 00007150 6c 75 73 69 6f 6e 0d 23 46 15 41 24 3d 41 24 2b |lusion.#F.A$=A$+| 00007160 42 24 2b 22 20 74 68 61 74 20 22 0d 23 50 07 3d |B$+" that ".#P.=| 00007170 41 24 0d 23 5a 15 dd f2 63 6c 69 6e 65 28 41 24 |A$.#Z...cline(A$| 00007180 2c 59 25 2c 43 25 29 0d 23 64 1d f2 6c 69 6e 65 |,Y%,C%).#d..line| 00007190 32 28 28 33 38 2d a9 41 24 29 2c 59 25 2c 41 24 |2((38-.A$),Y%,A$| 000071a0 2c 43 25 29 0d 23 6e 05 e1 0d 23 78 04 0d 23 82 |,C%).#n...#x..#.| 000071b0 18 dd f2 6c 69 6e 65 32 28 58 25 2c 59 25 2c 41 |...line2(X%,Y%,A| 000071c0 24 2c 43 25 29 0d 23 8c 0f e6 43 25 c8 9c 32 35 |$,C%).#...C%..25| 000071d0 35 3a ef 35 0d 23 96 1a ec 58 25 2a 31 36 2d 34 |5:.5.#...X%*16-4| 000071e0 2b 33 32 2c 35 31 31 2d 59 25 2a 38 2d 34 0d 23 |+32,511-Y%*8-4.#| 000071f0 a0 07 f1 41 24 0d 23 aa 09 e6 30 c8 9c 30 0d 23 |...A$.#...0..0.#| 00007200 b4 16 ec 58 25 2a 31 36 2b 33 32 2c 35 31 31 2d |...X%*16+32,511-| 00007210 59 25 2a 38 0d 23 be 07 f1 41 24 0d 23 c8 05 e1 |Y%*8.#...A$.#...| 00007220 0d 23 d2 04 0d 23 dc 18 dd f2 62 6f 78 65 64 28 |.#...#....boxed(| 00007230 58 25 2c 59 25 2c 41 24 2c 43 25 29 0d 23 e6 0a |X%,Y%,A$,C%).#..| 00007240 ea 78 25 2c 79 25 0d 23 f0 09 e6 30 c8 9c 30 0d |.x%,y%.#...0..0.| 00007250 23 fa 0e e3 78 25 3d 2d 34 b8 34 88 34 0d 24 04 |#...x%=-4.4.4.$.| 00007260 0e e3 79 25 3d 2d 34 b8 34 88 34 0d 24 0e 10 ec |..y%=-4.4.4.$...| 00007270 58 25 2b 78 25 2c 59 25 2b 79 25 0d 24 18 07 f1 |X%+x%,Y%+y%.$...| 00007280 41 24 0d 24 22 07 ed 3a ed 0d 24 2c 0c e6 43 25 |A$.$"..:..$,..C%| 00007290 c8 9c 32 35 35 0d 24 36 0a ec 58 25 2c 59 25 0d |..255.$6..X%,Y%.| 000072a0 24 40 07 f1 41 24 0d 24 4a 05 e1 0d 24 54 04 0d |$@..A$.$J...$T..| 000072b0 24 5e 14 dd f2 6c 69 6e 65 28 59 25 2c 41 24 2c |$^...line(Y%,A$,| 000072c0 43 25 29 0d 24 68 08 ea 58 25 2c 0d 24 72 11 58 |C%).$h..X%,.$r.X| 000072d0 25 3d 36 34 30 2d a9 41 24 2a 31 36 0d 24 7c 0f |%=640-.A$*16.$|.| 000072e0 59 25 3d 35 31 31 2d 59 25 2a 38 0d 24 86 17 f2 |Y%=511-Y%*8.$...| 000072f0 62 6f 78 65 64 28 58 25 2c 59 25 2c 41 24 2c 43 |boxed(X%,Y%,A$,C| 00007300 25 29 0d 24 90 05 e1 0d 24 9a 04 0d 24 a4 13 dd |%).$....$...$...| 00007310 a4 6c 65 6e 67 74 68 28 41 24 2c 4c 25 29 0d 24 |.length(A$,L%).$| 00007320 ae 14 3d 41 24 2b c4 4c 25 2d a9 41 24 2c 22 20 |..=A$+.L%-.A$," | 00007330 22 29 0d 24 b8 0c dd a4 6e 6f 28 4e 25 29 0d 24 |").$....no(N%).$| 00007340 c2 15 3d c4 37 2d a9 c3 4e 25 2c 22 20 22 29 2b |..=.7-..N%," ")+| 00007350 c3 4e 25 0d 24 cc 06 fd 30 0d 24 d6 18 dc 26 30 |.N%.$...0.$...&0| 00007360 38 30 38 30 38 30 38 2c 26 33 30 33 30 33 30 33 |8080808,&3030303| 00007370 30 0d 24 e0 18 dc 26 32 38 32 38 32 38 32 38 2c |0.$...&28282828,| 00007380 26 32 34 32 34 32 34 32 34 0d 24 ea 18 dc 26 30 |&24242424.$...&0| 00007390 43 30 43 30 43 30 43 2c 26 33 30 33 30 33 30 33 |C0C0C0C,&3030303| 000073a0 30 0d 24 f4 18 dc 26 43 43 43 43 43 43 43 43 2c |0.$...&CCCCCCCC,| 000073b0 26 33 38 33 38 33 38 33 38 0d 24 fe 18 dc 26 30 |&38383838.$...&0| 000073c0 34 30 34 30 34 30 34 2c 26 32 30 32 30 32 30 32 |4040404,&2020202| 000073d0 30 0d 25 08 05 e0 0d 25 12 10 dd f2 63 68 61 6e |0.%....%....chan| 000073e0 67 65 64 69 73 63 0d 25 1c 06 ef 35 0d 25 26 19 |gedisc.%...5.%&.| 000073f0 41 25 3d a4 6c 6f 6f 6b 61 74 64 69 73 63 3a e7 |A%=.lookatdisc:.| 00007400 41 25 3d 31 e1 0d 25 30 1a f2 61 70 6f 63 62 6f |A%=1..%0..apocbo| 00007410 78 28 30 2c 38 2c 31 32 37 39 2c 32 35 36 29 0d |x(0,8,1279,256).| 00007420 25 3a 06 ea 85 0d 25 44 07 ee 85 ea 0d 25 4e 15 |%:....%D.....%N.| 00007430 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 31 20 |*CHANNELVOICE 1 | 00007440 31 0d 25 58 05 f5 0d 25 62 06 ef 37 0d 25 6c 0b |1.%X...%b..7.%l.| 00007450 f2 67 77 69 6e 31 44 0d 25 76 3a f4 50 52 4f 43 |.gwin1D.%v:.PROC| 00007460 6c 69 6e 65 28 33 39 2c 22 50 6c 65 61 73 65 20 |line(39,"Please | 00007470 69 6e 73 65 72 74 20 74 68 65 20 50 4c 41 4e 45 |insert the PLANE| 00007480 54 53 20 64 69 73 63 20 69 6e 74 6f 22 2c 31 35 |TS disc into",15| 00007490 29 0d 25 80 37 f4 50 52 4f 43 6c 69 6e 65 28 34 |).%.7.PROCline(4| 000074a0 39 2c 22 64 72 69 76 65 20 3a 30 20 61 6e 64 20 |9,"drive :0 and | 000074b0 70 72 65 73 73 20 74 68 65 20 53 50 41 43 45 20 |press the SPACE | 000074c0 42 41 52 22 2c 31 35 29 0d 25 8a 0a f4 2a 46 58 |BAR",15).%...*FX| 000074d0 31 35 0d 25 94 16 f4 52 45 50 45 41 54 55 4e 54 |15.%...REPEATUNT| 000074e0 49 4c 47 45 54 3d 33 32 0d 25 9e 0e f4 2a 4d 4f |ILGET=32.%...*MO| 000074f0 55 4e 54 20 3a 30 0d 25 a8 25 2a 53 45 54 20 4f |UNT :0.%.%*SET O| 00007500 62 65 79 24 44 69 72 20 3c 4f 42 45 59 24 44 49 |bey$Dir <OBEY$DI| 00007510 52 3e 2e 21 50 6c 61 6e 65 74 73 0d 25 b2 12 41 |R>.!Planets.%..A| 00007520 25 3d a4 6c 6f 6f 6b 61 74 64 69 73 63 0d 25 bc |%=.lookatdisc.%.| 00007530 0c e7 41 25 3c 3e 31 20 8c 0d 25 c6 0b f2 67 77 |..A%<>1 ..%...gw| 00007540 69 6e 31 44 0d 25 d0 2f f2 6c 69 6e 65 28 34 34 |in1D.%./.line(44| 00007550 2c 22 54 68 69 73 20 69 73 20 6e 6f 74 20 74 68 |,"This is not th| 00007560 65 20 50 4c 41 4e 45 54 53 20 64 69 73 63 22 2c |e PLANETS disc",| 00007570 31 35 29 0d 25 da 0b e3 49 25 3d 31 b8 34 0d 25 |15).%...I%=1.4.%| 00007580 e4 11 d4 31 2c 2d 31 35 2c 31 30 30 2c 31 30 0d |...1,-15,100,10.| 00007590 25 ee 0e d1 3d 30 3a f5 fd 91 3e 35 30 0d 25 f8 |%...=0:...>50.%.| 000075a0 05 ed 0d 26 02 05 cd 0d 26 0c 09 fd 41 25 3d 31 |...&....&...A%=1| 000075b0 0d 26 16 05 e1 0d 26 20 04 0d 26 2a 0a dd f2 67 |.&....& ..&*...g| 000075c0 72 69 6e 0d 26 34 0a ea 54 25 2c 69 25 0d 26 3e |rin.&4..T%,i%.&>| 000075d0 07 ef 32 36 0d 26 48 0c e3 54 25 3d 31 b8 31 32 |..26.&H..T%=1.12| 000075e0 0d 26 52 13 2a 53 43 48 4f 4f 53 45 20 47 52 45 |.&R.*SCHOOSE GRE| 000075f0 45 4e 32 0d 26 5c 10 f0 26 45 44 2c 38 35 36 2c |EN2.&\..&ED,856,| 00007600 37 34 30 0d 26 66 11 69 25 3d 91 3a f5 fd 91 3e |740.&f.i%=.:...>| 00007610 69 25 2b 34 0d 26 70 13 2a 53 43 48 4f 4f 53 45 |i%+4.&p.*SCHOOSE| 00007620 20 47 52 45 45 4e 31 0d 26 7a 10 f0 26 45 44 2c | GREEN1.&z..&ED,| 00007630 38 35 36 2c 37 34 30 0d 26 84 11 69 25 3d 91 3a |856,740.&..i%=.:| 00007640 f5 fd 91 3e 69 25 2b 34 0d 26 8e 05 ed 0d 26 98 |...>i%+4.&....&.| 00007650 05 e1 0d 26 a2 04 0d 26 ac 0b dd f2 73 70 65 61 |...&...&....spea| 00007660 6b 0d 26 b6 17 2a 43 48 41 4e 4e 45 4c 56 4f 49 |k.&..*CHANNELVOI| 00007670 43 45 20 31 20 56 57 44 0d 26 c0 13 ea 54 25 2c |CE 1 VWD.&...T%,| 00007680 58 25 2c 59 25 2c 4c 25 2c 46 25 0d 26 ca 06 ea |X%,Y%,L%,F%.&...| 00007690 dc 0d 26 d4 07 f7 2b 31 0d 26 de 2a dc 33 2c 34 |..&...+1.&.*.3,4| 000076a0 2c 32 2c 33 2c 33 2c 34 2c 32 2c 36 2c 33 2c 35 |,2,3,3,4,2,6,3,5| 000076b0 2c 32 2c 34 2c 33 2c 35 2c 32 2c 31 38 2c 31 2c |,2,4,3,5,2,18,1,| 000076c0 31 30 0d 26 e8 11 58 25 3d 33 36 30 3a 59 25 3d |10.&..X%=360:Y%=| 000076d0 37 31 32 0d 26 f2 13 54 25 3d 91 3a f5 fd 91 3e |712.&..T%=.:...>| 000076e0 54 25 2b 31 32 35 0d 26 fc 13 d4 20 31 2c 2d 31 |T%+125.&... 1,-1| 000076f0 35 2c 26 31 42 30 30 2c 31 0d 27 06 05 f5 0d 27 |5,&1B00,1.'....'| 00007700 10 0a f3 46 25 2c 4c 25 0d 27 1a 17 ff 22 53 43 |...F%,L%.'..."SC| 00007710 48 4f 4f 53 45 20 46 41 43 45 22 2b c3 46 25 0d |HOOSE FACE"+.F%.| 00007720 27 24 11 c8 96 3a f0 26 45 44 2c 58 25 2c 59 25 |'$...:.&ED,X%,Y%| 00007730 0d 27 2e 14 54 25 3d 91 3a f5 fd 91 3e 54 25 2b |.'..T%=.:...>T%+| 00007740 4c 25 2a 38 0d 27 38 09 fd 46 25 3d 31 0d 27 42 |L%*8.'8..F%=1.'B| 00007750 1d 2a 43 48 41 4e 4e 45 4c 56 4f 49 43 45 20 31 |.*CHANNELVOICE 1| 00007760 20 54 48 55 4e 44 45 52 52 4d 0d 27 4c 05 e1 0d | THUNDERRM.'L...| 00007770 27 56 04 0d 27 60 10 dd a4 6c 6f 6f 6b 61 74 64 |'V..'`...lookatd| 00007780 69 73 63 0d 27 6a 07 ea 44 25 0d 27 74 0c de 20 |isc.'j..D%.'t.. | 00007790 44 25 20 26 32 30 0d 27 7e 1b 24 44 25 3d 22 3c |D% &20.'~.$D%="<| 000077a0 4f 62 65 79 24 44 69 72 3e 2e 48 53 54 22 2b bd |Obey$Dir>.HST"+.| 000077b0 30 0d 27 88 1a c8 99 20 22 4f 53 5f 46 69 6c 65 |0.'.... "OS_File| 000077c0 22 2c 35 2c 44 25 20 b8 20 41 25 0d 27 92 0e e7 |",5,D% . A%.'...| 000077d0 41 25 3c 3e 31 20 8c 3d 30 0d 27 9c 1c 24 44 25 |A%<>1 .=0.'..$D%| 000077e0 3d 22 3c 4f 62 65 79 24 44 69 72 3e 2e 4d 41 50 |="<Obey$Dir>.MAP| 000077f0 53 22 2b bd 30 0d 27 a6 1a c8 99 20 22 4f 53 5f |S"+.0.'.... "OS_| 00007800 46 69 6c 65 22 2c 35 2c 44 25 20 b8 20 41 25 0d |File",5,D% . A%.| 00007810 27 b0 0e e7 20 41 25 3c 32 20 8c 3d 30 0d 27 ba |'... A%<2 .=0.'.| 00007820 1c 24 44 25 3d 22 3c 4f 62 65 79 24 44 69 72 3e |.$D%="<Obey$Dir>| 00007830 2e 50 4c 41 4e 22 2b bd 30 0d 27 c4 1a c8 99 20 |.PLAN"+.0.'.... | 00007840 22 4f 53 5f 46 69 6c 65 22 2c 35 2c 44 25 20 b8 |"OS_File",5,D% .| 00007850 20 41 25 0d 27 ce 0e e7 20 41 25 3c 32 20 8c 3d | A%.'... A%<2 .=| 00007860 30 0d 27 d8 06 3d 31 0d 27 e2 04 0d 27 ec 0e dd |0.'..=1.'...'...| 00007870 f2 66 61 73 74 63 6f 64 65 0d 27 f6 2e f4 53 59 |.fastcode.'...SY| 00007880 53 20 22 41 44 46 53 5f 44 69 73 63 4f 70 22 2c |S "ADFS_DiscOp",| 00007890 30 2c 31 2c 26 36 38 30 30 30 2c 26 38 46 30 30 |0,1,&68000,&8F00| 000078a0 2c 33 37 32 39 39 32 0d 28 00 22 ff 22 4c 4f 41 |,372992.(."."LOA| 000078b0 44 20 3c 4f 42 45 59 24 44 49 52 3e 2e 41 50 43 |D <OBEY$DIR>.APC| 000078c0 4f 44 20 38 46 30 30 20 22 0d 28 0a 11 64 72 69 |OD 8F00 ".(..dri| 000078d0 76 65 72 3d 21 26 39 44 30 30 0d 28 14 17 73 68 |ver=!&9D00.(..sh| 000078e0 6f 77 67 65 6e 65 72 61 6c 73 3d 21 26 39 44 30 |owgenerals=!&9D0| 000078f0 34 0d 28 1e 12 62 69 67 62 61 6e 67 3d 21 26 39 |4.(..bigbang=!&9| 00007900 44 30 38 0d 28 28 0f 78 70 6f 73 3d 21 26 39 44 |D08.((.xpos=!&9D| 00007910 30 43 0d 28 32 0f 79 70 6f 73 3d 21 26 39 44 31 |0C.(2.ypos=!&9D1| 00007920 30 0d 28 3c 0f 7a 70 6f 73 3d 21 26 39 44 31 34 |0.(<.zpos=!&9D14| 00007930 0d 28 46 17 73 68 69 65 6c 64 65 6e 65 72 67 79 |.(F.shieldenergy| 00007940 3d 21 26 39 44 31 38 0d 28 50 12 64 69 65 66 6c |=!&9D18.(P.diefl| 00007950 61 67 3d 21 26 39 44 31 43 0d 28 5a 14 6f 6c 64 |ag=!&9D1C.(Z.old| 00007960 65 6e 67 69 6e 65 3d 21 26 39 44 32 30 0d 28 64 |engine=!&9D20.(d| 00007970 15 68 79 70 65 72 73 70 61 63 65 3d 21 26 39 44 |.hyperspace=!&9D| 00007980 32 34 0d 28 6e 10 67 72 65 65 6e 3d 21 26 39 44 |24.(n.green=!&9D| 00007990 32 38 0d 28 78 0f 62 6c 75 65 3d 21 26 39 44 32 |28.(x.blue=!&9D2| 000079a0 43 0d 28 82 12 6d 61 78 73 61 75 63 3d 21 26 39 |C.(..maxsauc=!&9| 000079b0 44 33 30 0d 28 8c 10 73 63 6f 72 65 3d 21 26 39 |D30.(..score=!&9| 000079c0 44 33 34 0d 28 96 14 68 69 67 68 73 63 6f 72 65 |D34.(..highscore| 000079d0 3d 21 26 39 44 33 38 0d 28 a0 16 73 70 72 69 74 |=!&9D38.(..sprit| 000079e0 65 73 63 61 6c 65 3d 21 26 39 44 33 43 0d 28 aa |escale=!&9D3C.(.| 000079f0 12 6d 61 70 6c 6f 61 64 3d 21 26 39 44 34 30 0d |.mapload=!&9D40.| 00007a00 28 b4 13 70 6c 61 6e 6c 6f 61 64 3d 21 26 39 44 |(..planload=!&9D| 00007a10 34 34 0d 28 be 16 74 69 6d 65 63 6f 75 6e 74 65 |44.(..timecounte| 00007a20 72 3d 21 26 39 44 34 38 0d 28 c8 13 6d 69 6e 73 |r=!&9D48.(..mins| 00007a30 63 6f 72 65 3d 21 26 39 44 34 43 0d 28 d2 14 66 |core=!&9D4C.(..f| 00007a40 69 6e 64 73 69 64 65 73 3d 21 26 39 44 35 30 0d |indsides=!&9D50.| 00007a50 28 dc 14 70 6c 61 6e 65 74 6f 75 74 3d 21 26 39 |(..planetout=!&9| 00007a60 44 35 34 0d 28 e6 19 65 73 63 61 70 65 73 65 71 |D54.(..escapeseq| 00007a70 75 65 6e 63 65 3d 21 26 39 44 35 38 0d 28 f0 11 |uence=!&9D58.(..| 00007a80 73 79 6c 6f 63 73 3d 21 26 39 44 35 43 0d 28 fa |sylocs=!&9D5C.(.| 00007a90 12 63 6f 64 65 65 6e 64 3d 21 26 39 44 36 30 0d |.codeend=!&9D60.| 00007aa0 29 04 18 67 75 6e 74 65 6d 70 63 6f 6f 6c 65 72 |)..guntempcooler| 00007ab0 3d 21 26 39 44 36 34 0d 29 0e 17 73 68 69 65 6c |=!&9D64.)..shiel| 00007ac0 64 63 68 61 72 67 65 3d 21 26 39 44 36 38 0d 29 |dcharge=!&9D68.)| 00007ad0 18 15 69 6d 70 63 6f 75 6e 74 65 72 3d 21 26 39 |..impcounter=!&9| 00007ae0 44 36 43 0d 29 22 18 73 61 75 63 65 72 63 6f 75 |D6C.)".saucercou| 00007af0 6e 74 65 72 3d 21 26 39 44 37 30 0d 29 2c 15 72 |nter=!&9D70.),.r| 00007b00 61 70 69 64 74 75 72 6e 46 3d 21 26 39 44 37 34 |apidturnF=!&9D74| 00007b10 0d 29 36 9c e7 28 73 70 72 69 74 65 73 63 61 6c |.)6..(spritescal| 00007b20 65 20 82 20 65 73 63 61 70 65 73 65 71 75 65 6e |e . escapesequen| 00007b30 63 65 20 82 64 69 65 66 6c 61 67 29 3c 3e 39 36 |ce .dieflag)<>96| 00007b40 30 36 34 20 c8 98 3a de 63 25 31 30 30 3a e3 54 |064 ..:.c%100:.T| 00007b50 25 3d 30 b8 32 88 32 3a 50 25 3d 63 25 3a 5b 4f |%=0.2.2:P%=c%:[O| 00007b60 50 54 54 25 3a 2e 67 6f 63 3a 53 57 49 20 22 4f |PTT%:.goc:SWI "O| 00007b70 53 5f 45 6e 74 65 72 4f 53 22 3a 54 45 51 50 20 |S_EnterOS":TEQP | 00007b80 50 43 2c 23 26 46 43 30 30 30 30 30 33 3a 4d 4f |PC,#&FC000003:MO| 00007b90 56 20 50 43 2c 23 30 3a 5d 3a ed 3a 21 30 3d 21 |V PC,#0:]:.:!0=!| 00007ba0 26 33 38 30 30 30 30 30 3a d6 63 25 0d 29 40 17 |&3800000:.c%.)@.| 00007bb0 c8 99 22 48 6f 75 72 67 6c 61 73 73 5f 53 6d 61 |.."Hourglass_Sma| 00007bc0 73 68 22 0d 29 4a 12 c8 97 fb 31 2c 32 35 35 2c |sh".)J....1,255,| 00007bd0 32 35 35 2c 30 0d 29 54 12 c8 97 fb 33 2c 30 2c |255,0.)T....3,0,| 00007be0 32 35 35 2c 32 35 35 0d 29 5e 10 c8 97 fb 33 2c |255,255.)^....3,| 00007bf0 32 35 35 2c 30 2c 30 0d 29 68 0f f2 63 68 61 6e |255,0,0.)h..chan| 00007c00 67 65 64 69 73 63 0d 29 72 05 e1 0d ff |gedisc.)r....| 00007c0d