Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_56.ADF » G/MADISLE

G/MADISLE

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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_56.ADF
Filename: G/MADISLE
Read OK:
File size: 38FC bytes
Load address: FFFF0E00
Exec address: FFFF802B
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
   10IFPAGE<>&E00 THEN COLOUR0:PROCloc
   20REM ****************************
   40REM *        MAD ISLAND        *
   50REM *        ==========        *
   70REM *      (Version  2.0)      *
   90REM * Copyright (C) J.Rye 1983 *
  110REM ****************************
  120REM
  130REM I realise it would be very
  140REM easy to list this program and
  150REM find out how to complete it.
  160REM This however would defeat the
  170REM entire point of the program
  180REM and it would also be cheating
  190REM I therefore trust you not to
  200REM list any further than this.
  210REM
  230REM .............................
  235MODE6:VDU23,1,0;0;0;0;:PROCINTRO
  240PROCINIT
  250PROCDESC
  251IFL%=28ANDG2%=1PROCM(73)
  252IFL%=20ANDT%=1PROCM(70)
  253IFL%=19ANDOL%(6)=-1PROCM(66):E%=0:OL%(6)=0
  254IFL%=19ANDOL%(6)<>-1ANDE%=1PROCM(65):PROCDEATH
  258IFL%=2G%=1
  259IFL%=10ORL%=37ORL%=18ORL%=15ORL%=13ORL%=26PROCDEATH
  260PROCINP:IFD%PROCDEATH
  265IFL%=27GOTO250
  266IFL%=38ANDOL%=38L%=18
  270IF OL%<>L% OL%=L%:GOTO250 ELSE GOTO260
  280DEFPROCINIT
  285VDU15
  290DIMW$(32),O$(12),OL%(12),DO%(5),DL%(5)
  300L%=1:D%=0:OL%=1:P%=0:AQ%=1:SL%=0:SA%=0:G2%=1:T%=1:H%=0:E%=1:TH%=0
  310FORW%=1TO32:READW$(W%):NEXT
  315FORO%=1TO12:READO$(O%),OL%(O%):NEXT
  317FORW%=1TO5:DO%(W%)=0:DL%(W%)=1:NEXT:DO%(2)=1:DL%(2)=0
  320DATAMOVE,GO,NORT,SOUT,EAST,WEST,WHIS,EAT,SING,GET,DROP,PADD,THRO,DRIV,FLY,UNLO,OPEN,POUR,SLEE,DIG,INV,LOOK,N,S,E,W,OUT,WAKE,LOCK,SHUT,CLOS,IN
  325DATAkey,0,`10 note,4,bunch of keys,4,can of petrol,39,canoe,22,sandwich,23,plate,23,hole,0,paddle,0,book on flying helicopters,21,meal,0,petrol can,0
  330ENDPROC
  340DEFPROCINP
  350INPUT''"Now what?"I$:I$=I$+" ":IFI$=" "GOTO350
  355PRINT
  360A$=LEFT$(I$,INSTR(I$," ")-1)
  365IFSL%=1AND A$<>"WAKE"PRINT"Snore! Phew!":ENDPROC
  370B$=RIGHT$(I$,LEN(I$)-INSTR(I$," "))
  380W%=1
  390IFW$(W%)=LEFT$(A$,4)GOTO420
  400W%=W%+1:IFW%=33PRINT"I don't understand the word """;A$;"""";:GOTO350
  410GOTO390
  420IFW%=1ORW%=2A$=B$:GOTO380
  427B$=LEFT$(B$,LEN(B$)-1)
  430ONW%-2GOTO1000,1100,1200,1300,1400,1500,1600,1700,1800,1900,2000,2100,2200,2300,2400,2500,2900,3100,3200,3300,1000,1100,1200,1300,3400,3500,2600,2700,2700,2800
  440DEFPROCDESC
  450PROCM(L%):FORO%=1TO12:IFOL%(O%)=L% M$="There's a "+O$(O%)+" here.":PROCJ(M$):NEXTELSENEXT
  460ENDPROC
  500DEFPROCM(L%)
  510RESTORE(L%+10000):READM$:PROCJ(M$):ENDPROC
  515DEFPROCJ(M$)
  520M$=M$+" ":REPEAT
  530Q%=INSTR(M$," ")
  540IFPOS+Q%>38PRINT
  550PRINTLEFT$(M$,Q%);:M$=MID$(M$,Q%+1)
  560UNTILLENM$<2:ENDPROC
  600DEFPROCINTRO
  610PRINTTAB(15,1)"MAD ISLAND"TAB(15,2)"=========="
  620PRINTTAB(8,4)"Copyright (C) J.Rye 1983"
  670PRINT''"THE object of this adventure is simply  to escape from the MAD ISLAND where you are being held as a prisoner."'''"   You start locked in a cell in a      mental hospital!"
  680PRINT''"  To move about, type the direction you wish to go (eg. MOVE NORTH) or just typeits first letter (eg. N). You will dis- cover other words as you progress"'"through the game."
  690PRINTTAB(14,24)"PRESS SPACE!";:REPEATUNTILGET=32:CLS:VDU23,1,1;1;1;1;:PRINT:ENDPROC
  700DEFFND(D%,L%)
  705RESTORE11000
  710FORR%=1TOL%:READN,S,E,W:NEXT
  720IFD%=1:=N
  730IFD%=2:=S
  740IFD%=3:=E
  750IFD%=4:=W
  800DEFPROCDEATH
  810PRINT':PROCM(78) 
  820PRINT''"Would you like another attempt at       escaping from the MAD-ISLAND (Y or N)"
  830A$=GET$:IFA$="Y"RUN ELSE IFA$="N"END ELSEGOTO830
  900DEFPROCTW
  910INPUT'''":"A$''
  920IFA$="YES"PROCM(57)
  930IFA$="YES"ANDOL%(2)=-1PROCM(58):OL%(2)=0ELSEIFA$="YES"PROCM(59):PROCM(60):D%=1
  940IFA$<>"YES"PROCM(56):PROCM(60):D%=1
  950ENDPROC
  960DEFPROCEND
  970PRINT'''"Well done!! You have managed to escape  from the MAD ISLAND."''TAB(16)"THE END":END
 1000NL%=FND(1,L%):IFNL%=0PROCM(79):ENDPROC
 1010IFL%=2ANDDO%(1)=0PROCM(50):ENDPROC
 1020IFL%=31ANDDO%(4)=0PROCM(50):ENDPROC
 1030IFL%=3ANDDO%(2)=0PROCM(50):ENDPROC
 1099L%=NL%:ENDPROC
 1100NL%=FND(2,L%):IFNL%=0PROCM(79):ENDPROC
 1110IFL%=1ANDDO%(1)=0PROCM(50):ENDPROC
 1120IFL%=6ANDDO%(4)=0PROCM(50):ENDPROC 
 1130IFL%=4ANDDO%(2)=0PROCM(50):ENDPROC
 1199L%=NL%:ENDPROC
 1200NL%=FND(3,L%):IFNL%=0PROCM(79):ENDPROC
 1205IFL%=2AND G%=1:PROCM(52):D%=1
 1210IFL%=9ANDDO%(5)=0PROCM(50):ENDPROC
 1220IFL%=20 ANDT%=1 PROCM(71):D%=1:ENDPROC
 1230IFL%=28 AND G2%=1 PROCM(74):D%=1:ENDPROC
 1299L%=NL%:ENDPROC
 1300NL%=FND(4,L%):IFNL%=0PROCM(79):ENDPROC
 1310IFL%=19PROCM(72):L%=17:OL%(5)=0:OL%(9)=0:ENDPROC
 1399L%=NL%:ENDPROC
 1400PROCM(43)
 1405IFDL%(1)=0ENDPROC
 1410IFL%=1PROCM(44)
 1420IFL%=1ANDOL%(11)=1 ANDOL%(1)=0 PROCM(45):OL%(11)=0:OL%(1)=1:ENDPROC
 1430IFL%=1ANDOL%(1)=0PROCM(46)
 1440ENDPROC
 1500M$="You eat the "
 1510IFB$="SANDWICH"ANDOL%(6)=-1M$=M$+B$:SA%=1:OL%(6)=0
 1520IFB$="MEAL"ANDOL%(11)=-1M$=M$+B$:OL%(11)=0
 1530IFL%=19ANDSA%=1PROCJ(M$):PROCM(66):EX%=0
 1540IFLEN(M$)>14PROCJ(M$)ELSEPROCM(85)
 1550ENDPROC
 1600PRINT"Tra La La!!":IFL%=2ANDG%=1PROCM(51):G%=0
 1610ENDPROC
 1700 NO=0:FORO=1TO12:IFOL%(O)=-1:NO=NO+1:NEXTELSENEXT
 1702IFNO>4PROCM(100):ENDPROC
 1705V%=0:FORO=1TO12:IFOL%(O)=L%ANDB$=O$(O) OL%(O)=-1:V%=O:NEXTELSENEXT
 1710FORO=1TO12:IFOL%(O)=L% AND V%=0 OL%(O)=-1:V%=O:NEXTELSENEXT
 1720IFV%=0PROCM(83):ENDPROC
 1730PRINT"You get the ";O$(V%):ENDPROC
 1800V%=0:FORO=1TO12:IFO$(O)=B$ANDOL%(O)=-1 OL%(O)=L%:V%=O:NEXTELSENEXT
 1810FORO=1TO12:IFV%=0ANDOL%(O)=-1 OL%(O)=L%:V%=O:NEXTELSENEXT
 1820IFV%=0PROCM(84):ENDPROC
 1825IFL%=28ANDTH%=1ANDV%=8 G2%=0:PROCM(74):ENDPROC
 1826IFL%=20ANDTH%=1ANDV%=7 OL%(7)=0:PROCM(67):PROCM(69):PROCM(68):T%=0:ENDPROC
 1827IFTH%=1ANDV%=7 OL%(7)=0:PROCM(67):PROCM(68):ENDPROC
 1830IFTH%=1TH%=0:PRINT"You throw the ";O$(V%):ENDPROC
 1840PRINT"You drop the ";O$(V%):ENDPROC
 1900IFL%=38 ANDOL%(9)=-1 ANDOL%(5)=-1 PROCM(63):L%=19:ENDPROC
 1910IFL%=38 ANDOL%(9)<>-1 PROCM(64):L%=18:ENDPROC
 1920IFL%<>38PROCM(99)
 1990ENDPROC
 2000TH%=1:GOTO1800
 2100IFL%=12ANDP%=1 AQ%=2:PROCM(61):P%=0
 2110IFL%=12ANDP%=0PROCM(54):ENDPROC
 2120PROCM(81):ENDPROC
 2200IFL%=30PROCM(94):D%=1 ELSE PROCM(95)
 2210ENDPROC
 2300IFOL%(1)<>-1 AND OL%(3)<>-1 PROCM(89):ENDPROC
 2310IFL%=1 DL%(1)=0:PROCM(47):PROCM(90):OL%(1)=0:ENDPROC
 2320IFL%=3ORL%=4 DL%(2)=0:PROCM(47):ENDPROC
 2330IFL%=5DL%(3)=0:PROCM(47):ENDPROC
 2340IFL%=9 ANDDL%(5)=1 DL%(5)=0:PROCM(55):PROCTW:ENDPROC
 2350IFL%=6ORL%=31 DL%(4)=0:PROCM(47):ENDPROC
 2360PROCM(101):ENDPROC
 2400IF(L%=1ORL%=2) ANDDL%(1)=0 DO%(1)=1:PROCM(49):ENDPROC
 2405IFL%=1ORL%=2 PROCM(48):ENDPROC
 2410IF(L%=3ORL%=4) ANDDL%(2)=0 DO%(2)=1:PROCM(49):ENDPROC
 2415IFL%=3ORL%=4 PROCM(48):ENDPROC
 2420IFL%=5 ANDDL%(3)=0 PROCM(53):D%=1:ENDPROC
 2425IFL%=5 PROCM(48):ENDPROC
 2430IF(L%=6ORL%=31) ANDDL%(4)=0 DO%(4)=1:PROCM(49):ENDPROC
 2435IFL%=6ORL%=31 PROCM(48):ENDPROC
 2440IF(L%=9ORL%=14) ANDDL%(5)=0 DO%(5)=1:PROCM(49):ENDPROC
 2445IFL%=9ORL%=14 PROCM(48):ENDPROC
 2450PROCM(102):ENDPROC
 2500IFOL%(4)=-1ANDL%=9PROCM(86):OL%(4)=0:OL%(12)=-1:P%=1:ENDPROC
 2510IFOL%(4)=-1PROCM(87):OL%(4)=0:OL%(12)=-1:ENDPROC
 2520PROCM(88):ENDPROC
 2600IFOL%(1)<>-1 AND OL%(3)<>-1 PROCM(89):ENDPROC
 2620IFL%=1ORL%=2ORL%=3ORL%=4ORL%=6ORL%=31ORL%=12ORL%=9ORL%=14PROCM(96):ENDPROC
 2630PROCM(97):ENDPROC
 2700IFL%=1ORL%=2 DO%(1)=0:PROCM(50):ENDPROC
 2710IFL%=3ORL%=4 DO%(2)=0:PROCM(50):ENDPROC
 2720IFL%=6ORL%=31 DO%(4)=0:PROCM(50):ENDPROC
 2730IFL%=12ORL%=9ORL%=14 DO%(5)=0:PROCM(50):ENDPROC
 2740PROCM(98):ENDPROC
 2800IFL%=9ANDDO%(5)=1 L%=12:ENDPROC
 2810IFL%=14ANDDO%(5)=1 L%=12:ENDPROC
 2820IFL%=29 L%=30
 2830IFL%=30ANDOL%(10)=-1PROCM(30):PROCM(77):PROCEND
 2840IFL%=30PROCM(76):ENDPROC
 2890PROCM(93):ENDPROC
 2900PROCM(40):SL%=1:ENDPROC
 3100IFL%=25ANDH%=0PROCM(91):OL%(8)=25:OL%(9)=25:ENDPROC
 3110PROCM(92):ENDPROC
 3200OV=0:FORO=1TO12:IFOL%(O)=-1OV=OV+1:NEXTELSENEXT
 3210M$="You are carrying "
 3220IFOV=0M$=M$+"nothing":GOTO3260
 3230IFOV=1:FORO=1TO12:IFOL%(O)=-1 M$=M$+"a "+O$(O)
 3235IFOV=1NEXT:GOTO3260
 3240IFOV>1:FORO=1TO12:IFOL%(O)=-1 M$=M$+"a "+O$(O)+" & "
 3250NEXT:M$=LEFT$(M$,LEN(M$)-3)+"."
 3260PROCJ(M$):ENDPROC
 3300PROCDESC:ENDPROC
 3400IFL%=12ANDAQ%=1L%=9:ENDPROC
 3410IFL%=12ANDAQ%=2L%=14:ENDPROC
 3415IFL%=30L%=29:ENDPROC
 3420PROCM(80):ENDPROC
 3500IFSL%<>1 PROCM(82):ENDPROC
 3510PROCM(41):SL%=0
 3520IFL%=1 ANDOL%(1)=0ANDDL%(1)=1OL%(11)=1:PROCM(42)
 3530ENDPROC
10001DATA"You're in a bare cell furnished only with a bed. There's a barred window in the north wall and a heavy iron door in the south one. Sunlight comes in through the window and outside you hear birds singing."
10002DATA"You're outside the bare cell in a corridor leading east. At the end of the corridor stands an open doorway. Talking comes from it."
10003DATA"You're outside the Guard Room which is to north. Corridors lead off to the west and south."
10004DATA"You're inside the Guard Room. Slumped over a table are four snoring guards. There's a door in the south wall."
10005DATA"You're in a corridor which continues to the north and south. West is another heavy iron door."
10006DATA"You're at the end of a corridor leading to the north. South is a door."
10007DATA"You're in the middle of a large, open courtyard. There's a building to the north with one door in it. To the south and west, there's a 10ft high brick wall with barbed wire running along its top. East is a gateway."
10008DATA"You're standing to the west of a large gate. West is a large open courtyard."
10009DATA"You're on the pavement, which continues north and south next to the road. West is a gate and east is a gleaming, black Audi Quattro!"
10010DATA"You're wandering across an open moor which appears to be rough grazing for sheep. Suddenly an 8ft tall sheep charges up to you and nips off your head with its huge teeth!"
10011DATA"You're on the pavement. West is a petrol station. The pavement continues south, the road goes off east and north is a cattle grid."
10012DATA"You're in the driving seat of an Audi Quattro Coupe."
10013DATA"You step onto the cattle grid and start to cross it when - Whoops! - you slip and break your ankle. You slowly die of starvation."
10014DATA"You're outside an Audi Quattro. The road continues north and south. A winding path leads east into a drak pine forest. West are some steps down a steep cliff."
10015DATA"As you walk along the road, the sky darkens and heavy rain begins. Thunder rolls and - Poof! - you are stuck by lightning. Nothing remains of you but a whiff of ozone!"
10016DATA"You're walking along a leafy trail in a pine forest. It continues east and west."
10017DATA"You're on a small wooden bridge spanning a large but fast-flowing north-south river. Paths lead away east and west into the wood."
10018DATA"The current quickly pulls you downstream! You hear a roaring noise grow louder and you plunge over a waterfall to be dashed to a million little pieces on the rocks below!"
10019DATA"You're standing at the entrance to a cave to the east. West is a fast-flowing river flowing from north to south."
10020DATA"You're in a rock tunnel lit by a strange phosphorescene from the walls. The tunnel continues both east and west."
10021DATA"You're in an underground cavern lit by an eerie light from the walls."
10022DATA"You're on a sandy beach. The sea is to the west and steps lead up a steep cliff east. The beach continues north and south."
10023DATA"You're at the south end of the beach which continues north. A steep cliff rises south and east. To the west is the sea."
10024DATA"You're at the north end of the beach. The sea is west and a steep cliff rises to the east. There's a cave north."
10025DATA"You're in a cave with an exit south. The floor is covered in sand."
10026DATA"You walk a short distance along the road - and are suddenly attacked by 20 naked nymphos who ravish you unaware of your poor heart condition. Still, a nice way to go!"
10027DATA"You're lost in a dense pine forest."
10028DATA"You're walking along a leafy trail through the forest. The path leads west while north and south is the forest. East is a clearing where you see a helicopter."
10029DATA"You're in a clearing from which a path leads west. A helicopter is parked here."
10030DATA"You're in a helicopter. A confusing mass of dials and switches invite you to fly it."
10031DATA"You're in an open courtyard. A door stands to the north."
10032DATA"You're by a 10ft high brick wall with barbed wire along its top."
10033DATA"You're by a 10ft high brick wall with barbed wire along its top."
10034DATA"You're on the pavement on a dead end road leading north. South is a rough grassland for sheep."
10035DATA"You're on the pavement by a road leading north. East is rough grassland. Parked opposite in an Audi Quattro."
10036DATA"You're on the pavement that continues south. West is the road, east is open grassland and north is a cattle grid."
10037DATA"Will you never learn? Glub, glub!"
10038DATA"You launch yourself off the bridge into the river - Kersploosh! The current is very strong and you're pulled downstream!"
10039DATA"You're in a petrol station. The pavement leads east."
10040DATA"You fall asleep..."
10041DATA"You wake up!"
10042DATA"And find someone has been in while you slept and left you some FOOD!"
10043DATA"Tootle! Tootle!"
10044DATA"A bird, with a key in its beak, perches on your window ledge."
10045DATA"When it sees the food, it flies in, snatches it (dropping the key!!) and is gone before you have the chance to move!"
10046DATA"It stays a few seconds and then flies away."
10047DATA"The door's unlocked."
10048DATA"The door's locked."
10049DATA"The door's open."
10050DATA"The door's shut."
10051DATA"You start to sing and the voices slowly turn to snores."
10052DATA"As you walk past the door, a guard spots you and opens fire. You're drilled full of holes - Painful!"
10053DATA"As you open the door, a 7ft loony leaps on you and rips you limb from limb!"
10054DATA"Oh dear! You appear to be out of petrol."
10055DATA"As you unlock the door, a traffic warden cum Hitler impersonator (carrying a can of yellow paint!) pounces on you. 'Is this your car?' she demands."
10056DATA"'So, stealing it, eh?'"
10057DATA"'Illegally parked.' She points to two freshly-painted yellow lines. 'That'll be a `10 fine.'"
10058DATA"She takes your `10 and storms off."
10059DATA"'No money, eh? Then you will be shot.'"
10060DATA"She produces a machine gun and mows you down."
10061DATA"You rev the engine then accelerate north. The turbo cuts in and pins you to your seat as the machine hugs the road. After several miles, the car stops."
10062DATA"You dig a hole and find a canoe paddle buried in the sand."
10063DATA"You fight against the current with your paddel and held upstream. Eventually you arrive at the entrance to a cave where you collapse, exhausted."
10064DATA"You can't get enough force with just your hands and drift downstream."
10065DATA"You're so exhausted that - yes, you guessed it!"
10066DATA"You eat the sandwich and recover."
10067DATA"The plate flies like a frisbee."
10068DATA"It smashes as it lands."
10069DATA"It cuts off the troll's ugly head!"
10070DATA"There's an ugly troll blocking the way."
10071DATA"With one blow, the troll cleaaves your skull."
10072DATA"You get back in your canoe and drift downstream. Suddenly you hit a rock, fly into the air and land on the bridge. Your canoe floats away downstream."
10073DATA"There's an armed guard blocked your way east. He sees you and points his gun at you."
10074DATA"The hole flies through the air and lands on his head. His brains gush out - Yuk!"
10075DATA"He fires - BANG!"
10076DATA"Pity you don't know how to fly a helicopter."
10077DATA"Luckily you have that book and can take off, flying safely away from this MAD ISLAND!"
10078DATA"Oh no! You're dead."
10079DATA"Can't go in that direction."
10080DATA"Out of where?!"
10081DATA"Drive what?!"
10082DATA"No, it's not a bad dream!"
10083DATA"There's nothing to get!"
10084DATA"You've nothing to drop."
10085DATA"You can't eat that!"
10086DATA"You fill the car with petrol."
10087DATA"You pour the petrol out of the can onto the ground. It quickly evaporates."
10088DATA"Nothing to pour."
10089DATA"You haven't got a key!"
10090DATA"However, your key has jammed in the lock and won't come out."
10091DATA"You dig a deep hole in the sand and find canoe paddle buried!"
10092DATA"The ground's too hard to dig."
10093DATA"Go in where?"
10094DATA"You take off and manage a loop before crashing upside down into the forest. The helicopter bursts into flame!"
10095DATA"You haven't grown wings yet."
10096DATA"The lock's broken and won't work!"
10097DATA"Lock what?"
10098DATA"Shut what?"
10099DATA"You make paddling moves with your arms and look like a wally!"
10100DATA"Your arms are already full."
10101DATA"Unlock what?"
10102DATA"Open what?"
11000DATA0,2,0,0,1,0,3,0,4,5,0,2,0,3,0,0,3,6,0,0,5,31,0,0,31,33,8,32,0,0,9,7,11,34,12,8,0,0,0,0,13,9,36,39,0,0,0,0,0,0,0,0,26,15,16,22,0,0,0,0,27,27,17,14,38,38,28,16,0,0,0,0,0,0,20,17,0,0,21,19,0,0,0,20,24,23,14,37,22,0,0,37,25,22,0,37
11010DATA0,24,0,0,0,0,0,0,27,16,27,27,27,27,29,17,27,27,27,28,29,29,29,29,6,7,0,0,0,0,7,0,7,0,0,0,9,10,35,9,36,34,10,9,13,35,10,11,0,0,0,0,19,18,0,0,0,0,11,0
12000DEFPROCloc
12010*KEY 0 *TAPE|MFORI%=0 TO TOP STEP4:I%!&E00=I%!&1D00:NEXT:PAGE=&E00|MOLD|MRUN|M
12020*FX138,0,128
12030END
32000REM

�<>&E00 � �0:�loc
"� ****************************
("� *        MAD ISLAND        *
2"� *        ==========        *
F"� *      (Version  2.0)      *
Z"� * Copyright (C) J.Rye 1983 *
n"� ****************************
x�
� � I realise it would be very
�#� easy to list this program and
�"� find out how to complete it.
�#� This however would defeat the
�!� entire point of the program
�#� and it would also be cheating
�"� I therefore trust you not to
�!� list any further than this.
��
�#� .............................
��6:�23,1,0;0;0;0;:�INTRO
�	�INIT
�	�DESC
��L%=28�G2%=1�M(73)
��L%=20�T%=1�M(70)
�(�L%=19�OL%(6)=-1�M(66):E%=0:OL%(6)=0
�'�L%=19�OL%(6)<>-1�E%=1�M(65):�DEATH

�L%=2G%=1
.�L%=10�L%=37�L%=18�L%=15�L%=13�L%=26�DEATH
�INP:�D%�DEATH
	�L%=27�dz@

�L%=38�OL%=38L%=18
"� OL%<>L% OL%=L%:�dz@ � �TDA

��INIT
�15
"(�W$(32),O$(12),OL%(12),DO%(5),DL%(5)
,EL%=1:D%=0:OL%=1:P%=0:AQ%=1:SL%=0:SA%=0:G2%=1:T%=1:H%=0:E%=1:TH%=0
6�W%=1�32:�W$(W%):�
;�O%=1�12:�O$(O%),OL%(O%):�
=3�W%=1�5:DO%(W%)=0:DL%(W%)=1:�:DO%(2)=1:DL%(2)=0
@��MOVE,GO,NORT,SOUT,EAST,WEST,WHIS,EAT,SING,GET,DROP,PADD,THRO,DRIV,FLY,UNLO,OPEN,POUR,SLEE,DIG,INV,LOOK,N,S,E,W,OUT,WAKE,LOCK,SHUT,CLOS,IN
E��key,0,`10 note,4,bunch of keys,4,can of petrol,39,canoe,22,sandwich,23,plate,23,hole,0,paddle,0,book on flying helicopters,21,meal,0,petrol can,0
J�
T	��INP
^+�''"Now what?"I$:I$=I$+" ":�I$=" "�D^A
c�
hA$=�I$,�I$," ")-1)
m'�SL%=1� A$<>"WAKE"�"Snore! Phew!":�
rB$=�I$,�(I$)-�I$," "))
|W%=1
��W$(W%)=�A$,4)�tdA
�BW%=W%+1:�W%=33�"I don't understand the word """;A$;"""";:�D^A
�	�tFA
��W%=1�W%=2A$=B$:�D|A
�B$=�B$,�(B$)-1)
���W%-2�dhC,�DLD,�tpD,�TTE,�DxE,�d\E,�D@F,�tdF,�THG,�DlG,�dPG,�TtH,�tXH,�d|H,�D`I,�dDI,�DTK,�T\L,�t@L,�ddL,�dhC,�DLD,�tpD,�TTE,�DHM,�tlM,�ThJ,�tLJ,�tLJ,�dpJ
�
��DESC
�J�M(L%):�O%=1�12:�OL%(O%)=L% M$="There's a "+O$(O%)+" here.":�J(M$):��
��
���M(L%)
��(L%+10000):�M$:�J(M$):�
��J(M$)
M$=M$+" ":�
Q%=�M$," ")

�+Q%>38�
&�M$,Q%);:M$=�M$,Q%+1)
0��M$<2:�
X��INTRO
b)�15,1)"MAD ISLAND"�15,2)"=========="
l$�8,4)"Copyright (C) J.Rye 1983"
���''"THE object of this adventure is simply  to escape from the MAD ISLAND where you are being held as a prisoner."'''"   You start locked in a cell in a      mental hospital!"
���''"  To move about, type the direction you wish to go (eg. MOVE NORTH) or just typeits first letter (eg. N). You will dis- cover other words as you progress"'"through the game."
�7�14,24)"PRESS SPACE!";:���=32:�:�23,1,1;1;1;1;:�:�
�ݤD(D%,L%)
�	��dxj
��R%=1�L%:�N,S,E,W:�
��D%=1:=N
��D%=2:=S
��D%=3:=E
��D%=4:=W
 ��DEATH
*�':�M(78) 
4V�''"Would you like another attempt at       escaping from the MAD-ISLAND (Y or N)"
>#A$=�:�A$="Y"� � �A$="N"� ��T~C
���TW
��'''":"A$''
��A$="YES"�M(57)
�B�A$="YES"�OL%(2)=-1�M(58):OL%(2)=0��A$="YES"�M(59):�M(60):D%=1
� �A$<>"YES"�M(56):�M(60):D%=1
��
�	��END
�W�'''"Well done!! You have managed to escape  from the MAD ISLAND."''�16)"THE END":�
�NL%=�D(1,L%):�NL%=0�M(79):�
��L%=2�DO%(1)=0�M(50):�
��L%=31�DO%(4)=0�M(50):�
�L%=3�DO%(2)=0�M(50):�
KL%=NL%:�
LNL%=�D(2,L%):�NL%=0�M(79):�
V�L%=1�DO%(1)=0�M(50):�
`�L%=6�DO%(4)=0�M(50):� 
j�L%=4�DO%(2)=0�M(50):�
�L%=NL%:�
�NL%=�D(3,L%):�NL%=0�M(79):�
��L%=2� G%=1:�M(52):D%=1
��L%=9�DO%(5)=0�M(50):�
��L%=20 �T%=1 �M(71):D%=1:�
� �L%=28 � G2%=1 �M(74):D%=1:�
L%=NL%:�
NL%=�D(4,L%):�NL%=0�M(79):�
*�L%=19�M(72):L%=17:OL%(5)=0:OL%(9)=0:�
wL%=NL%:�
x
�M(43)
}�DL%(1)=0�
��L%=1�M(44)
�9�L%=1�OL%(11)=1 �OL%(1)=0 �M(45):OL%(11)=0:OL%(1)=1:�
��L%=1�OL%(1)=0�M(46)
��
�M$="You eat the "
�3�B$="SANDWICH"�OL%(6)=-1M$=M$+B$:SA%=1:OL%(6)=0
�+�B$="MEAL"�OL%(11)=-1M$=M$+B$:OL%(11)=0
�#�L%=19�SA%=1�J(M$):�M(66):EX%=0
�(M$)>14�J(M$)��M(85)
�
@(�"Tra La La!!":�L%=2�G%=1�M(51):G%=0
J�
�( NO=0:�O=1�12:�OL%(O)=-1:NO=NO+1:��
��NO>4�M(100):�
�7V%=0:�O=1�12:�OL%(O)=L%�B$=O$(O) OL%(O)=-1:V%=O:��
�0�O=1�12:�OL%(O)=L% � V%=0 OL%(O)=-1:V%=O:��
��V%=0�M(83):�
��"You get the ";O$(V%):�
7V%=0:�O=1�12:�O$(O)=B$�OL%(O)=-1 OL%(O)=L%:V%=O:��
.�O=1�12:�V%=0�OL%(O)=-1 OL%(O)=L%:V%=O:��
�V%=0�M(84):�
!$�L%=28�TH%=1�V%=8 G2%=0:�M(74):�
":�L%=20�TH%=1�V%=7 OL%(7)=0:�M(67):�M(69):�M(68):T%=0:�
#(�TH%=1�V%=7 OL%(7)=0:�M(67):�M(68):�
&*�TH%=1TH%=0:�"You throw the ";O$(V%):�
0�"You drop the ";O$(V%):�
l/�L%=38 �OL%(9)=-1 �OL%(5)=-1 �M(63):L%=19:�
v%�L%=38 �OL%(9)<>-1 �M(64):L%=18:�
��L%<>38�M(99)
��
�TH%=1:�THG
4!�L%=12�P%=1 AQ%=2:�M(61):P%=0
>�L%=12�P%=0�M(54):�
H�M(81):�
��L%=30�M(94):D%=1 � �M(95)
��
�%�OL%(1)<>-1 � OL%(3)<>-1 �M(89):�
	+�L%=1 DL%(1)=0:�M(47):�M(90):OL%(1)=0:�
	 �L%=3�L%=4 DL%(2)=0:�M(47):�
	�L%=5DL%(3)=0:�M(47):�
	$)�L%=9 �DL%(5)=1 DL%(5)=0:�M(55):�TW:�
	.!�L%=6�L%=31 DL%(4)=0:�M(47):�
	8
�M(101):�
	`,�(L%=1�L%=2) �DL%(1)=0 DO%(1)=1:�M(49):�
	e�L%=1�L%=2 �M(48):�
	j,�(L%=3�L%=4) �DL%(2)=0 DO%(2)=1:�M(49):�
	o�L%=3�L%=4 �M(48):�
	t!�L%=5 �DL%(3)=0 �M(53):D%=1:�
	y�L%=5 �M(48):�
	~-�(L%=6�L%=31) �DL%(4)=0 DO%(4)=1:�M(49):�
	��L%=6�L%=31 �M(48):�
	�-�(L%=9�L%=14) �DL%(5)=0 DO%(5)=1:�M(49):�
	��L%=9�L%=14 �M(48):�
	�
�M(102):�
	�4�OL%(4)=-1�L%=9�M(86):OL%(4)=0:OL%(12)=-1:P%=1:�
	�*�OL%(4)=-1�M(87):OL%(4)=0:OL%(12)=-1:�
	��M(88):�
(%�OL%(1)<>-1 � OL%(3)<>-1 �M(89):�
<<�L%=1�L%=2�L%=3�L%=4�L%=6�L%=31�L%=12�L%=9�L%=14�M(96):�
F�M(97):�
� �L%=1�L%=2 DO%(1)=0:�M(50):�
� �L%=3�L%=4 DO%(2)=0:�M(50):�
�!�L%=6�L%=31 DO%(4)=0:�M(50):�
�'�L%=12�L%=9�L%=14 DO%(5)=0:�M(50):�
��M(98):�
��L%=9�DO%(5)=1 L%=12:�
��L%=14�DO%(5)=1 L%=12:�
�L%=29 L%=30
'�L%=30�OL%(10)=-1�M(30):�M(77):�END
�L%=30�M(76):�
J�M(93):�
T�M(40):SL%=1:�
+�L%=25�H%=0�M(91):OL%(8)=25:OL%(9)=25:�
&�M(92):�
�&OV=0:�O=1�12:�OL%(O)=-1OV=OV+1:��
�M$="You are carrying "
��OV=0M$=M$+"nothing":�t|L
�-�OV=1:�O=1�12:�OL%(O)=-1 M$=M$+"a "+O$(O)
��OV=1�:�t|L
�3�OV>1:�O=1�12:�OL%(O)=-1 M$=M$+"a "+O$(O)+" & "
��:M$=�M$,�(M$)-3)+"."
��J(M$):�
��DESC:�

H�L%=12�AQ%=1L%=9:�

R�L%=12�AQ%=2L%=14:�

W�L%=30L%=29:�

\�M(80):�

��SL%<>1 �M(82):�

��M(41):SL%=0

�,�L%=1 �OL%(1)=0�DL%(1)=1OL%(11)=1:�M(42)

��
'��"You're in a bare cell furnished only with a bed. There's a barred window in the north wall and a heavy iron door in the south one. Sunlight comes in through the window and outside you hear birds singing."
'��"You're outside the bare cell in a corridor leading east. At the end of the corridor stands an open doorway. Talking comes from it."
'a�"You're outside the Guard Room which is to north. Corridors lead off to the west and south."
't�"You're inside the Guard Room. Slumped over a table are four snoring guards. There's a door in the south wall."
'd�"You're in a corridor which continues to the north and south. West is another heavy iron door."
'M�"You're at the end of a corridor leading to the north. South is a door."
'��"You're in the middle of a large, open courtyard. There's a building to the north with one door in it. To the south and west, there's a 10ft high brick wall with barbed wire running along its top. East is a gateway."
'S�"You're standing to the west of a large gate. West is a large open courtyard."
'��"You're on the pavement, which continues north and south next to the road. West is a gate and east is a gleaming, black Audi Quattro!"
'��"You're wandering across an open moor which appears to be rough grazing for sheep. Suddenly an 8ft tall sheep charges up to you and nips off your head with its huge teeth!"
'��"You're on the pavement. West is a petrol station. The pavement continues south, the road goes off east and north is a cattle grid."
';�"You're in the driving seat of an Audi Quattro Coupe."
'��"You step onto the cattle grid and start to cross it when - Whoops! - you slip and break your ankle. You slowly die of starvation."
'��"You're outside an Audi Quattro. The road continues north and south. A winding path leads east into a drak pine forest. West are some steps down a steep cliff."
'��"As you walk along the road, the sky darkens and heavy rain begins. Thunder rolls and - Poof! - you are stuck by lightning. Nothing remains of you but a whiff of ozone!"
' W�"You're walking along a leafy trail in a pine forest. It continues east and west."
'!��"You're on a small wooden bridge spanning a large but fast-flowing north-south river. Paths lead away east and west into the wood."
'"��"The current quickly pulls you downstream! You hear a roaring noise grow louder and you plunge over a waterfall to be dashed to a million little pieces on the rocks below!"
'#w�"You're standing at the entrance to a cave to the east. West is a fast-flowing river flowing from north to south."
'$w�"You're in a rock tunnel lit by a strange phosphorescene from the walls. The tunnel continues both east and west."
'%L�"You're in an underground cavern lit by an eerie light from the walls."
'&��"You're on a sandy beach. The sea is to the west and steps lead up a steep cliff east. The beach continues north and south."
''~�"You're at the south end of the beach which continues north. A steep cliff rises south and east. To the west is the sea."
'(w�"You're at the north end of the beach. The sea is west and a steep cliff rises to the east. There's a cave north."
')I�"You're in a cave with an exit south. The floor is covered in sand."
'*��"You walk a short distance along the road - and are suddenly attacked by 20 naked nymphos who ravish you unaware of your poor heart condition. Still, a nice way to go!"
'+*�"You're lost in a dense pine forest."
',��"You're walking along a leafy trail through the forest. The path leads west while north and south is the forest. East is a clearing where you see a helicopter."
'-V�"You're in a clearing from which a path leads west. A helicopter is parked here."
'.[�"You're in a helicopter. A confusing mass of dials and switches invite you to fly it."
'/?�"You're in an open courtyard. A door stands to the north."
'0G�"You're by a 10ft high brick wall with barbed wire along its top."
'1G�"You're by a 10ft high brick wall with barbed wire along its top."
'2e�"You're on the pavement on a dead end road leading north. South is a rough grassland for sheep."
'3s�"You're on the pavement by a road leading north. East is rough grassland. Parked opposite in an Audi Quattro."
'4x�"You're on the pavement that continues south. West is the road, east is open grassland and north is a cattle grid."
'5(�"Will you never learn? Glub, glub!"
'6�"You launch yourself off the bridge into the river - Kersploosh! The current is very strong and you're pulled downstream!"
'7;�"You're in a petrol station. The pavement leads east."
'8�"You fall asleep..."
'9�"You wake up!"
':K�"And find someone has been in while you slept and left you some FOOD!"
';�"Tootle! Tootle!"
'<D�"A bird, with a key in its beak, perches on your window ledge."
'={�"When it sees the food, it flies in, snatches it (dropping the key!!) and is gone before you have the chance to move!"
'>2�"It stays a few seconds and then flies away."
'?�"The door's unlocked."
'@�"The door's locked."
'A�"The door's open."
'B�"The door's shut."
'C>�"You start to sing and the voices slowly turn to snores."
'Dk�"As you walk past the door, a guard spots you and opens fire. You're drilled full of holes - Painful!"
'ER�"As you open the door, a 7ft loony leaps on you and rips you limb from limb!"
'F/�"Oh dear! You appear to be out of petrol."
'G��"As you unlock the door, a traffic warden cum Hitler impersonator (carrying a can of yellow paint!) pounces on you. 'Is this your car?' she demands."
'H�"'So, stealing it, eh?'"
'Ic�"'Illegally parked.' She points to two freshly-painted yellow lines. 'That'll be a `10 fine.'"
'J)�"She takes your `10 and storms off."
'K-�"'No money, eh? Then you will be shot.'"
'L4�"She produces a machine gun and mows you down."
'M��"You rev the engine then accelerate north. The turbo cuts in and pins you to your seat as the machine hugs the road. After several miles, the car stops."
'NA�"You dig a hole and find a canoe paddle buried in the sand."
'O��"You fight against the current with your paddel and held upstream. Eventually you arrive at the entrance to a cave where you collapse, exhausted."
'PL�"You can't get enough force with just your hands and drift downstream."
'Q6�"You're so exhausted that - yes, you guessed it!"
'R(�"You eat the sandwich and recover."
'S&�"The plate flies like a frisbee."
'T�"It smashes as it lands."
'U)�"It cuts off the troll's ugly head!"
'V.�"There's an ugly troll blocking the way."
'W4�"With one blow, the troll cleaaves your skull."
'X��"You get back in your canoe and drift downstream. Suddenly you hit a rock, fly into the air and land on the bridge. Your canoe floats away downstream."
'Y[�"There's an armed guard blocked your way east. He sees you and points his gun at you."
'ZW�"The hole flies through the air and lands on his head. His brains gush out - Yuk!"
'[�"He fires - BANG!"
'\3�"Pity you don't know how to fly a helicopter."
']\�"Luckily you have that book and can take off, flying safely away from this MAD ISLAND!"
'^�"Oh no! You're dead."
'_"�"Can't go in that direction."
'`�"Out of where?!"
'a�"Drive what?!"
'b �"No, it's not a bad dream!"
'c�"There's nothing to get!"
'd�"You've nothing to drop."
'e�"You can't eat that!"
'f$�"You fill the car with petrol."
'gQ�"You pour the petrol out of the can onto the ground. It quickly evaporates."
'h�"Nothing to pour."
'i�"You haven't got a key!"
'jC�"However, your key has jammed in the lock and won't come out."
'kD�"You dig a deep hole in the sand and find canoe paddle buried!"
'l$�"The ground's too hard to dig."
'm�"Go in where?"
'nt�"You take off and manage a loop before crashing upside down into the forest. The helicopter bursts into flame!"
'o#�"You haven't grown wings yet."
'p(�"The lock's broken and won't work!"
'q�"Lock what?"
'r�"Shut what?"
'sD�"You make paddling moves with your arms and look like a wally!"
't"�"Your arms are already full."
'u�"Unlock what?"
'v�"Open what?"
*���0,2,0,0,1,0,3,0,4,5,0,2,0,3,0,0,3,6,0,0,5,31,0,0,31,33,8,32,0,0,9,7,11,34,12,8,0,0,0,0,13,9,36,39,0,0,0,0,0,0,0,0,26,15,16,22,0,0,0,0,27,27,17,14,38,38,28,16,0,0,0,0,0,0,20,17,0,0,21,19,0,0,0,20,24,23,14,37,22,0,0,37,25,22,0,37
+��0,24,0,0,0,0,0,0,27,16,27,27,27,27,29,17,27,27,27,28,29,29,29,29,6,7,0,0,0,0,7,0,7,0,0,0,9,10,35,9,36,34,10,9,13,35,10,11,0,0,0,0,19,18,0,0,0,0,11,0
.�	��loc
.�R*KEY 0 *TAPE|MFORI%=0 TO TOP STEP4:I%!&E00=I%!&1D00:NEXT:PAGE=&E00|MOLD|MRUN|M
.�*FX138,0,128
.��
}�
�
00000000  0d 00 0a 16 e7 90 3c 3e  26 45 30 30 20 8c 20 fb  |......<>&E00 . .|
00000010  30 3a f2 6c 6f 63 0d 00  14 22 f4 20 2a 2a 2a 2a  |0:.loc...". ****|
00000020  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000030  2a 2a 2a 2a 2a 2a 2a 2a  0d 00 28 22 f4 20 2a 20  |********..(". * |
00000040  20 20 20 20 20 20 20 4d  41 44 20 49 53 4c 41 4e  |       MAD ISLAN|
00000050  44 20 20 20 20 20 20 20  20 2a 0d 00 32 22 f4 20  |D        *..2". |
00000060  2a 20 20 20 20 20 20 20  20 3d 3d 3d 3d 3d 3d 3d  |*        =======|
00000070  3d 3d 3d 20 20 20 20 20  20 20 20 2a 0d 00 46 22  |===        *..F"|
00000080  f4 20 2a 20 20 20 20 20  20 28 56 65 72 73 69 6f  |. *      (Versio|
00000090  6e 20 20 32 2e 30 29 20  20 20 20 20 20 2a 0d 00  |n  2.0)      *..|
000000a0  5a 22 f4 20 2a 20 43 6f  70 79 72 69 67 68 74 20  |Z". * Copyright |
000000b0  28 43 29 20 4a 2e 52 79  65 20 31 39 38 33 20 2a  |(C) J.Rye 1983 *|
000000c0  0d 00 6e 22 f4 20 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |..n". **********|
000000d0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
000000e0  2a 2a 0d 00 78 05 f4 0d  00 82 20 f4 20 49 20 72  |**..x..... . I r|
000000f0  65 61 6c 69 73 65 20 69  74 20 77 6f 75 6c 64 20  |ealise it would |
00000100  62 65 20 76 65 72 79 0d  00 8c 23 f4 20 65 61 73  |be very...#. eas|
00000110  79 20 74 6f 20 6c 69 73  74 20 74 68 69 73 20 70  |y to list this p|
00000120  72 6f 67 72 61 6d 20 61  6e 64 0d 00 96 22 f4 20  |rogram and...". |
00000130  66 69 6e 64 20 6f 75 74  20 68 6f 77 20 74 6f 20  |find out how to |
00000140  63 6f 6d 70 6c 65 74 65  20 69 74 2e 0d 00 a0 23  |complete it....#|
00000150  f4 20 54 68 69 73 20 68  6f 77 65 76 65 72 20 77  |. This however w|
00000160  6f 75 6c 64 20 64 65 66  65 61 74 20 74 68 65 0d  |ould defeat the.|
00000170  00 aa 21 f4 20 65 6e 74  69 72 65 20 70 6f 69 6e  |..!. entire poin|
00000180  74 20 6f 66 20 74 68 65  20 70 72 6f 67 72 61 6d  |t of the program|
00000190  0d 00 b4 23 f4 20 61 6e  64 20 69 74 20 77 6f 75  |...#. and it wou|
000001a0  6c 64 20 61 6c 73 6f 20  62 65 20 63 68 65 61 74  |ld also be cheat|
000001b0  69 6e 67 0d 00 be 22 f4  20 49 20 74 68 65 72 65  |ing...". I there|
000001c0  66 6f 72 65 20 74 72 75  73 74 20 79 6f 75 20 6e  |fore trust you n|
000001d0  6f 74 20 74 6f 0d 00 c8  21 f4 20 6c 69 73 74 20  |ot to...!. list |
000001e0  61 6e 79 20 66 75 72 74  68 65 72 20 74 68 61 6e  |any further than|
000001f0  20 74 68 69 73 2e 0d 00  d2 05 f4 0d 00 e6 23 f4  | this.........#.|
00000200  20 2e 2e 2e 2e 2e 2e 2e  2e 2e 2e 2e 2e 2e 2e 2e  | ...............|
00000210  2e 2e 2e 2e 2e 2e 2e 2e  2e 2e 2e 2e 2e 2e 0d 00  |................|
00000220  eb 1c eb 36 3a ef 32 33  2c 31 2c 30 3b 30 3b 30  |...6:.23,1,0;0;0|
00000230  3b 30 3b 3a f2 49 4e 54  52 4f 0d 00 f0 09 f2 49  |;0;:.INTRO.....I|
00000240  4e 49 54 0d 00 fa 09 f2  44 45 53 43 0d 00 fb 16  |NIT.....DESC....|
00000250  e7 4c 25 3d 32 38 80 47  32 25 3d 31 f2 4d 28 37  |.L%=28.G2%=1.M(7|
00000260  33 29 0d 00 fc 15 e7 4c  25 3d 32 30 80 54 25 3d  |3).....L%=20.T%=|
00000270  31 f2 4d 28 37 30 29 0d  00 fd 28 e7 4c 25 3d 31  |1.M(70)...(.L%=1|
00000280  39 80 4f 4c 25 28 36 29  3d 2d 31 f2 4d 28 36 36  |9.OL%(6)=-1.M(66|
00000290  29 3a 45 25 3d 30 3a 4f  4c 25 28 36 29 3d 30 0d  |):E%=0:OL%(6)=0.|
000002a0  00 fe 27 e7 4c 25 3d 31  39 80 4f 4c 25 28 36 29  |..'.L%=19.OL%(6)|
000002b0  3c 3e 2d 31 80 45 25 3d  31 f2 4d 28 36 35 29 3a  |<>-1.E%=1.M(65):|
000002c0  f2 44 45 41 54 48 0d 01  02 0d e7 4c 25 3d 32 47  |.DEATH.....L%=2G|
000002d0  25 3d 31 0d 01 03 2e e7  4c 25 3d 31 30 84 4c 25  |%=1.....L%=10.L%|
000002e0  3d 33 37 84 4c 25 3d 31  38 84 4c 25 3d 31 35 84  |=37.L%=18.L%=15.|
000002f0  4c 25 3d 31 33 84 4c 25  3d 32 36 f2 44 45 41 54  |L%=13.L%=26.DEAT|
00000300  48 0d 01 04 12 f2 49 4e  50 3a e7 44 25 f2 44 45  |H.....INP:.D%.DE|
00000310  41 54 48 0d 01 09 0f e7  4c 25 3d 32 37 e5 8d 64  |ATH.....L%=27..d|
00000320  7a 40 0d 01 0a 16 e7 4c  25 3d 33 38 80 4f 4c 25  |z@.....L%=38.OL%|
00000330  3d 33 38 4c 25 3d 31 38  0d 01 0e 22 e7 20 4f 4c  |=38L%=18...". OL|
00000340  25 3c 3e 4c 25 20 4f 4c  25 3d 4c 25 3a e5 8d 64  |%<>L% OL%=L%:..d|
00000350  7a 40 20 8b 20 e5 8d 54  44 41 0d 01 18 0a dd f2  |z@ . ..TDA......|
00000360  49 4e 49 54 0d 01 1d 07  ef 31 35 0d 01 22 28 de  |INIT.....15.."(.|
00000370  57 24 28 33 32 29 2c 4f  24 28 31 32 29 2c 4f 4c  |W$(32),O$(12),OL|
00000380  25 28 31 32 29 2c 44 4f  25 28 35 29 2c 44 4c 25  |%(12),DO%(5),DL%|
00000390  28 35 29 0d 01 2c 45 4c  25 3d 31 3a 44 25 3d 30  |(5)..,EL%=1:D%=0|
000003a0  3a 4f 4c 25 3d 31 3a 50  25 3d 30 3a 41 51 25 3d  |:OL%=1:P%=0:AQ%=|
000003b0  31 3a 53 4c 25 3d 30 3a  53 41 25 3d 30 3a 47 32  |1:SL%=0:SA%=0:G2|
000003c0  25 3d 31 3a 54 25 3d 31  3a 48 25 3d 30 3a 45 25  |%=1:T%=1:H%=0:E%|
000003d0  3d 31 3a 54 48 25 3d 30  0d 01 36 16 e3 57 25 3d  |=1:TH%=0..6..W%=|
000003e0  31 b8 33 32 3a f3 57 24  28 57 25 29 3a ed 0d 01  |1.32:.W$(W%):...|
000003f0  3b 1e e3 4f 25 3d 31 b8  31 32 3a f3 4f 24 28 4f  |;..O%=1.12:.O$(O|
00000400  25 29 2c 4f 4c 25 28 4f  25 29 3a ed 0d 01 3d 33  |%),OL%(O%):...=3|
00000410  e3 57 25 3d 31 b8 35 3a  44 4f 25 28 57 25 29 3d  |.W%=1.5:DO%(W%)=|
00000420  30 3a 44 4c 25 28 57 25  29 3d 31 3a ed 3a 44 4f  |0:DL%(W%)=1:.:DO|
00000430  25 28 32 29 3d 31 3a 44  4c 25 28 32 29 3d 30 0d  |%(2)=1:DL%(2)=0.|
00000440  01 40 8e dc 4d 4f 56 45  2c 47 4f 2c 4e 4f 52 54  |.@..MOVE,GO,NORT|
00000450  2c 53 4f 55 54 2c 45 41  53 54 2c 57 45 53 54 2c  |,SOUT,EAST,WEST,|
00000460  57 48 49 53 2c 45 41 54  2c 53 49 4e 47 2c 47 45  |WHIS,EAT,SING,GE|
00000470  54 2c 44 52 4f 50 2c 50  41 44 44 2c 54 48 52 4f  |T,DROP,PADD,THRO|
00000480  2c 44 52 49 56 2c 46 4c  59 2c 55 4e 4c 4f 2c 4f  |,DRIV,FLY,UNLO,O|
00000490  50 45 4e 2c 50 4f 55 52  2c 53 4c 45 45 2c 44 49  |PEN,POUR,SLEE,DI|
000004a0  47 2c 49 4e 56 2c 4c 4f  4f 4b 2c 4e 2c 53 2c 45  |G,INV,LOOK,N,S,E|
000004b0  2c 57 2c 4f 55 54 2c 57  41 4b 45 2c 4c 4f 43 4b  |,W,OUT,WAKE,LOCK|
000004c0  2c 53 48 55 54 2c 43 4c  4f 53 2c 49 4e 0d 01 45  |,SHUT,CLOS,IN..E|
000004d0  96 dc 6b 65 79 2c 30 2c  60 31 30 20 6e 6f 74 65  |..key,0,`10 note|
000004e0  2c 34 2c 62 75 6e 63 68  20 6f 66 20 6b 65 79 73  |,4,bunch of keys|
000004f0  2c 34 2c 63 61 6e 20 6f  66 20 70 65 74 72 6f 6c  |,4,can of petrol|
00000500  2c 33 39 2c 63 61 6e 6f  65 2c 32 32 2c 73 61 6e  |,39,canoe,22,san|
00000510  64 77 69 63 68 2c 32 33  2c 70 6c 61 74 65 2c 32  |dwich,23,plate,2|
00000520  33 2c 68 6f 6c 65 2c 30  2c 70 61 64 64 6c 65 2c  |3,hole,0,paddle,|
00000530  30 2c 62 6f 6f 6b 20 6f  6e 20 66 6c 79 69 6e 67  |0,book on flying|
00000540  20 68 65 6c 69 63 6f 70  74 65 72 73 2c 32 31 2c  | helicopters,21,|
00000550  6d 65 61 6c 2c 30 2c 70  65 74 72 6f 6c 20 63 61  |meal,0,petrol ca|
00000560  6e 2c 30 0d 01 4a 05 e1  0d 01 54 09 dd f2 49 4e  |n,0..J....T...IN|
00000570  50 0d 01 5e 2b e8 27 27  22 4e 6f 77 20 77 68 61  |P..^+.''"Now wha|
00000580  74 3f 22 49 24 3a 49 24  3d 49 24 2b 22 20 22 3a  |t?"I$:I$=I$+" ":|
00000590  e7 49 24 3d 22 20 22 e5  8d 44 5e 41 0d 01 63 05  |.I$=" "..D^A..c.|
000005a0  f1 0d 01 68 16 41 24 3d  c0 49 24 2c a7 49 24 2c  |...h.A$=.I$,.I$,|
000005b0  22 20 22 29 2d 31 29 0d  01 6d 27 e7 53 4c 25 3d  |" ")-1)..m'.SL%=|
000005c0  31 80 20 41 24 3c 3e 22  57 41 4b 45 22 f1 22 53  |1. A$<>"WAKE"."S|
000005d0  6e 6f 72 65 21 20 50 68  65 77 21 22 3a e1 0d 01  |nore! Phew!":...|
000005e0  72 1a 42 24 3d c2 49 24  2c a9 28 49 24 29 2d a7  |r.B$=.I$,.(I$)-.|
000005f0  49 24 2c 22 20 22 29 29  0d 01 7c 08 57 25 3d 31  |I$," "))..|.W%=1|
00000600  0d 01 86 17 e7 57 24 28  57 25 29 3d c0 41 24 2c  |.....W$(W%)=.A$,|
00000610  34 29 e5 8d 74 64 41 0d  01 90 42 57 25 3d 57 25  |4)..tdA...BW%=W%|
00000620  2b 31 3a e7 57 25 3d 33  33 f1 22 49 20 64 6f 6e  |+1:.W%=33."I don|
00000630  27 74 20 75 6e 64 65 72  73 74 61 6e 64 20 74 68  |'t understand th|
00000640  65 20 77 6f 72 64 20 22  22 22 3b 41 24 3b 22 22  |e word """;A$;""|
00000650  22 22 3b 3a e5 8d 44 5e  41 0d 01 9a 09 e5 8d 74  |"";:..D^A......t|
00000660  46 41 0d 01 a4 19 e7 57  25 3d 31 84 57 25 3d 32  |FA.....W%=1.W%=2|
00000670  41 24 3d 42 24 3a e5 8d  44 7c 41 0d 01 ab 13 42  |A$=B$:..D|A....B|
00000680  24 3d c0 42 24 2c a9 28  42 24 29 2d 31 29 0d 01  |$=.B$,.(B$)-1)..|
00000690  ae 9f ee 57 25 2d 32 e5  8d 64 68 43 2c 8d 44 4c  |...W%-2..dhC,.DL|
000006a0  44 2c 8d 74 70 44 2c 8d  54 54 45 2c 8d 44 78 45  |D,.tpD,.TTE,.DxE|
000006b0  2c 8d 64 5c 45 2c 8d 44  40 46 2c 8d 74 64 46 2c  |,.d\E,.D@F,.tdF,|
000006c0  8d 54 48 47 2c 8d 44 6c  47 2c 8d 64 50 47 2c 8d  |.THG,.DlG,.dPG,.|
000006d0  54 74 48 2c 8d 74 58 48  2c 8d 64 7c 48 2c 8d 44  |TtH,.tXH,.d|H,.D|
000006e0  60 49 2c 8d 64 44 49 2c  8d 44 54 4b 2c 8d 54 5c  |`I,.dDI,.DTK,.T\|
000006f0  4c 2c 8d 74 40 4c 2c 8d  64 64 4c 2c 8d 64 68 43  |L,.t@L,.ddL,.dhC|
00000700  2c 8d 44 4c 44 2c 8d 74  70 44 2c 8d 54 54 45 2c  |,.DLD,.tpD,.TTE,|
00000710  8d 44 48 4d 2c 8d 74 6c  4d 2c 8d 54 68 4a 2c 8d  |.DHM,.tlM,.ThJ,.|
00000720  74 4c 4a 2c 8d 74 4c 4a  2c 8d 64 70 4a 0d 01 b8  |tLJ,.tLJ,.dpJ...|
00000730  0a dd f2 44 45 53 43 0d  01 c2 4a f2 4d 28 4c 25  |...DESC...J.M(L%|
00000740  29 3a e3 4f 25 3d 31 b8  31 32 3a e7 4f 4c 25 28  |):.O%=1.12:.OL%(|
00000750  4f 25 29 3d 4c 25 20 4d  24 3d 22 54 68 65 72 65  |O%)=L% M$="There|
00000760  27 73 20 61 20 22 2b 4f  24 28 4f 25 29 2b 22 20  |'s a "+O$(O%)+" |
00000770  68 65 72 65 2e 22 3a f2  4a 28 4d 24 29 3a ed 8b  |here.":.J(M$):..|
00000780  ed 0d 01 cc 05 e1 0d 01  f4 0b dd f2 4d 28 4c 25  |............M(L%|
00000790  29 0d 01 fe 1c f7 28 4c  25 2b 31 30 30 30 30 29  |).....(L%+10000)|
000007a0  3a f3 4d 24 3a f2 4a 28  4d 24 29 3a e1 0d 02 03  |:.M$:.J(M$):....|
000007b0  0b dd f2 4a 28 4d 24 29  0d 02 08 0f 4d 24 3d 4d  |...J(M$)....M$=M|
000007c0  24 2b 22 20 22 3a f5 0d  02 12 0f 51 25 3d a7 4d  |$+" ":.....Q%=.M|
000007d0  24 2c 22 20 22 29 0d 02  1c 0d e7 b1 2b 51 25 3e  |$," ")......+Q%>|
000007e0  33 38 f1 0d 02 26 1a f1  c0 4d 24 2c 51 25 29 3b  |38...&...M$,Q%);|
000007f0  3a 4d 24 3d c1 4d 24 2c  51 25 2b 31 29 0d 02 30  |:M$=.M$,Q%+1)..0|
00000800  0c fd a9 4d 24 3c 32 3a  e1 0d 02 58 0b dd f2 49  |...M$<2:...X...I|
00000810  4e 54 52 4f 0d 02 62 29  f1 8a 31 35 2c 31 29 22  |NTRO..b)..15,1)"|
00000820  4d 41 44 20 49 53 4c 41  4e 44 22 8a 31 35 2c 32  |MAD ISLAND".15,2|
00000830  29 22 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 22 0d 02 6c  |)"=========="..l|
00000840  24 f1 8a 38 2c 34 29 22  43 6f 70 79 72 69 67 68  |$..8,4)"Copyrigh|
00000850  74 20 28 43 29 20 4a 2e  52 79 65 20 31 39 38 33  |t (C) J.Rye 1983|
00000860  22 0d 02 9e b3 f1 27 27  22 54 48 45 20 6f 62 6a  |".....''"THE obj|
00000870  65 63 74 20 6f 66 20 74  68 69 73 20 61 64 76 65  |ect of this adve|
00000880  6e 74 75 72 65 20 69 73  20 73 69 6d 70 6c 79 20  |nture is simply |
00000890  20 74 6f 20 65 73 63 61  70 65 20 66 72 6f 6d 20  | to escape from |
000008a0  74 68 65 20 4d 41 44 20  49 53 4c 41 4e 44 20 77  |the MAD ISLAND w|
000008b0  68 65 72 65 20 79 6f 75  20 61 72 65 20 62 65 69  |here you are bei|
000008c0  6e 67 20 68 65 6c 64 20  61 73 20 61 20 70 72 69  |ng held as a pri|
000008d0  73 6f 6e 65 72 2e 22 27  27 27 22 20 20 20 59 6f  |soner."'''"   Yo|
000008e0  75 20 73 74 61 72 74 20  6c 6f 63 6b 65 64 20 69  |u start locked i|
000008f0  6e 20 61 20 63 65 6c 6c  20 69 6e 20 61 20 20 20  |n a cell in a   |
00000900  20 20 20 6d 65 6e 74 61  6c 20 68 6f 73 70 69 74  |   mental hospit|
00000910  61 6c 21 22 0d 02 a8 b6  f1 27 27 22 20 20 54 6f  |al!".....''"  To|
00000920  20 6d 6f 76 65 20 61 62  6f 75 74 2c 20 74 79 70  | move about, typ|
00000930  65 20 74 68 65 20 64 69  72 65 63 74 69 6f 6e 20  |e the direction |
00000940  79 6f 75 20 77 69 73 68  20 74 6f 20 67 6f 20 28  |you wish to go (|
00000950  65 67 2e 20 4d 4f 56 45  20 4e 4f 52 54 48 29 20  |eg. MOVE NORTH) |
00000960  6f 72 20 6a 75 73 74 20  74 79 70 65 69 74 73 20  |or just typeits |
00000970  66 69 72 73 74 20 6c 65  74 74 65 72 20 28 65 67  |first letter (eg|
00000980  2e 20 4e 29 2e 20 59 6f  75 20 77 69 6c 6c 20 64  |. N). You will d|
00000990  69 73 2d 20 63 6f 76 65  72 20 6f 74 68 65 72 20  |is- cover other |
000009a0  77 6f 72 64 73 20 61 73  20 79 6f 75 20 70 72 6f  |words as you pro|
000009b0  67 72 65 73 73 22 27 22  74 68 72 6f 75 67 68 20  |gress"'"through |
000009c0  74 68 65 20 67 61 6d 65  2e 22 0d 02 b2 37 f1 8a  |the game."...7..|
000009d0  31 34 2c 32 34 29 22 50  52 45 53 53 20 53 50 41  |14,24)"PRESS SPA|
000009e0  43 45 21 22 3b 3a f5 fd  a5 3d 33 32 3a db 3a ef  |CE!";:...=32:.:.|
000009f0  32 33 2c 31 2c 31 3b 31  3b 31 3b 31 3b 3a f1 3a  |23,1,1;1;1;1;:.:|
00000a00  e1 0d 02 bc 0e dd a4 44  28 44 25 2c 4c 25 29 0d  |.......D(D%,L%).|
00000a10  02 c1 09 f7 8d 64 78 6a  0d 02 c6 17 e3 52 25 3d  |.....dxj.....R%=|
00000a20  31 b8 4c 25 3a f3 4e 2c  53 2c 45 2c 57 3a ed 0d  |1.L%:.N,S,E,W:..|
00000a30  02 d0 0c e7 44 25 3d 31  3a 3d 4e 0d 02 da 0c e7  |....D%=1:=N.....|
00000a40  44 25 3d 32 3a 3d 53 0d  02 e4 0c e7 44 25 3d 33  |D%=2:=S.....D%=3|
00000a50  3a 3d 45 0d 02 ee 0c e7  44 25 3d 34 3a 3d 57 0d  |:=E.....D%=4:=W.|
00000a60  03 20 0b dd f2 44 45 41  54 48 0d 03 2a 0e f1 27  |. ...DEATH..*..'|
00000a70  3a f2 4d 28 37 38 29 20  0d 03 34 56 f1 27 27 22  |:.M(78) ..4V.''"|
00000a80  57 6f 75 6c 64 20 79 6f  75 20 6c 69 6b 65 20 61  |Would you like a|
00000a90  6e 6f 74 68 65 72 20 61  74 74 65 6d 70 74 20 61  |nother attempt a|
00000aa0  74 20 20 20 20 20 20 20  65 73 63 61 70 69 6e 67  |t       escaping|
00000ab0  20 66 72 6f 6d 20 74 68  65 20 4d 41 44 2d 49 53  | from the MAD-IS|
00000ac0  4c 41 4e 44 20 28 59 20  6f 72 20 4e 29 22 0d 03  |LAND (Y or N)"..|
00000ad0  3e 23 41 24 3d be 3a e7  41 24 3d 22 59 22 f9 20  |>#A$=.:.A$="Y". |
00000ae0  8b 20 e7 41 24 3d 22 4e  22 e0 20 8b e5 8d 54 7e  |. .A$="N". ...T~|
00000af0  43 0d 03 84 08 dd f2 54  57 0d 03 8e 0f e8 27 27  |C......TW.....''|
00000b00  27 22 3a 22 41 24 27 27  0d 03 98 13 e7 41 24 3d  |'":"A$''.....A$=|
00000b10  22 59 45 53 22 f2 4d 28  35 37 29 0d 03 a2 42 e7  |"YES".M(57)...B.|
00000b20  41 24 3d 22 59 45 53 22  80 4f 4c 25 28 32 29 3d  |A$="YES".OL%(2)=|
00000b30  2d 31 f2 4d 28 35 38 29  3a 4f 4c 25 28 32 29 3d  |-1.M(58):OL%(2)=|
00000b40  30 8b e7 41 24 3d 22 59  45 53 22 f2 4d 28 35 39  |0..A$="YES".M(59|
00000b50  29 3a f2 4d 28 36 30 29  3a 44 25 3d 31 0d 03 ac  |):.M(60):D%=1...|
00000b60  20 e7 41 24 3c 3e 22 59  45 53 22 f2 4d 28 35 36  | .A$<>"YES".M(56|
00000b70  29 3a f2 4d 28 36 30 29  3a 44 25 3d 31 0d 03 b6  |):.M(60):D%=1...|
00000b80  05 e1 0d 03 c0 09 dd f2  45 4e 44 0d 03 ca 57 f1  |........END...W.|
00000b90  27 27 27 22 57 65 6c 6c  20 64 6f 6e 65 21 21 20  |'''"Well done!! |
00000ba0  59 6f 75 20 68 61 76 65  20 6d 61 6e 61 67 65 64  |You have managed|
00000bb0  20 74 6f 20 65 73 63 61  70 65 20 20 66 72 6f 6d  | to escape  from|
00000bc0  20 74 68 65 20 4d 41 44  20 49 53 4c 41 4e 44 2e  | the MAD ISLAND.|
00000bd0  22 27 27 8a 31 36 29 22  54 48 45 20 45 4e 44 22  |"''.16)"THE END"|
00000be0  3a e0 0d 03 e8 1f 4e 4c  25 3d a4 44 28 31 2c 4c  |:.....NL%=.D(1,L|
00000bf0  25 29 3a e7 4e 4c 25 3d  30 f2 4d 28 37 39 29 3a  |%):.NL%=0.M(79):|
00000c00  e1 0d 03 f2 1a e7 4c 25  3d 32 80 44 4f 25 28 31  |......L%=2.DO%(1|
00000c10  29 3d 30 f2 4d 28 35 30  29 3a e1 0d 03 fc 1b e7  |)=0.M(50):......|
00000c20  4c 25 3d 33 31 80 44 4f  25 28 34 29 3d 30 f2 4d  |L%=31.DO%(4)=0.M|
00000c30  28 35 30 29 3a e1 0d 04  06 1a e7 4c 25 3d 33 80  |(50):......L%=3.|
00000c40  44 4f 25 28 32 29 3d 30  f2 4d 28 35 30 29 3a e1  |DO%(2)=0.M(50):.|
00000c50  0d 04 4b 0c 4c 25 3d 4e  4c 25 3a e1 0d 04 4c 1f  |..K.L%=NL%:...L.|
00000c60  4e 4c 25 3d a4 44 28 32  2c 4c 25 29 3a e7 4e 4c  |NL%=.D(2,L%):.NL|
00000c70  25 3d 30 f2 4d 28 37 39  29 3a e1 0d 04 56 1a e7  |%=0.M(79):...V..|
00000c80  4c 25 3d 31 80 44 4f 25  28 31 29 3d 30 f2 4d 28  |L%=1.DO%(1)=0.M(|
00000c90  35 30 29 3a e1 0d 04 60  1b e7 4c 25 3d 36 80 44  |50):...`..L%=6.D|
00000ca0  4f 25 28 34 29 3d 30 f2  4d 28 35 30 29 3a e1 20  |O%(4)=0.M(50):. |
00000cb0  0d 04 6a 1a e7 4c 25 3d  34 80 44 4f 25 28 32 29  |..j..L%=4.DO%(2)|
00000cc0  3d 30 f2 4d 28 35 30 29  3a e1 0d 04 af 0c 4c 25  |=0.M(50):.....L%|
00000cd0  3d 4e 4c 25 3a e1 0d 04  b0 1f 4e 4c 25 3d a4 44  |=NL%:.....NL%=.D|
00000ce0  28 33 2c 4c 25 29 3a e7  4e 4c 25 3d 30 f2 4d 28  |(3,L%):.NL%=0.M(|
00000cf0  37 39 29 3a e1 0d 04 b5  1b e7 4c 25 3d 32 80 20  |79):......L%=2. |
00000d00  47 25 3d 31 3a f2 4d 28  35 32 29 3a 44 25 3d 31  |G%=1:.M(52):D%=1|
00000d10  0d 04 ba 1a e7 4c 25 3d  39 80 44 4f 25 28 35 29  |.....L%=9.DO%(5)|
00000d20  3d 30 f2 4d 28 35 30 29  3a e1 0d 04 c4 1e e7 4c  |=0.M(50):......L|
00000d30  25 3d 32 30 20 80 54 25  3d 31 20 f2 4d 28 37 31  |%=20 .T%=1 .M(71|
00000d40  29 3a 44 25 3d 31 3a e1  0d 04 ce 20 e7 4c 25 3d  |):D%=1:.... .L%=|
00000d50  32 38 20 80 20 47 32 25  3d 31 20 f2 4d 28 37 34  |28 . G2%=1 .M(74|
00000d60  29 3a 44 25 3d 31 3a e1  0d 05 13 0c 4c 25 3d 4e  |):D%=1:.....L%=N|
00000d70  4c 25 3a e1 0d 05 14 1f  4e 4c 25 3d a4 44 28 34  |L%:.....NL%=.D(4|
00000d80  2c 4c 25 29 3a e7 4e 4c  25 3d 30 f2 4d 28 37 39  |,L%):.NL%=0.M(79|
00000d90  29 3a e1 0d 05 1e 2a e7  4c 25 3d 31 39 f2 4d 28  |):....*.L%=19.M(|
00000da0  37 32 29 3a 4c 25 3d 31  37 3a 4f 4c 25 28 35 29  |72):L%=17:OL%(5)|
00000db0  3d 30 3a 4f 4c 25 28 39  29 3d 30 3a e1 0d 05 77  |=0:OL%(9)=0:...w|
00000dc0  0c 4c 25 3d 4e 4c 25 3a  e1 0d 05 78 0a f2 4d 28  |.L%=NL%:...x..M(|
00000dd0  34 33 29 0d 05 7d 0e e7  44 4c 25 28 31 29 3d 30  |43)..}..DL%(1)=0|
00000de0  e1 0d 05 82 0f e7 4c 25  3d 31 f2 4d 28 34 34 29  |......L%=1.M(44)|
00000df0  0d 05 8c 39 e7 4c 25 3d  31 80 4f 4c 25 28 31 31  |...9.L%=1.OL%(11|
00000e00  29 3d 31 20 80 4f 4c 25  28 31 29 3d 30 20 f2 4d  |)=1 .OL%(1)=0 .M|
00000e10  28 34 35 29 3a 4f 4c 25  28 31 31 29 3d 30 3a 4f  |(45):OL%(11)=0:O|
00000e20  4c 25 28 31 29 3d 31 3a  e1 0d 05 96 18 e7 4c 25  |L%(1)=1:......L%|
00000e30  3d 31 80 4f 4c 25 28 31  29 3d 30 f2 4d 28 34 36  |=1.OL%(1)=0.M(46|
00000e40  29 0d 05 a0 05 e1 0d 05  dc 15 4d 24 3d 22 59 6f  |).........M$="Yo|
00000e50  75 20 65 61 74 20 74 68  65 20 22 0d 05 e6 33 e7  |u eat the "...3.|
00000e60  42 24 3d 22 53 41 4e 44  57 49 43 48 22 80 4f 4c  |B$="SANDWICH".OL|
00000e70  25 28 36 29 3d 2d 31 4d  24 3d 4d 24 2b 42 24 3a  |%(6)=-1M$=M$+B$:|
00000e80  53 41 25 3d 31 3a 4f 4c  25 28 36 29 3d 30 0d 05  |SA%=1:OL%(6)=0..|
00000e90  f0 2b e7 42 24 3d 22 4d  45 41 4c 22 80 4f 4c 25  |.+.B$="MEAL".OL%|
00000ea0  28 31 31 29 3d 2d 31 4d  24 3d 4d 24 2b 42 24 3a  |(11)=-1M$=M$+B$:|
00000eb0  4f 4c 25 28 31 31 29 3d  30 0d 05 fa 23 e7 4c 25  |OL%(11)=0...#.L%|
00000ec0  3d 31 39 80 53 41 25 3d  31 f2 4a 28 4d 24 29 3a  |=19.SA%=1.J(M$):|
00000ed0  f2 4d 28 36 36 29 3a 45  58 25 3d 30 0d 06 04 1a  |.M(66):EX%=0....|
00000ee0  e7 a9 28 4d 24 29 3e 31  34 f2 4a 28 4d 24 29 8b  |..(M$)>14.J(M$).|
00000ef0  f2 4d 28 38 35 29 0d 06  0e 05 e1 0d 06 40 28 f1  |.M(85).......@(.|
00000f00  22 54 72 61 20 4c 61 20  4c 61 21 21 22 3a e7 4c  |"Tra La La!!":.L|
00000f10  25 3d 32 80 47 25 3d 31  f2 4d 28 35 31 29 3a 47  |%=2.G%=1.M(51):G|
00000f20  25 3d 30 0d 06 4a 05 e1  0d 06 a4 28 20 4e 4f 3d  |%=0..J.....( NO=|
00000f30  30 3a e3 4f 3d 31 b8 31  32 3a e7 4f 4c 25 28 4f  |0:.O=1.12:.OL%(O|
00000f40  29 3d 2d 31 3a 4e 4f 3d  4e 4f 2b 31 3a ed 8b ed  |)=-1:NO=NO+1:...|
00000f50  0d 06 a6 12 e7 4e 4f 3e  34 f2 4d 28 31 30 30 29  |.....NO>4.M(100)|
00000f60  3a e1 0d 06 a9 37 56 25  3d 30 3a e3 4f 3d 31 b8  |:....7V%=0:.O=1.|
00000f70  31 32 3a e7 4f 4c 25 28  4f 29 3d 4c 25 80 42 24  |12:.OL%(O)=L%.B$|
00000f80  3d 4f 24 28 4f 29 20 4f  4c 25 28 4f 29 3d 2d 31  |=O$(O) OL%(O)=-1|
00000f90  3a 56 25 3d 4f 3a ed 8b  ed 0d 06 ae 30 e3 4f 3d  |:V%=O:......0.O=|
00000fa0  31 b8 31 32 3a e7 4f 4c  25 28 4f 29 3d 4c 25 20  |1.12:.OL%(O)=L% |
00000fb0  80 20 56 25 3d 30 20 4f  4c 25 28 4f 29 3d 2d 31  |. V%=0 OL%(O)=-1|
00000fc0  3a 56 25 3d 4f 3a ed 8b  ed 0d 06 b8 11 e7 56 25  |:V%=O:........V%|
00000fd0  3d 30 f2 4d 28 38 33 29  3a e1 0d 06 c2 1c f1 22  |=0.M(83):......"|
00000fe0  59 6f 75 20 67 65 74 20  74 68 65 20 22 3b 4f 24  |You get the ";O$|
00000ff0  28 56 25 29 3a e1 0d 07  08 37 56 25 3d 30 3a e3  |(V%):....7V%=0:.|
00001000  4f 3d 31 b8 31 32 3a e7  4f 24 28 4f 29 3d 42 24  |O=1.12:.O$(O)=B$|
00001010  80 4f 4c 25 28 4f 29 3d  2d 31 20 4f 4c 25 28 4f  |.OL%(O)=-1 OL%(O|
00001020  29 3d 4c 25 3a 56 25 3d  4f 3a ed 8b ed 0d 07 12  |)=L%:V%=O:......|
00001030  2e e3 4f 3d 31 b8 31 32  3a e7 56 25 3d 30 80 4f  |..O=1.12:.V%=0.O|
00001040  4c 25 28 4f 29 3d 2d 31  20 4f 4c 25 28 4f 29 3d  |L%(O)=-1 OL%(O)=|
00001050  4c 25 3a 56 25 3d 4f 3a  ed 8b ed 0d 07 1c 11 e7  |L%:V%=O:........|
00001060  56 25 3d 30 f2 4d 28 38  34 29 3a e1 0d 07 21 24  |V%=0.M(84):...!$|
00001070  e7 4c 25 3d 32 38 80 54  48 25 3d 31 80 56 25 3d  |.L%=28.TH%=1.V%=|
00001080  38 20 47 32 25 3d 30 3a  f2 4d 28 37 34 29 3a e1  |8 G2%=0:.M(74):.|
00001090  0d 07 22 3a e7 4c 25 3d  32 30 80 54 48 25 3d 31  |..":.L%=20.TH%=1|
000010a0  80 56 25 3d 37 20 4f 4c  25 28 37 29 3d 30 3a f2  |.V%=7 OL%(7)=0:.|
000010b0  4d 28 36 37 29 3a f2 4d  28 36 39 29 3a f2 4d 28  |M(67):.M(69):.M(|
000010c0  36 38 29 3a 54 25 3d 30  3a e1 0d 07 23 28 e7 54  |68):T%=0:...#(.T|
000010d0  48 25 3d 31 80 56 25 3d  37 20 4f 4c 25 28 37 29  |H%=1.V%=7 OL%(7)|
000010e0  3d 30 3a f2 4d 28 36 37  29 3a f2 4d 28 36 38 29  |=0:.M(67):.M(68)|
000010f0  3a e1 0d 07 26 2a e7 54  48 25 3d 31 54 48 25 3d  |:...&*.TH%=1TH%=|
00001100  30 3a f1 22 59 6f 75 20  74 68 72 6f 77 20 74 68  |0:."You throw th|
00001110  65 20 22 3b 4f 24 28 56  25 29 3a e1 0d 07 30 1d  |e ";O$(V%):...0.|
00001120  f1 22 59 6f 75 20 64 72  6f 70 20 74 68 65 20 22  |."You drop the "|
00001130  3b 4f 24 28 56 25 29 3a  e1 0d 07 6c 2f e7 4c 25  |;O$(V%):...l/.L%|
00001140  3d 33 38 20 80 4f 4c 25  28 39 29 3d 2d 31 20 80  |=38 .OL%(9)=-1 .|
00001150  4f 4c 25 28 35 29 3d 2d  31 20 f2 4d 28 36 33 29  |OL%(5)=-1 .M(63)|
00001160  3a 4c 25 3d 31 39 3a e1  0d 07 76 25 e7 4c 25 3d  |:L%=19:...v%.L%=|
00001170  33 38 20 80 4f 4c 25 28  39 29 3c 3e 2d 31 20 f2  |38 .OL%(9)<>-1 .|
00001180  4d 28 36 34 29 3a 4c 25  3d 31 38 3a e1 0d 07 80  |M(64):L%=18:....|
00001190  11 e7 4c 25 3c 3e 33 38  f2 4d 28 39 39 29 0d 07  |..L%<>38.M(99)..|
000011a0  c6 05 e1 0d 07 d0 0f 54  48 25 3d 31 3a e5 8d 54  |.......TH%=1:..T|
000011b0  48 47 0d 08 34 21 e7 4c  25 3d 31 32 80 50 25 3d  |HG..4!.L%=12.P%=|
000011c0  31 20 41 51 25 3d 32 3a  f2 4d 28 36 31 29 3a 50  |1 AQ%=2:.M(61):P|
000011d0  25 3d 30 0d 08 3e 17 e7  4c 25 3d 31 32 80 50 25  |%=0..>..L%=12.P%|
000011e0  3d 30 f2 4d 28 35 34 29  3a e1 0d 08 48 0c f2 4d  |=0.M(54):...H..M|
000011f0  28 38 31 29 3a e1 0d 08  98 1e e7 4c 25 3d 33 30  |(81):......L%=30|
00001200  f2 4d 28 39 34 29 3a 44  25 3d 31 20 8b 20 f2 4d  |.M(94):D%=1 . .M|
00001210  28 39 35 29 0d 08 a2 05  e1 0d 08 fc 25 e7 4f 4c  |(95)........%.OL|
00001220  25 28 31 29 3c 3e 2d 31  20 80 20 4f 4c 25 28 33  |%(1)<>-1 . OL%(3|
00001230  29 3c 3e 2d 31 20 f2 4d  28 38 39 29 3a e1 0d 09  |)<>-1 .M(89):...|
00001240  06 2b e7 4c 25 3d 31 20  44 4c 25 28 31 29 3d 30  |.+.L%=1 DL%(1)=0|
00001250  3a f2 4d 28 34 37 29 3a  f2 4d 28 39 30 29 3a 4f  |:.M(47):.M(90):O|
00001260  4c 25 28 31 29 3d 30 3a  e1 0d 09 10 20 e7 4c 25  |L%(1)=0:.... .L%|
00001270  3d 33 84 4c 25 3d 34 20  44 4c 25 28 32 29 3d 30  |=3.L%=4 DL%(2)=0|
00001280  3a f2 4d 28 34 37 29 3a  e1 0d 09 1a 1a e7 4c 25  |:.M(47):......L%|
00001290  3d 35 44 4c 25 28 33 29  3d 30 3a f2 4d 28 34 37  |=5DL%(3)=0:.M(47|
000012a0  29 3a e1 0d 09 24 29 e7  4c 25 3d 39 20 80 44 4c  |):...$).L%=9 .DL|
000012b0  25 28 35 29 3d 31 20 44  4c 25 28 35 29 3d 30 3a  |%(5)=1 DL%(5)=0:|
000012c0  f2 4d 28 35 35 29 3a f2  54 57 3a e1 0d 09 2e 21  |.M(55):.TW:....!|
000012d0  e7 4c 25 3d 36 84 4c 25  3d 33 31 20 44 4c 25 28  |.L%=6.L%=31 DL%(|
000012e0  34 29 3d 30 3a f2 4d 28  34 37 29 3a e1 0d 09 38  |4)=0:.M(47):...8|
000012f0  0d f2 4d 28 31 30 31 29  3a e1 0d 09 60 2c e7 28  |..M(101):...`,.(|
00001300  4c 25 3d 31 84 4c 25 3d  32 29 20 80 44 4c 25 28  |L%=1.L%=2) .DL%(|
00001310  31 29 3d 30 20 44 4f 25  28 31 29 3d 31 3a f2 4d  |1)=0 DO%(1)=1:.M|
00001320  28 34 39 29 3a e1 0d 09  65 17 e7 4c 25 3d 31 84  |(49):...e..L%=1.|
00001330  4c 25 3d 32 20 f2 4d 28  34 38 29 3a e1 0d 09 6a  |L%=2 .M(48):...j|
00001340  2c e7 28 4c 25 3d 33 84  4c 25 3d 34 29 20 80 44  |,.(L%=3.L%=4) .D|
00001350  4c 25 28 32 29 3d 30 20  44 4f 25 28 32 29 3d 31  |L%(2)=0 DO%(2)=1|
00001360  3a f2 4d 28 34 39 29 3a  e1 0d 09 6f 17 e7 4c 25  |:.M(49):...o..L%|
00001370  3d 33 84 4c 25 3d 34 20  f2 4d 28 34 38 29 3a e1  |=3.L%=4 .M(48):.|
00001380  0d 09 74 21 e7 4c 25 3d  35 20 80 44 4c 25 28 33  |..t!.L%=5 .DL%(3|
00001390  29 3d 30 20 f2 4d 28 35  33 29 3a 44 25 3d 31 3a  |)=0 .M(53):D%=1:|
000013a0  e1 0d 09 79 12 e7 4c 25  3d 35 20 f2 4d 28 34 38  |...y..L%=5 .M(48|
000013b0  29 3a e1 0d 09 7e 2d e7  28 4c 25 3d 36 84 4c 25  |):...~-.(L%=6.L%|
000013c0  3d 33 31 29 20 80 44 4c  25 28 34 29 3d 30 20 44  |=31) .DL%(4)=0 D|
000013d0  4f 25 28 34 29 3d 31 3a  f2 4d 28 34 39 29 3a e1  |O%(4)=1:.M(49):.|
000013e0  0d 09 83 18 e7 4c 25 3d  36 84 4c 25 3d 33 31 20  |.....L%=6.L%=31 |
000013f0  f2 4d 28 34 38 29 3a e1  0d 09 88 2d e7 28 4c 25  |.M(48):....-.(L%|
00001400  3d 39 84 4c 25 3d 31 34  29 20 80 44 4c 25 28 35  |=9.L%=14) .DL%(5|
00001410  29 3d 30 20 44 4f 25 28  35 29 3d 31 3a f2 4d 28  |)=0 DO%(5)=1:.M(|
00001420  34 39 29 3a e1 0d 09 8d  18 e7 4c 25 3d 39 84 4c  |49):......L%=9.L|
00001430  25 3d 31 34 20 f2 4d 28  34 38 29 3a e1 0d 09 92  |%=14 .M(48):....|
00001440  0d f2 4d 28 31 30 32 29  3a e1 0d 09 c4 34 e7 4f  |..M(102):....4.O|
00001450  4c 25 28 34 29 3d 2d 31  80 4c 25 3d 39 f2 4d 28  |L%(4)=-1.L%=9.M(|
00001460  38 36 29 3a 4f 4c 25 28  34 29 3d 30 3a 4f 4c 25  |86):OL%(4)=0:OL%|
00001470  28 31 32 29 3d 2d 31 3a  50 25 3d 31 3a e1 0d 09  |(12)=-1:P%=1:...|
00001480  ce 2a e7 4f 4c 25 28 34  29 3d 2d 31 f2 4d 28 38  |.*.OL%(4)=-1.M(8|
00001490  37 29 3a 4f 4c 25 28 34  29 3d 30 3a 4f 4c 25 28  |7):OL%(4)=0:OL%(|
000014a0  31 32 29 3d 2d 31 3a e1  0d 09 d8 0c f2 4d 28 38  |12)=-1:......M(8|
000014b0  38 29 3a e1 0d 0a 28 25  e7 4f 4c 25 28 31 29 3c  |8):...(%.OL%(1)<|
000014c0  3e 2d 31 20 80 20 4f 4c  25 28 33 29 3c 3e 2d 31  |>-1 . OL%(3)<>-1|
000014d0  20 f2 4d 28 38 39 29 3a  e1 0d 0a 3c 3c e7 4c 25  | .M(89):...<<.L%|
000014e0  3d 31 84 4c 25 3d 32 84  4c 25 3d 33 84 4c 25 3d  |=1.L%=2.L%=3.L%=|
000014f0  34 84 4c 25 3d 36 84 4c  25 3d 33 31 84 4c 25 3d  |4.L%=6.L%=31.L%=|
00001500  31 32 84 4c 25 3d 39 84  4c 25 3d 31 34 f2 4d 28  |12.L%=9.L%=14.M(|
00001510  39 36 29 3a e1 0d 0a 46  0c f2 4d 28 39 37 29 3a  |96):...F..M(97):|
00001520  e1 0d 0a 8c 20 e7 4c 25  3d 31 84 4c 25 3d 32 20  |.... .L%=1.L%=2 |
00001530  44 4f 25 28 31 29 3d 30  3a f2 4d 28 35 30 29 3a  |DO%(1)=0:.M(50):|
00001540  e1 0d 0a 96 20 e7 4c 25  3d 33 84 4c 25 3d 34 20  |.... .L%=3.L%=4 |
00001550  44 4f 25 28 32 29 3d 30  3a f2 4d 28 35 30 29 3a  |DO%(2)=0:.M(50):|
00001560  e1 0d 0a a0 21 e7 4c 25  3d 36 84 4c 25 3d 33 31  |....!.L%=6.L%=31|
00001570  20 44 4f 25 28 34 29 3d  30 3a f2 4d 28 35 30 29  | DO%(4)=0:.M(50)|
00001580  3a e1 0d 0a aa 27 e7 4c  25 3d 31 32 84 4c 25 3d  |:....'.L%=12.L%=|
00001590  39 84 4c 25 3d 31 34 20  44 4f 25 28 35 29 3d 30  |9.L%=14 DO%(5)=0|
000015a0  3a f2 4d 28 35 30 29 3a  e1 0d 0a b4 0c f2 4d 28  |:.M(50):......M(|
000015b0  39 38 29 3a e1 0d 0a f0  1a e7 4c 25 3d 39 80 44  |98):......L%=9.D|
000015c0  4f 25 28 35 29 3d 31 20  4c 25 3d 31 32 3a e1 0d  |O%(5)=1 L%=12:..|
000015d0  0a fa 1b e7 4c 25 3d 31  34 80 44 4f 25 28 35 29  |....L%=14.DO%(5)|
000015e0  3d 31 20 4c 25 3d 31 32  3a e1 0d 0b 04 10 e7 4c  |=1 L%=12:......L|
000015f0  25 3d 32 39 20 4c 25 3d  33 30 0d 0b 0e 27 e7 4c  |%=29 L%=30...'.L|
00001600  25 3d 33 30 80 4f 4c 25  28 31 30 29 3d 2d 31 f2  |%=30.OL%(10)=-1.|
00001610  4d 28 33 30 29 3a f2 4d  28 37 37 29 3a f2 45 4e  |M(30):.M(77):.EN|
00001620  44 0d 0b 18 12 e7 4c 25  3d 33 30 f2 4d 28 37 36  |D.....L%=30.M(76|
00001630  29 3a e1 0d 0b 4a 0c f2  4d 28 39 33 29 3a e1 0d  |):...J..M(93):..|
00001640  0b 54 12 f2 4d 28 34 30  29 3a 53 4c 25 3d 31 3a  |.T..M(40):SL%=1:|
00001650  e1 0d 0c 1c 2b e7 4c 25  3d 32 35 80 48 25 3d 30  |....+.L%=25.H%=0|
00001660  f2 4d 28 39 31 29 3a 4f  4c 25 28 38 29 3d 32 35  |.M(91):OL%(8)=25|
00001670  3a 4f 4c 25 28 39 29 3d  32 35 3a e1 0d 0c 26 0c  |:OL%(9)=25:...&.|
00001680  f2 4d 28 39 32 29 3a e1  0d 0c 80 26 4f 56 3d 30  |.M(92):....&OV=0|
00001690  3a e3 4f 3d 31 b8 31 32  3a e7 4f 4c 25 28 4f 29  |:.O=1.12:.OL%(O)|
000016a0  3d 2d 31 4f 56 3d 4f 56  2b 31 3a ed 8b ed 0d 0c  |=-1OV=OV+1:.....|
000016b0  8a 1a 4d 24 3d 22 59 6f  75 20 61 72 65 20 63 61  |..M$="You are ca|
000016c0  72 72 79 69 6e 67 20 22  0d 0c 94 1e e7 4f 56 3d  |rrying ".....OV=|
000016d0  30 4d 24 3d 4d 24 2b 22  6e 6f 74 68 69 6e 67 22  |0M$=M$+"nothing"|
000016e0  3a e5 8d 74 7c 4c 0d 0c  9e 2d e7 4f 56 3d 31 3a  |:..t|L...-.OV=1:|
000016f0  e3 4f 3d 31 b8 31 32 3a  e7 4f 4c 25 28 4f 29 3d  |.O=1.12:.OL%(O)=|
00001700  2d 31 20 4d 24 3d 4d 24  2b 22 61 20 22 2b 4f 24  |-1 M$=M$+"a "+O$|
00001710  28 4f 29 0d 0c a3 10 e7  4f 56 3d 31 ed 3a e5 8d  |(O).....OV=1.:..|
00001720  74 7c 4c 0d 0c a8 33 e7  4f 56 3e 31 3a e3 4f 3d  |t|L...3.OV>1:.O=|
00001730  31 b8 31 32 3a e7 4f 4c  25 28 4f 29 3d 2d 31 20  |1.12:.OL%(O)=-1 |
00001740  4d 24 3d 4d 24 2b 22 61  20 22 2b 4f 24 28 4f 29  |M$=M$+"a "+O$(O)|
00001750  2b 22 20 26 20 22 0d 0c  b2 19 ed 3a 4d 24 3d c0  |+" & ".....:M$=.|
00001760  4d 24 2c a9 28 4d 24 29  2d 33 29 2b 22 2e 22 0d  |M$,.(M$)-3)+".".|
00001770  0c bc 0c f2 4a 28 4d 24  29 3a e1 0d 0c e4 0b f2  |....J(M$):......|
00001780  44 45 53 43 3a e1 0d 0d  48 16 e7 4c 25 3d 31 32  |DESC:...H..L%=12|
00001790  80 41 51 25 3d 31 4c 25  3d 39 3a e1 0d 0d 52 17  |.AQ%=1L%=9:...R.|
000017a0  e7 4c 25 3d 31 32 80 41  51 25 3d 32 4c 25 3d 31  |.L%=12.AQ%=2L%=1|
000017b0  34 3a e1 0d 0d 57 11 e7  4c 25 3d 33 30 4c 25 3d  |4:...W..L%=30L%=|
000017c0  32 39 3a e1 0d 0d 5c 0c  f2 4d 28 38 30 29 3a e1  |29:...\..M(80):.|
000017d0  0d 0d ac 14 e7 53 4c 25  3c 3e 31 20 f2 4d 28 38  |.....SL%<>1 .M(8|
000017e0  32 29 3a e1 0d 0d b6 10  f2 4d 28 34 31 29 3a 53  |2):......M(41):S|
000017f0  4c 25 3d 30 0d 0d c0 2c  e7 4c 25 3d 31 20 80 4f  |L%=0...,.L%=1 .O|
00001800  4c 25 28 31 29 3d 30 80  44 4c 25 28 31 29 3d 31  |L%(1)=0.DL%(1)=1|
00001810  4f 4c 25 28 31 31 29 3d  31 3a f2 4d 28 34 32 29  |OL%(11)=1:.M(42)|
00001820  0d 0d ca 05 e1 0d 27 11  d2 dc 22 59 6f 75 27 72  |......'..."You'r|
00001830  65 20 69 6e 20 61 20 62  61 72 65 20 63 65 6c 6c  |e in a bare cell|
00001840  20 66 75 72 6e 69 73 68  65 64 20 6f 6e 6c 79 20  | furnished only |
00001850  77 69 74 68 20 61 20 62  65 64 2e 20 54 68 65 72  |with a bed. Ther|
00001860  65 27 73 20 61 20 62 61  72 72 65 64 20 77 69 6e  |e's a barred win|
00001870  64 6f 77 20 69 6e 20 74  68 65 20 6e 6f 72 74 68  |dow in the north|
00001880  20 77 61 6c 6c 20 61 6e  64 20 61 20 68 65 61 76  | wall and a heav|
00001890  79 20 69 72 6f 6e 20 64  6f 6f 72 20 69 6e 20 74  |y iron door in t|
000018a0  68 65 20 73 6f 75 74 68  20 6f 6e 65 2e 20 53 75  |he south one. Su|
000018b0  6e 6c 69 67 68 74 20 63  6f 6d 65 73 20 69 6e 20  |nlight comes in |
000018c0  74 68 72 6f 75 67 68 20  74 68 65 20 77 69 6e 64  |through the wind|
000018d0  6f 77 20 61 6e 64 20 6f  75 74 73 69 64 65 20 79  |ow and outside y|
000018e0  6f 75 20 68 65 61 72 20  62 69 72 64 73 20 73 69  |ou hear birds si|
000018f0  6e 67 69 6e 67 2e 22 0d  27 12 89 dc 22 59 6f 75  |nging.".'..."You|
00001900  27 72 65 20 6f 75 74 73  69 64 65 20 74 68 65 20  |'re outside the |
00001910  62 61 72 65 20 63 65 6c  6c 20 69 6e 20 61 20 63  |bare cell in a c|
00001920  6f 72 72 69 64 6f 72 20  6c 65 61 64 69 6e 67 20  |orridor leading |
00001930  65 61 73 74 2e 20 41 74  20 74 68 65 20 65 6e 64  |east. At the end|
00001940  20 6f 66 20 74 68 65 20  63 6f 72 72 69 64 6f 72  | of the corridor|
00001950  20 73 74 61 6e 64 73 20  61 6e 20 6f 70 65 6e 20  | stands an open |
00001960  64 6f 6f 72 77 61 79 2e  20 54 61 6c 6b 69 6e 67  |doorway. Talking|
00001970  20 63 6f 6d 65 73 20 66  72 6f 6d 20 69 74 2e 22  | comes from it."|
00001980  0d 27 13 61 dc 22 59 6f  75 27 72 65 20 6f 75 74  |.'.a."You're out|
00001990  73 69 64 65 20 74 68 65  20 47 75 61 72 64 20 52  |side the Guard R|
000019a0  6f 6f 6d 20 77 68 69 63  68 20 69 73 20 74 6f 20  |oom which is to |
000019b0  6e 6f 72 74 68 2e 20 43  6f 72 72 69 64 6f 72 73  |north. Corridors|
000019c0  20 6c 65 61 64 20 6f 66  66 20 74 6f 20 74 68 65  | lead off to the|
000019d0  20 77 65 73 74 20 61 6e  64 20 73 6f 75 74 68 2e  | west and south.|
000019e0  22 0d 27 14 74 dc 22 59  6f 75 27 72 65 20 69 6e  |".'.t."You're in|
000019f0  73 69 64 65 20 74 68 65  20 47 75 61 72 64 20 52  |side the Guard R|
00001a00  6f 6f 6d 2e 20 53 6c 75  6d 70 65 64 20 6f 76 65  |oom. Slumped ove|
00001a10  72 20 61 20 74 61 62 6c  65 20 61 72 65 20 66 6f  |r a table are fo|
00001a20  75 72 20 73 6e 6f 72 69  6e 67 20 67 75 61 72 64  |ur snoring guard|
00001a30  73 2e 20 54 68 65 72 65  27 73 20 61 20 64 6f 6f  |s. There's a doo|
00001a40  72 20 69 6e 20 74 68 65  20 73 6f 75 74 68 20 77  |r in the south w|
00001a50  61 6c 6c 2e 22 0d 27 15  64 dc 22 59 6f 75 27 72  |all.".'.d."You'r|
00001a60  65 20 69 6e 20 61 20 63  6f 72 72 69 64 6f 72 20  |e in a corridor |
00001a70  77 68 69 63 68 20 63 6f  6e 74 69 6e 75 65 73 20  |which continues |
00001a80  74 6f 20 74 68 65 20 6e  6f 72 74 68 20 61 6e 64  |to the north and|
00001a90  20 73 6f 75 74 68 2e 20  57 65 73 74 20 69 73 20  | south. West is |
00001aa0  61 6e 6f 74 68 65 72 20  68 65 61 76 79 20 69 72  |another heavy ir|
00001ab0  6f 6e 20 64 6f 6f 72 2e  22 0d 27 16 4d dc 22 59  |on door.".'.M."Y|
00001ac0  6f 75 27 72 65 20 61 74  20 74 68 65 20 65 6e 64  |ou're at the end|
00001ad0  20 6f 66 20 61 20 63 6f  72 72 69 64 6f 72 20 6c  | of a corridor l|
00001ae0  65 61 64 69 6e 67 20 74  6f 20 74 68 65 20 6e 6f  |eading to the no|
00001af0  72 74 68 2e 20 53 6f 75  74 68 20 69 73 20 61 20  |rth. South is a |
00001b00  64 6f 6f 72 2e 22 0d 27  17 dd dc 22 59 6f 75 27  |door.".'..."You'|
00001b10  72 65 20 69 6e 20 74 68  65 20 6d 69 64 64 6c 65  |re in the middle|
00001b20  20 6f 66 20 61 20 6c 61  72 67 65 2c 20 6f 70 65  | of a large, ope|
00001b30  6e 20 63 6f 75 72 74 79  61 72 64 2e 20 54 68 65  |n courtyard. The|
00001b40  72 65 27 73 20 61 20 62  75 69 6c 64 69 6e 67 20  |re's a building |
00001b50  74 6f 20 74 68 65 20 6e  6f 72 74 68 20 77 69 74  |to the north wit|
00001b60  68 20 6f 6e 65 20 64 6f  6f 72 20 69 6e 20 69 74  |h one door in it|
00001b70  2e 20 54 6f 20 74 68 65  20 73 6f 75 74 68 20 61  |. To the south a|
00001b80  6e 64 20 77 65 73 74 2c  20 74 68 65 72 65 27 73  |nd west, there's|
00001b90  20 61 20 31 30 66 74 20  68 69 67 68 20 62 72 69  | a 10ft high bri|
00001ba0  63 6b 20 77 61 6c 6c 20  77 69 74 68 20 62 61 72  |ck wall with bar|
00001bb0  62 65 64 20 77 69 72 65  20 72 75 6e 6e 69 6e 67  |bed wire running|
00001bc0  20 61 6c 6f 6e 67 20 69  74 73 20 74 6f 70 2e 20  | along its top. |
00001bd0  45 61 73 74 20 69 73 20  61 20 67 61 74 65 77 61  |East is a gatewa|
00001be0  79 2e 22 0d 27 18 53 dc  22 59 6f 75 27 72 65 20  |y.".'.S."You're |
00001bf0  73 74 61 6e 64 69 6e 67  20 74 6f 20 74 68 65 20  |standing to the |
00001c00  77 65 73 74 20 6f 66 20  61 20 6c 61 72 67 65 20  |west of a large |
00001c10  67 61 74 65 2e 20 57 65  73 74 20 69 73 20 61 20  |gate. West is a |
00001c20  6c 61 72 67 65 20 6f 70  65 6e 20 63 6f 75 72 74  |large open court|
00001c30  79 61 72 64 2e 22 0d 27  19 8b dc 22 59 6f 75 27  |yard.".'..."You'|
00001c40  72 65 20 6f 6e 20 74 68  65 20 70 61 76 65 6d 65  |re on the paveme|
00001c50  6e 74 2c 20 77 68 69 63  68 20 63 6f 6e 74 69 6e  |nt, which contin|
00001c60  75 65 73 20 6e 6f 72 74  68 20 61 6e 64 20 73 6f  |ues north and so|
00001c70  75 74 68 20 6e 65 78 74  20 74 6f 20 74 68 65 20  |uth next to the |
00001c80  72 6f 61 64 2e 20 57 65  73 74 20 69 73 20 61 20  |road. West is a |
00001c90  67 61 74 65 20 61 6e 64  20 65 61 73 74 20 69 73  |gate and east is|
00001ca0  20 61 20 67 6c 65 61 6d  69 6e 67 2c 20 62 6c 61  | a gleaming, bla|
00001cb0  63 6b 20 41 75 64 69 20  51 75 61 74 74 72 6f 21  |ck Audi Quattro!|
00001cc0  22 0d 27 1a b1 dc 22 59  6f 75 27 72 65 20 77 61  |".'..."You're wa|
00001cd0  6e 64 65 72 69 6e 67 20  61 63 72 6f 73 73 20 61  |ndering across a|
00001ce0  6e 20 6f 70 65 6e 20 6d  6f 6f 72 20 77 68 69 63  |n open moor whic|
00001cf0  68 20 61 70 70 65 61 72  73 20 74 6f 20 62 65 20  |h appears to be |
00001d00  72 6f 75 67 68 20 67 72  61 7a 69 6e 67 20 66 6f  |rough grazing fo|
00001d10  72 20 73 68 65 65 70 2e  20 53 75 64 64 65 6e 6c  |r sheep. Suddenl|
00001d20  79 20 61 6e 20 38 66 74  20 74 61 6c 6c 20 73 68  |y an 8ft tall sh|
00001d30  65 65 70 20 63 68 61 72  67 65 73 20 75 70 20 74  |eep charges up t|
00001d40  6f 20 79 6f 75 20 61 6e  64 20 6e 69 70 73 20 6f  |o you and nips o|
00001d50  66 66 20 79 6f 75 72 20  68 65 61 64 20 77 69 74  |ff your head wit|
00001d60  68 20 69 74 73 20 68 75  67 65 20 74 65 65 74 68  |h its huge teeth|
00001d70  21 22 0d 27 1b 89 dc 22  59 6f 75 27 72 65 20 6f  |!".'..."You're o|
00001d80  6e 20 74 68 65 20 70 61  76 65 6d 65 6e 74 2e 20  |n the pavement. |
00001d90  57 65 73 74 20 69 73 20  61 20 70 65 74 72 6f 6c  |West is a petrol|
00001da0  20 73 74 61 74 69 6f 6e  2e 20 54 68 65 20 70 61  | station. The pa|
00001db0  76 65 6d 65 6e 74 20 63  6f 6e 74 69 6e 75 65 73  |vement continues|
00001dc0  20 73 6f 75 74 68 2c 20  74 68 65 20 72 6f 61 64  | south, the road|
00001dd0  20 67 6f 65 73 20 6f 66  66 20 65 61 73 74 20 61  | goes off east a|
00001de0  6e 64 20 6e 6f 72 74 68  20 69 73 20 61 20 63 61  |nd north is a ca|
00001df0  74 74 6c 65 20 67 72 69  64 2e 22 0d 27 1c 3b dc  |ttle grid.".'.;.|
00001e00  22 59 6f 75 27 72 65 20  69 6e 20 74 68 65 20 64  |"You're in the d|
00001e10  72 69 76 69 6e 67 20 73  65 61 74 20 6f 66 20 61  |riving seat of a|
00001e20  6e 20 41 75 64 69 20 51  75 61 74 74 72 6f 20 43  |n Audi Quattro C|
00001e30  6f 75 70 65 2e 22 0d 27  1d 88 dc 22 59 6f 75 20  |oupe.".'..."You |
00001e40  73 74 65 70 20 6f 6e 74  6f 20 74 68 65 20 63 61  |step onto the ca|
00001e50  74 74 6c 65 20 67 72 69  64 20 61 6e 64 20 73 74  |ttle grid and st|
00001e60  61 72 74 20 74 6f 20 63  72 6f 73 73 20 69 74 20  |art to cross it |
00001e70  77 68 65 6e 20 2d 20 57  68 6f 6f 70 73 21 20 2d  |when - Whoops! -|
00001e80  20 79 6f 75 20 73 6c 69  70 20 61 6e 64 20 62 72  | you slip and br|
00001e90  65 61 6b 20 79 6f 75 72  20 61 6e 6b 6c 65 2e 20  |eak your ankle. |
00001ea0  59 6f 75 20 73 6c 6f 77  6c 79 20 64 69 65 20 6f  |You slowly die o|
00001eb0  66 20 73 74 61 72 76 61  74 69 6f 6e 2e 22 0d 27  |f starvation.".'|
00001ec0  1e a5 dc 22 59 6f 75 27  72 65 20 6f 75 74 73 69  |..."You're outsi|
00001ed0  64 65 20 61 6e 20 41 75  64 69 20 51 75 61 74 74  |de an Audi Quatt|
00001ee0  72 6f 2e 20 54 68 65 20  72 6f 61 64 20 63 6f 6e  |ro. The road con|
00001ef0  74 69 6e 75 65 73 20 6e  6f 72 74 68 20 61 6e 64  |tinues north and|
00001f00  20 73 6f 75 74 68 2e 20  41 20 77 69 6e 64 69 6e  | south. A windin|
00001f10  67 20 70 61 74 68 20 6c  65 61 64 73 20 65 61 73  |g path leads eas|
00001f20  74 20 69 6e 74 6f 20 61  20 64 72 61 6b 20 70 69  |t into a drak pi|
00001f30  6e 65 20 66 6f 72 65 73  74 2e 20 57 65 73 74 20  |ne forest. West |
00001f40  61 72 65 20 73 6f 6d 65  20 73 74 65 70 73 20 64  |are some steps d|
00001f50  6f 77 6e 20 61 20 73 74  65 65 70 20 63 6c 69 66  |own a steep clif|
00001f60  66 2e 22 0d 27 1f ae dc  22 41 73 20 79 6f 75 20  |f.".'..."As you |
00001f70  77 61 6c 6b 20 61 6c 6f  6e 67 20 74 68 65 20 72  |walk along the r|
00001f80  6f 61 64 2c 20 74 68 65  20 73 6b 79 20 64 61 72  |oad, the sky dar|
00001f90  6b 65 6e 73 20 61 6e 64  20 68 65 61 76 79 20 72  |kens and heavy r|
00001fa0  61 69 6e 20 62 65 67 69  6e 73 2e 20 54 68 75 6e  |ain begins. Thun|
00001fb0  64 65 72 20 72 6f 6c 6c  73 20 61 6e 64 20 2d 20  |der rolls and - |
00001fc0  50 6f 6f 66 21 20 2d 20  79 6f 75 20 61 72 65 20  |Poof! - you are |
00001fd0  73 74 75 63 6b 20 62 79  20 6c 69 67 68 74 6e 69  |stuck by lightni|
00001fe0  6e 67 2e 20 4e 6f 74 68  69 6e 67 20 72 65 6d 61  |ng. Nothing rema|
00001ff0  69 6e 73 20 6f 66 20 79  6f 75 20 62 75 74 20 61  |ins of you but a|
00002000  20 77 68 69 66 66 20 6f  66 20 6f 7a 6f 6e 65 21  | whiff of ozone!|
00002010  22 0d 27 20 57 dc 22 59  6f 75 27 72 65 20 77 61  |".' W."You're wa|
00002020  6c 6b 69 6e 67 20 61 6c  6f 6e 67 20 61 20 6c 65  |lking along a le|
00002030  61 66 79 20 74 72 61 69  6c 20 69 6e 20 61 20 70  |afy trail in a p|
00002040  69 6e 65 20 66 6f 72 65  73 74 2e 20 49 74 20 63  |ine forest. It c|
00002050  6f 6e 74 69 6e 75 65 73  20 65 61 73 74 20 61 6e  |ontinues east an|
00002060  64 20 77 65 73 74 2e 22  0d 27 21 88 dc 22 59 6f  |d west.".'!.."Yo|
00002070  75 27 72 65 20 6f 6e 20  61 20 73 6d 61 6c 6c 20  |u're on a small |
00002080  77 6f 6f 64 65 6e 20 62  72 69 64 67 65 20 73 70  |wooden bridge sp|
00002090  61 6e 6e 69 6e 67 20 61  20 6c 61 72 67 65 20 62  |anning a large b|
000020a0  75 74 20 66 61 73 74 2d  66 6c 6f 77 69 6e 67 20  |ut fast-flowing |
000020b0  6e 6f 72 74 68 2d 73 6f  75 74 68 20 72 69 76 65  |north-south rive|
000020c0  72 2e 20 50 61 74 68 73  20 6c 65 61 64 20 61 77  |r. Paths lead aw|
000020d0  61 79 20 65 61 73 74 20  61 6e 64 20 77 65 73 74  |ay east and west|
000020e0  20 69 6e 74 6f 20 74 68  65 20 77 6f 6f 64 2e 22  | into the wood."|
000020f0  0d 27 22 b1 dc 22 54 68  65 20 63 75 72 72 65 6e  |.'".."The curren|
00002100  74 20 71 75 69 63 6b 6c  79 20 70 75 6c 6c 73 20  |t quickly pulls |
00002110  79 6f 75 20 64 6f 77 6e  73 74 72 65 61 6d 21 20  |you downstream! |
00002120  59 6f 75 20 68 65 61 72  20 61 20 72 6f 61 72 69  |You hear a roari|
00002130  6e 67 20 6e 6f 69 73 65  20 67 72 6f 77 20 6c 6f  |ng noise grow lo|
00002140  75 64 65 72 20 61 6e 64  20 79 6f 75 20 70 6c 75  |uder and you plu|
00002150  6e 67 65 20 6f 76 65 72  20 61 20 77 61 74 65 72  |nge over a water|
00002160  66 61 6c 6c 20 74 6f 20  62 65 20 64 61 73 68 65  |fall to be dashe|
00002170  64 20 74 6f 20 61 20 6d  69 6c 6c 69 6f 6e 20 6c  |d to a million l|
00002180  69 74 74 6c 65 20 70 69  65 63 65 73 20 6f 6e 20  |ittle pieces on |
00002190  74 68 65 20 72 6f 63 6b  73 20 62 65 6c 6f 77 21  |the rocks below!|
000021a0  22 0d 27 23 77 dc 22 59  6f 75 27 72 65 20 73 74  |".'#w."You're st|
000021b0  61 6e 64 69 6e 67 20 61  74 20 74 68 65 20 65 6e  |anding at the en|
000021c0  74 72 61 6e 63 65 20 74  6f 20 61 20 63 61 76 65  |trance to a cave|
000021d0  20 74 6f 20 74 68 65 20  65 61 73 74 2e 20 57 65  | to the east. We|
000021e0  73 74 20 69 73 20 61 20  66 61 73 74 2d 66 6c 6f  |st is a fast-flo|
000021f0  77 69 6e 67 20 72 69 76  65 72 20 66 6c 6f 77 69  |wing river flowi|
00002200  6e 67 20 66 72 6f 6d 20  6e 6f 72 74 68 20 74 6f  |ng from north to|
00002210  20 73 6f 75 74 68 2e 22  0d 27 24 77 dc 22 59 6f  | south.".'$w."Yo|
00002220  75 27 72 65 20 69 6e 20  61 20 72 6f 63 6b 20 74  |u're in a rock t|
00002230  75 6e 6e 65 6c 20 6c 69  74 20 62 79 20 61 20 73  |unnel lit by a s|
00002240  74 72 61 6e 67 65 20 70  68 6f 73 70 68 6f 72 65  |trange phosphore|
00002250  73 63 65 6e 65 20 66 72  6f 6d 20 74 68 65 20 77  |scene from the w|
00002260  61 6c 6c 73 2e 20 54 68  65 20 74 75 6e 6e 65 6c  |alls. The tunnel|
00002270  20 63 6f 6e 74 69 6e 75  65 73 20 62 6f 74 68 20  | continues both |
00002280  65 61 73 74 20 61 6e 64  20 77 65 73 74 2e 22 0d  |east and west.".|
00002290  27 25 4c dc 22 59 6f 75  27 72 65 20 69 6e 20 61  |'%L."You're in a|
000022a0  6e 20 75 6e 64 65 72 67  72 6f 75 6e 64 20 63 61  |n underground ca|
000022b0  76 65 72 6e 20 6c 69 74  20 62 79 20 61 6e 20 65  |vern lit by an e|
000022c0  65 72 69 65 20 6c 69 67  68 74 20 66 72 6f 6d 20  |erie light from |
000022d0  74 68 65 20 77 61 6c 6c  73 2e 22 0d 27 26 81 dc  |the walls.".'&..|
000022e0  22 59 6f 75 27 72 65 20  6f 6e 20 61 20 73 61 6e  |"You're on a san|
000022f0  64 79 20 62 65 61 63 68  2e 20 54 68 65 20 73 65  |dy beach. The se|
00002300  61 20 69 73 20 74 6f 20  74 68 65 20 77 65 73 74  |a is to the west|
00002310  20 61 6e 64 20 73 74 65  70 73 20 6c 65 61 64 20  | and steps lead |
00002320  75 70 20 61 20 73 74 65  65 70 20 63 6c 69 66 66  |up a steep cliff|
00002330  20 65 61 73 74 2e 20 54  68 65 20 62 65 61 63 68  | east. The beach|
00002340  20 63 6f 6e 74 69 6e 75  65 73 20 6e 6f 72 74 68  | continues north|
00002350  20 61 6e 64 20 73 6f 75  74 68 2e 22 0d 27 27 7e  | and south.".''~|
00002360  dc 22 59 6f 75 27 72 65  20 61 74 20 74 68 65 20  |."You're at the |
00002370  73 6f 75 74 68 20 65 6e  64 20 6f 66 20 74 68 65  |south end of the|
00002380  20 62 65 61 63 68 20 77  68 69 63 68 20 63 6f 6e  | beach which con|
00002390  74 69 6e 75 65 73 20 6e  6f 72 74 68 2e 20 41 20  |tinues north. A |
000023a0  73 74 65 65 70 20 63 6c  69 66 66 20 72 69 73 65  |steep cliff rise|
000023b0  73 20 73 6f 75 74 68 20  61 6e 64 20 65 61 73 74  |s south and east|
000023c0  2e 20 54 6f 20 74 68 65  20 77 65 73 74 20 69 73  |. To the west is|
000023d0  20 74 68 65 20 73 65 61  2e 22 0d 27 28 77 dc 22  | the sea.".'(w."|
000023e0  59 6f 75 27 72 65 20 61  74 20 74 68 65 20 6e 6f  |You're at the no|
000023f0  72 74 68 20 65 6e 64 20  6f 66 20 74 68 65 20 62  |rth end of the b|
00002400  65 61 63 68 2e 20 54 68  65 20 73 65 61 20 69 73  |each. The sea is|
00002410  20 77 65 73 74 20 61 6e  64 20 61 20 73 74 65 65  | west and a stee|
00002420  70 20 63 6c 69 66 66 20  72 69 73 65 73 20 74 6f  |p cliff rises to|
00002430  20 74 68 65 20 65 61 73  74 2e 20 54 68 65 72 65  | the east. There|
00002440  27 73 20 61 20 63 61 76  65 20 6e 6f 72 74 68 2e  |'s a cave north.|
00002450  22 0d 27 29 49 dc 22 59  6f 75 27 72 65 20 69 6e  |".')I."You're in|
00002460  20 61 20 63 61 76 65 20  77 69 74 68 20 61 6e 20  | a cave with an |
00002470  65 78 69 74 20 73 6f 75  74 68 2e 20 54 68 65 20  |exit south. The |
00002480  66 6c 6f 6f 72 20 69 73  20 63 6f 76 65 72 65 64  |floor is covered|
00002490  20 69 6e 20 73 61 6e 64  2e 22 0d 27 2a ad dc 22  | in sand.".'*.."|
000024a0  59 6f 75 20 77 61 6c 6b  20 61 20 73 68 6f 72 74  |You walk a short|
000024b0  20 64 69 73 74 61 6e 63  65 20 61 6c 6f 6e 67 20  | distance along |
000024c0  74 68 65 20 72 6f 61 64  20 2d 20 61 6e 64 20 61  |the road - and a|
000024d0  72 65 20 73 75 64 64 65  6e 6c 79 20 61 74 74 61  |re suddenly atta|
000024e0  63 6b 65 64 20 62 79 20  32 30 20 6e 61 6b 65 64  |cked by 20 naked|
000024f0  20 6e 79 6d 70 68 6f 73  20 77 68 6f 20 72 61 76  | nymphos who rav|
00002500  69 73 68 20 79 6f 75 20  75 6e 61 77 61 72 65 20  |ish you unaware |
00002510  6f 66 20 79 6f 75 72 20  70 6f 6f 72 20 68 65 61  |of your poor hea|
00002520  72 74 20 63 6f 6e 64 69  74 69 6f 6e 2e 20 53 74  |rt condition. St|
00002530  69 6c 6c 2c 20 61 20 6e  69 63 65 20 77 61 79 20  |ill, a nice way |
00002540  74 6f 20 67 6f 21 22 0d  27 2b 2a dc 22 59 6f 75  |to go!".'+*."You|
00002550  27 72 65 20 6c 6f 73 74  20 69 6e 20 61 20 64 65  |'re lost in a de|
00002560  6e 73 65 20 70 69 6e 65  20 66 6f 72 65 73 74 2e  |nse pine forest.|
00002570  22 0d 27 2c a5 dc 22 59  6f 75 27 72 65 20 77 61  |".',.."You're wa|
00002580  6c 6b 69 6e 67 20 61 6c  6f 6e 67 20 61 20 6c 65  |lking along a le|
00002590  61 66 79 20 74 72 61 69  6c 20 74 68 72 6f 75 67  |afy trail throug|
000025a0  68 20 74 68 65 20 66 6f  72 65 73 74 2e 20 54 68  |h the forest. Th|
000025b0  65 20 70 61 74 68 20 6c  65 61 64 73 20 77 65 73  |e path leads wes|
000025c0  74 20 77 68 69 6c 65 20  6e 6f 72 74 68 20 61 6e  |t while north an|
000025d0  64 20 73 6f 75 74 68 20  69 73 20 74 68 65 20 66  |d south is the f|
000025e0  6f 72 65 73 74 2e 20 45  61 73 74 20 69 73 20 61  |orest. East is a|
000025f0  20 63 6c 65 61 72 69 6e  67 20 77 68 65 72 65 20  | clearing where |
00002600  79 6f 75 20 73 65 65 20  61 20 68 65 6c 69 63 6f  |you see a helico|
00002610  70 74 65 72 2e 22 0d 27  2d 56 dc 22 59 6f 75 27  |pter.".'-V."You'|
00002620  72 65 20 69 6e 20 61 20  63 6c 65 61 72 69 6e 67  |re in a clearing|
00002630  20 66 72 6f 6d 20 77 68  69 63 68 20 61 20 70 61  | from which a pa|
00002640  74 68 20 6c 65 61 64 73  20 77 65 73 74 2e 20 41  |th leads west. A|
00002650  20 68 65 6c 69 63 6f 70  74 65 72 20 69 73 20 70  | helicopter is p|
00002660  61 72 6b 65 64 20 68 65  72 65 2e 22 0d 27 2e 5b  |arked here.".'.[|
00002670  dc 22 59 6f 75 27 72 65  20 69 6e 20 61 20 68 65  |."You're in a he|
00002680  6c 69 63 6f 70 74 65 72  2e 20 41 20 63 6f 6e 66  |licopter. A conf|
00002690  75 73 69 6e 67 20 6d 61  73 73 20 6f 66 20 64 69  |using mass of di|
000026a0  61 6c 73 20 61 6e 64 20  73 77 69 74 63 68 65 73  |als and switches|
000026b0  20 69 6e 76 69 74 65 20  79 6f 75 20 74 6f 20 66  | invite you to f|
000026c0  6c 79 20 69 74 2e 22 0d  27 2f 3f dc 22 59 6f 75  |ly it.".'/?."You|
000026d0  27 72 65 20 69 6e 20 61  6e 20 6f 70 65 6e 20 63  |'re in an open c|
000026e0  6f 75 72 74 79 61 72 64  2e 20 41 20 64 6f 6f 72  |ourtyard. A door|
000026f0  20 73 74 61 6e 64 73 20  74 6f 20 74 68 65 20 6e  | stands to the n|
00002700  6f 72 74 68 2e 22 0d 27  30 47 dc 22 59 6f 75 27  |orth.".'0G."You'|
00002710  72 65 20 62 79 20 61 20  31 30 66 74 20 68 69 67  |re by a 10ft hig|
00002720  68 20 62 72 69 63 6b 20  77 61 6c 6c 20 77 69 74  |h brick wall wit|
00002730  68 20 62 61 72 62 65 64  20 77 69 72 65 20 61 6c  |h barbed wire al|
00002740  6f 6e 67 20 69 74 73 20  74 6f 70 2e 22 0d 27 31  |ong its top.".'1|
00002750  47 dc 22 59 6f 75 27 72  65 20 62 79 20 61 20 31  |G."You're by a 1|
00002760  30 66 74 20 68 69 67 68  20 62 72 69 63 6b 20 77  |0ft high brick w|
00002770  61 6c 6c 20 77 69 74 68  20 62 61 72 62 65 64 20  |all with barbed |
00002780  77 69 72 65 20 61 6c 6f  6e 67 20 69 74 73 20 74  |wire along its t|
00002790  6f 70 2e 22 0d 27 32 65  dc 22 59 6f 75 27 72 65  |op.".'2e."You're|
000027a0  20 6f 6e 20 74 68 65 20  70 61 76 65 6d 65 6e 74  | on the pavement|
000027b0  20 6f 6e 20 61 20 64 65  61 64 20 65 6e 64 20 72  | on a dead end r|
000027c0  6f 61 64 20 6c 65 61 64  69 6e 67 20 6e 6f 72 74  |oad leading nort|
000027d0  68 2e 20 53 6f 75 74 68  20 69 73 20 61 20 72 6f  |h. South is a ro|
000027e0  75 67 68 20 67 72 61 73  73 6c 61 6e 64 20 66 6f  |ugh grassland fo|
000027f0  72 20 73 68 65 65 70 2e  22 0d 27 33 73 dc 22 59  |r sheep.".'3s."Y|
00002800  6f 75 27 72 65 20 6f 6e  20 74 68 65 20 70 61 76  |ou're on the pav|
00002810  65 6d 65 6e 74 20 62 79  20 61 20 72 6f 61 64 20  |ement by a road |
00002820  6c 65 61 64 69 6e 67 20  6e 6f 72 74 68 2e 20 45  |leading north. E|
00002830  61 73 74 20 69 73 20 72  6f 75 67 68 20 67 72 61  |ast is rough gra|
00002840  73 73 6c 61 6e 64 2e 20  50 61 72 6b 65 64 20 6f  |ssland. Parked o|
00002850  70 70 6f 73 69 74 65 20  69 6e 20 61 6e 20 41 75  |pposite in an Au|
00002860  64 69 20 51 75 61 74 74  72 6f 2e 22 0d 27 34 78  |di Quattro.".'4x|
00002870  dc 22 59 6f 75 27 72 65  20 6f 6e 20 74 68 65 20  |."You're on the |
00002880  70 61 76 65 6d 65 6e 74  20 74 68 61 74 20 63 6f  |pavement that co|
00002890  6e 74 69 6e 75 65 73 20  73 6f 75 74 68 2e 20 57  |ntinues south. W|
000028a0  65 73 74 20 69 73 20 74  68 65 20 72 6f 61 64 2c  |est is the road,|
000028b0  20 65 61 73 74 20 69 73  20 6f 70 65 6e 20 67 72  | east is open gr|
000028c0  61 73 73 6c 61 6e 64 20  61 6e 64 20 6e 6f 72 74  |assland and nort|
000028d0  68 20 69 73 20 61 20 63  61 74 74 6c 65 20 67 72  |h is a cattle gr|
000028e0  69 64 2e 22 0d 27 35 28  dc 22 57 69 6c 6c 20 79  |id.".'5(."Will y|
000028f0  6f 75 20 6e 65 76 65 72  20 6c 65 61 72 6e 3f 20  |ou never learn? |
00002900  47 6c 75 62 2c 20 67 6c  75 62 21 22 0d 27 36 7f  |Glub, glub!".'6.|
00002910  dc 22 59 6f 75 20 6c 61  75 6e 63 68 20 79 6f 75  |."You launch you|
00002920  72 73 65 6c 66 20 6f 66  66 20 74 68 65 20 62 72  |rself off the br|
00002930  69 64 67 65 20 69 6e 74  6f 20 74 68 65 20 72 69  |idge into the ri|
00002940  76 65 72 20 2d 20 4b 65  72 73 70 6c 6f 6f 73 68  |ver - Kersploosh|
00002950  21 20 54 68 65 20 63 75  72 72 65 6e 74 20 69 73  |! The current is|
00002960  20 76 65 72 79 20 73 74  72 6f 6e 67 20 61 6e 64  | very strong and|
00002970  20 79 6f 75 27 72 65 20  70 75 6c 6c 65 64 20 64  | you're pulled d|
00002980  6f 77 6e 73 74 72 65 61  6d 21 22 0d 27 37 3b dc  |ownstream!".'7;.|
00002990  22 59 6f 75 27 72 65 20  69 6e 20 61 20 70 65 74  |"You're in a pet|
000029a0  72 6f 6c 20 73 74 61 74  69 6f 6e 2e 20 54 68 65  |rol station. The|
000029b0  20 70 61 76 65 6d 65 6e  74 20 6c 65 61 64 73 20  | pavement leads |
000029c0  65 61 73 74 2e 22 0d 27  38 19 dc 22 59 6f 75 20  |east.".'8.."You |
000029d0  66 61 6c 6c 20 61 73 6c  65 65 70 2e 2e 2e 22 0d  |fall asleep...".|
000029e0  27 39 13 dc 22 59 6f 75  20 77 61 6b 65 20 75 70  |'9.."You wake up|
000029f0  21 22 0d 27 3a 4b dc 22  41 6e 64 20 66 69 6e 64  |!".':K."And find|
00002a00  20 73 6f 6d 65 6f 6e 65  20 68 61 73 20 62 65 65  | someone has bee|
00002a10  6e 20 69 6e 20 77 68 69  6c 65 20 79 6f 75 20 73  |n in while you s|
00002a20  6c 65 70 74 20 61 6e 64  20 6c 65 66 74 20 79 6f  |lept and left yo|
00002a30  75 20 73 6f 6d 65 20 46  4f 4f 44 21 22 0d 27 3b  |u some FOOD!".';|
00002a40  16 dc 22 54 6f 6f 74 6c  65 21 20 54 6f 6f 74 6c  |.."Tootle! Tootl|
00002a50  65 21 22 0d 27 3c 44 dc  22 41 20 62 69 72 64 2c  |e!".'<D."A bird,|
00002a60  20 77 69 74 68 20 61 20  6b 65 79 20 69 6e 20 69  | with a key in i|
00002a70  74 73 20 62 65 61 6b 2c  20 70 65 72 63 68 65 73  |ts beak, perches|
00002a80  20 6f 6e 20 79 6f 75 72  20 77 69 6e 64 6f 77 20  | on your window |
00002a90  6c 65 64 67 65 2e 22 0d  27 3d 7b dc 22 57 68 65  |ledge.".'={."Whe|
00002aa0  6e 20 69 74 20 73 65 65  73 20 74 68 65 20 66 6f  |n it sees the fo|
00002ab0  6f 64 2c 20 69 74 20 66  6c 69 65 73 20 69 6e 2c  |od, it flies in,|
00002ac0  20 73 6e 61 74 63 68 65  73 20 69 74 20 28 64 72  | snatches it (dr|
00002ad0  6f 70 70 69 6e 67 20 74  68 65 20 6b 65 79 21 21  |opping the key!!|
00002ae0  29 20 61 6e 64 20 69 73  20 67 6f 6e 65 20 62 65  |) and is gone be|
00002af0  66 6f 72 65 20 79 6f 75  20 68 61 76 65 20 74 68  |fore you have th|
00002b00  65 20 63 68 61 6e 63 65  20 74 6f 20 6d 6f 76 65  |e chance to move|
00002b10  21 22 0d 27 3e 32 dc 22  49 74 20 73 74 61 79 73  |!".'>2."It stays|
00002b20  20 61 20 66 65 77 20 73  65 63 6f 6e 64 73 20 61  | a few seconds a|
00002b30  6e 64 20 74 68 65 6e 20  66 6c 69 65 73 20 61 77  |nd then flies aw|
00002b40  61 79 2e 22 0d 27 3f 1b  dc 22 54 68 65 20 64 6f  |ay.".'?.."The do|
00002b50  6f 72 27 73 20 75 6e 6c  6f 63 6b 65 64 2e 22 0d  |or's unlocked.".|
00002b60  27 40 19 dc 22 54 68 65  20 64 6f 6f 72 27 73 20  |'@.."The door's |
00002b70  6c 6f 63 6b 65 64 2e 22  0d 27 41 17 dc 22 54 68  |locked.".'A.."Th|
00002b80  65 20 64 6f 6f 72 27 73  20 6f 70 65 6e 2e 22 0d  |e door's open.".|
00002b90  27 42 17 dc 22 54 68 65  20 64 6f 6f 72 27 73 20  |'B.."The door's |
00002ba0  73 68 75 74 2e 22 0d 27  43 3e dc 22 59 6f 75 20  |shut.".'C>."You |
00002bb0  73 74 61 72 74 20 74 6f  20 73 69 6e 67 20 61 6e  |start to sing an|
00002bc0  64 20 74 68 65 20 76 6f  69 63 65 73 20 73 6c 6f  |d the voices slo|
00002bd0  77 6c 79 20 74 75 72 6e  20 74 6f 20 73 6e 6f 72  |wly turn to snor|
00002be0  65 73 2e 22 0d 27 44 6b  dc 22 41 73 20 79 6f 75  |es.".'Dk."As you|
00002bf0  20 77 61 6c 6b 20 70 61  73 74 20 74 68 65 20 64  | walk past the d|
00002c00  6f 6f 72 2c 20 61 20 67  75 61 72 64 20 73 70 6f  |oor, a guard spo|
00002c10  74 73 20 79 6f 75 20 61  6e 64 20 6f 70 65 6e 73  |ts you and opens|
00002c20  20 66 69 72 65 2e 20 59  6f 75 27 72 65 20 64 72  | fire. You're dr|
00002c30  69 6c 6c 65 64 20 66 75  6c 6c 20 6f 66 20 68 6f  |illed full of ho|
00002c40  6c 65 73 20 2d 20 50 61  69 6e 66 75 6c 21 22 0d  |les - Painful!".|
00002c50  27 45 52 dc 22 41 73 20  79 6f 75 20 6f 70 65 6e  |'ER."As you open|
00002c60  20 74 68 65 20 64 6f 6f  72 2c 20 61 20 37 66 74  | the door, a 7ft|
00002c70  20 6c 6f 6f 6e 79 20 6c  65 61 70 73 20 6f 6e 20  | loony leaps on |
00002c80  79 6f 75 20 61 6e 64 20  72 69 70 73 20 79 6f 75  |you and rips you|
00002c90  20 6c 69 6d 62 20 66 72  6f 6d 20 6c 69 6d 62 21  | limb from limb!|
00002ca0  22 0d 27 46 2f dc 22 4f  68 20 64 65 61 72 21 20  |".'F/."Oh dear! |
00002cb0  59 6f 75 20 61 70 70 65  61 72 20 74 6f 20 62 65  |You appear to be|
00002cc0  20 6f 75 74 20 6f 66 20  70 65 74 72 6f 6c 2e 22  | out of petrol."|
00002cd0  0d 27 47 9a dc 22 41 73  20 79 6f 75 20 75 6e 6c  |.'G.."As you unl|
00002ce0  6f 63 6b 20 74 68 65 20  64 6f 6f 72 2c 20 61 20  |ock the door, a |
00002cf0  74 72 61 66 66 69 63 20  77 61 72 64 65 6e 20 63  |traffic warden c|
00002d00  75 6d 20 48 69 74 6c 65  72 20 69 6d 70 65 72 73  |um Hitler impers|
00002d10  6f 6e 61 74 6f 72 20 28  63 61 72 72 79 69 6e 67  |onator (carrying|
00002d20  20 61 20 63 61 6e 20 6f  66 20 79 65 6c 6c 6f 77  | a can of yellow|
00002d30  20 70 61 69 6e 74 21 29  20 70 6f 75 6e 63 65 73  | paint!) pounces|
00002d40  20 6f 6e 20 79 6f 75 2e  20 27 49 73 20 74 68 69  | on you. 'Is thi|
00002d50  73 20 79 6f 75 72 20 63  61 72 3f 27 20 73 68 65  |s your car?' she|
00002d60  20 64 65 6d 61 6e 64 73  2e 22 0d 27 48 1d dc 22  | demands.".'H.."|
00002d70  27 53 6f 2c 20 73 74 65  61 6c 69 6e 67 20 69 74  |'So, stealing it|
00002d80  2c 20 65 68 3f 27 22 0d  27 49 63 dc 22 27 49 6c  |, eh?'".'Ic."'Il|
00002d90  6c 65 67 61 6c 6c 79 20  70 61 72 6b 65 64 2e 27  |legally parked.'|
00002da0  20 53 68 65 20 70 6f 69  6e 74 73 20 74 6f 20 74  | She points to t|
00002db0  77 6f 20 66 72 65 73 68  6c 79 2d 70 61 69 6e 74  |wo freshly-paint|
00002dc0  65 64 20 79 65 6c 6c 6f  77 20 6c 69 6e 65 73 2e  |ed yellow lines.|
00002dd0  20 27 54 68 61 74 27 6c  6c 20 62 65 20 61 20 60  | 'That'll be a `|
00002de0  31 30 20 66 69 6e 65 2e  27 22 0d 27 4a 29 dc 22  |10 fine.'".'J)."|
00002df0  53 68 65 20 74 61 6b 65  73 20 79 6f 75 72 20 60  |She takes your `|
00002e00  31 30 20 61 6e 64 20 73  74 6f 72 6d 73 20 6f 66  |10 and storms of|
00002e10  66 2e 22 0d 27 4b 2d dc  22 27 4e 6f 20 6d 6f 6e  |f.".'K-."'No mon|
00002e20  65 79 2c 20 65 68 3f 20  54 68 65 6e 20 79 6f 75  |ey, eh? Then you|
00002e30  20 77 69 6c 6c 20 62 65  20 73 68 6f 74 2e 27 22  | will be shot.'"|
00002e40  0d 27 4c 34 dc 22 53 68  65 20 70 72 6f 64 75 63  |.'L4."She produc|
00002e50  65 73 20 61 20 6d 61 63  68 69 6e 65 20 67 75 6e  |es a machine gun|
00002e60  20 61 6e 64 20 6d 6f 77  73 20 79 6f 75 20 64 6f  | and mows you do|
00002e70  77 6e 2e 22 0d 27 4d 9e  dc 22 59 6f 75 20 72 65  |wn.".'M.."You re|
00002e80  76 20 74 68 65 20 65 6e  67 69 6e 65 20 74 68 65  |v the engine the|
00002e90  6e 20 61 63 63 65 6c 65  72 61 74 65 20 6e 6f 72  |n accelerate nor|
00002ea0  74 68 2e 20 54 68 65 20  74 75 72 62 6f 20 63 75  |th. The turbo cu|
00002eb0  74 73 20 69 6e 20 61 6e  64 20 70 69 6e 73 20 79  |ts in and pins y|
00002ec0  6f 75 20 74 6f 20 79 6f  75 72 20 73 65 61 74 20  |ou to your seat |
00002ed0  61 73 20 74 68 65 20 6d  61 63 68 69 6e 65 20 68  |as the machine h|
00002ee0  75 67 73 20 74 68 65 20  72 6f 61 64 2e 20 41 66  |ugs the road. Af|
00002ef0  74 65 72 20 73 65 76 65  72 61 6c 20 6d 69 6c 65  |ter several mile|
00002f00  73 2c 20 74 68 65 20 63  61 72 20 73 74 6f 70 73  |s, the car stops|
00002f10  2e 22 0d 27 4e 41 dc 22  59 6f 75 20 64 69 67 20  |.".'NA."You dig |
00002f20  61 20 68 6f 6c 65 20 61  6e 64 20 66 69 6e 64 20  |a hole and find |
00002f30  61 20 63 61 6e 6f 65 20  70 61 64 64 6c 65 20 62  |a canoe paddle b|
00002f40  75 72 69 65 64 20 69 6e  20 74 68 65 20 73 61 6e  |uried in the san|
00002f50  64 2e 22 0d 27 4f 97 dc  22 59 6f 75 20 66 69 67  |d.".'O.."You fig|
00002f60  68 74 20 61 67 61 69 6e  73 74 20 74 68 65 20 63  |ht against the c|
00002f70  75 72 72 65 6e 74 20 77  69 74 68 20 79 6f 75 72  |urrent with your|
00002f80  20 70 61 64 64 65 6c 20  61 6e 64 20 68 65 6c 64  | paddel and held|
00002f90  20 75 70 73 74 72 65 61  6d 2e 20 45 76 65 6e 74  | upstream. Event|
00002fa0  75 61 6c 6c 79 20 79 6f  75 20 61 72 72 69 76 65  |ually you arrive|
00002fb0  20 61 74 20 74 68 65 20  65 6e 74 72 61 6e 63 65  | at the entrance|
00002fc0  20 74 6f 20 61 20 63 61  76 65 20 77 68 65 72 65  | to a cave where|
00002fd0  20 79 6f 75 20 63 6f 6c  6c 61 70 73 65 2c 20 65  | you collapse, e|
00002fe0  78 68 61 75 73 74 65 64  2e 22 0d 27 50 4c dc 22  |xhausted.".'PL."|
00002ff0  59 6f 75 20 63 61 6e 27  74 20 67 65 74 20 65 6e  |You can't get en|
00003000  6f 75 67 68 20 66 6f 72  63 65 20 77 69 74 68 20  |ough force with |
00003010  6a 75 73 74 20 79 6f 75  72 20 68 61 6e 64 73 20  |just your hands |
00003020  61 6e 64 20 64 72 69 66  74 20 64 6f 77 6e 73 74  |and drift downst|
00003030  72 65 61 6d 2e 22 0d 27  51 36 dc 22 59 6f 75 27  |ream.".'Q6."You'|
00003040  72 65 20 73 6f 20 65 78  68 61 75 73 74 65 64 20  |re so exhausted |
00003050  74 68 61 74 20 2d 20 79  65 73 2c 20 79 6f 75 20  |that - yes, you |
00003060  67 75 65 73 73 65 64 20  69 74 21 22 0d 27 52 28  |guessed it!".'R(|
00003070  dc 22 59 6f 75 20 65 61  74 20 74 68 65 20 73 61  |."You eat the sa|
00003080  6e 64 77 69 63 68 20 61  6e 64 20 72 65 63 6f 76  |ndwich and recov|
00003090  65 72 2e 22 0d 27 53 26  dc 22 54 68 65 20 70 6c  |er.".'S&."The pl|
000030a0  61 74 65 20 66 6c 69 65  73 20 6c 69 6b 65 20 61  |ate flies like a|
000030b0  20 66 72 69 73 62 65 65  2e 22 0d 27 54 1e dc 22  | frisbee.".'T.."|
000030c0  49 74 20 73 6d 61 73 68  65 73 20 61 73 20 69 74  |It smashes as it|
000030d0  20 6c 61 6e 64 73 2e 22  0d 27 55 29 dc 22 49 74  | lands.".'U)."It|
000030e0  20 63 75 74 73 20 6f 66  66 20 74 68 65 20 74 72  | cuts off the tr|
000030f0  6f 6c 6c 27 73 20 75 67  6c 79 20 68 65 61 64 21  |oll's ugly head!|
00003100  22 0d 27 56 2e dc 22 54  68 65 72 65 27 73 20 61  |".'V.."There's a|
00003110  6e 20 75 67 6c 79 20 74  72 6f 6c 6c 20 62 6c 6f  |n ugly troll blo|
00003120  63 6b 69 6e 67 20 74 68  65 20 77 61 79 2e 22 0d  |cking the way.".|
00003130  27 57 34 dc 22 57 69 74  68 20 6f 6e 65 20 62 6c  |'W4."With one bl|
00003140  6f 77 2c 20 74 68 65 20  74 72 6f 6c 6c 20 63 6c  |ow, the troll cl|
00003150  65 61 61 76 65 73 20 79  6f 75 72 20 73 6b 75 6c  |eaaves your skul|
00003160  6c 2e 22 0d 27 58 9c dc  22 59 6f 75 20 67 65 74  |l.".'X.."You get|
00003170  20 62 61 63 6b 20 69 6e  20 79 6f 75 72 20 63 61  | back in your ca|
00003180  6e 6f 65 20 61 6e 64 20  64 72 69 66 74 20 64 6f  |noe and drift do|
00003190  77 6e 73 74 72 65 61 6d  2e 20 53 75 64 64 65 6e  |wnstream. Sudden|
000031a0  6c 79 20 79 6f 75 20 68  69 74 20 61 20 72 6f 63  |ly you hit a roc|
000031b0  6b 2c 20 66 6c 79 20 69  6e 74 6f 20 74 68 65 20  |k, fly into the |
000031c0  61 69 72 20 61 6e 64 20  6c 61 6e 64 20 6f 6e 20  |air and land on |
000031d0  74 68 65 20 62 72 69 64  67 65 2e 20 59 6f 75 72  |the bridge. Your|
000031e0  20 63 61 6e 6f 65 20 66  6c 6f 61 74 73 20 61 77  | canoe floats aw|
000031f0  61 79 20 64 6f 77 6e 73  74 72 65 61 6d 2e 22 0d  |ay downstream.".|
00003200  27 59 5b dc 22 54 68 65  72 65 27 73 20 61 6e 20  |'Y[."There's an |
00003210  61 72 6d 65 64 20 67 75  61 72 64 20 62 6c 6f 63  |armed guard bloc|
00003220  6b 65 64 20 79 6f 75 72  20 77 61 79 20 65 61 73  |ked your way eas|
00003230  74 2e 20 48 65 20 73 65  65 73 20 79 6f 75 20 61  |t. He sees you a|
00003240  6e 64 20 70 6f 69 6e 74  73 20 68 69 73 20 67 75  |nd points his gu|
00003250  6e 20 61 74 20 79 6f 75  2e 22 0d 27 5a 57 dc 22  |n at you.".'ZW."|
00003260  54 68 65 20 68 6f 6c 65  20 66 6c 69 65 73 20 74  |The hole flies t|
00003270  68 72 6f 75 67 68 20 74  68 65 20 61 69 72 20 61  |hrough the air a|
00003280  6e 64 20 6c 61 6e 64 73  20 6f 6e 20 68 69 73 20  |nd lands on his |
00003290  68 65 61 64 2e 20 48 69  73 20 62 72 61 69 6e 73  |head. His brains|
000032a0  20 67 75 73 68 20 6f 75  74 20 2d 20 59 75 6b 21  | gush out - Yuk!|
000032b0  22 0d 27 5b 17 dc 22 48  65 20 66 69 72 65 73 20  |".'[.."He fires |
000032c0  2d 20 42 41 4e 47 21 22  0d 27 5c 33 dc 22 50 69  |- BANG!".'\3."Pi|
000032d0  74 79 20 79 6f 75 20 64  6f 6e 27 74 20 6b 6e 6f  |ty you don't kno|
000032e0  77 20 68 6f 77 20 74 6f  20 66 6c 79 20 61 20 68  |w how to fly a h|
000032f0  65 6c 69 63 6f 70 74 65  72 2e 22 0d 27 5d 5c dc  |elicopter.".']\.|
00003300  22 4c 75 63 6b 69 6c 79  20 79 6f 75 20 68 61 76  |"Luckily you hav|
00003310  65 20 74 68 61 74 20 62  6f 6f 6b 20 61 6e 64 20  |e that book and |
00003320  63 61 6e 20 74 61 6b 65  20 6f 66 66 2c 20 66 6c  |can take off, fl|
00003330  79 69 6e 67 20 73 61 66  65 6c 79 20 61 77 61 79  |ying safely away|
00003340  20 66 72 6f 6d 20 74 68  69 73 20 4d 41 44 20 49  | from this MAD I|
00003350  53 4c 41 4e 44 21 22 0d  27 5e 1a dc 22 4f 68 20  |SLAND!".'^.."Oh |
00003360  6e 6f 21 20 59 6f 75 27  72 65 20 64 65 61 64 2e  |no! You're dead.|
00003370  22 0d 27 5f 22 dc 22 43  61 6e 27 74 20 67 6f 20  |".'_"."Can't go |
00003380  69 6e 20 74 68 61 74 20  64 69 72 65 63 74 69 6f  |in that directio|
00003390  6e 2e 22 0d 27 60 15 dc  22 4f 75 74 20 6f 66 20  |n.".'`.."Out of |
000033a0  77 68 65 72 65 3f 21 22  0d 27 61 13 dc 22 44 72  |where?!".'a.."Dr|
000033b0  69 76 65 20 77 68 61 74  3f 21 22 0d 27 62 20 dc  |ive what?!".'b .|
000033c0  22 4e 6f 2c 20 69 74 27  73 20 6e 6f 74 20 61 20  |"No, it's not a |
000033d0  62 61 64 20 64 72 65 61  6d 21 22 0d 27 63 1e dc  |bad dream!".'c..|
000033e0  22 54 68 65 72 65 27 73  20 6e 6f 74 68 69 6e 67  |"There's nothing|
000033f0  20 74 6f 20 67 65 74 21  22 0d 27 64 1e dc 22 59  | to get!".'d.."Y|
00003400  6f 75 27 76 65 20 6e 6f  74 68 69 6e 67 20 74 6f  |ou've nothing to|
00003410  20 64 72 6f 70 2e 22 0d  27 65 1a dc 22 59 6f 75  | drop.".'e.."You|
00003420  20 63 61 6e 27 74 20 65  61 74 20 74 68 61 74 21  | can't eat that!|
00003430  22 0d 27 66 24 dc 22 59  6f 75 20 66 69 6c 6c 20  |".'f$."You fill |
00003440  74 68 65 20 63 61 72 20  77 69 74 68 20 70 65 74  |the car with pet|
00003450  72 6f 6c 2e 22 0d 27 67  51 dc 22 59 6f 75 20 70  |rol.".'gQ."You p|
00003460  6f 75 72 20 74 68 65 20  70 65 74 72 6f 6c 20 6f  |our the petrol o|
00003470  75 74 20 6f 66 20 74 68  65 20 63 61 6e 20 6f 6e  |ut of the can on|
00003480  74 6f 20 74 68 65 20 67  72 6f 75 6e 64 2e 20 49  |to the ground. I|
00003490  74 20 71 75 69 63 6b 6c  79 20 65 76 61 70 6f 72  |t quickly evapor|
000034a0  61 74 65 73 2e 22 0d 27  68 17 dc 22 4e 6f 74 68  |ates.".'h.."Noth|
000034b0  69 6e 67 20 74 6f 20 70  6f 75 72 2e 22 0d 27 69  |ing to pour.".'i|
000034c0  1d dc 22 59 6f 75 20 68  61 76 65 6e 27 74 20 67  |.."You haven't g|
000034d0  6f 74 20 61 20 6b 65 79  21 22 0d 27 6a 43 dc 22  |ot a key!".'jC."|
000034e0  48 6f 77 65 76 65 72 2c  20 79 6f 75 72 20 6b 65  |However, your ke|
000034f0  79 20 68 61 73 20 6a 61  6d 6d 65 64 20 69 6e 20  |y has jammed in |
00003500  74 68 65 20 6c 6f 63 6b  20 61 6e 64 20 77 6f 6e  |the lock and won|
00003510  27 74 20 63 6f 6d 65 20  6f 75 74 2e 22 0d 27 6b  |'t come out.".'k|
00003520  44 dc 22 59 6f 75 20 64  69 67 20 61 20 64 65 65  |D."You dig a dee|
00003530  70 20 68 6f 6c 65 20 69  6e 20 74 68 65 20 73 61  |p hole in the sa|
00003540  6e 64 20 61 6e 64 20 66  69 6e 64 20 63 61 6e 6f  |nd and find cano|
00003550  65 20 70 61 64 64 6c 65  20 62 75 72 69 65 64 21  |e paddle buried!|
00003560  22 0d 27 6c 24 dc 22 54  68 65 20 67 72 6f 75 6e  |".'l$."The groun|
00003570  64 27 73 20 74 6f 6f 20  68 61 72 64 20 74 6f 20  |d's too hard to |
00003580  64 69 67 2e 22 0d 27 6d  13 dc 22 47 6f 20 69 6e  |dig.".'m.."Go in|
00003590  20 77 68 65 72 65 3f 22  0d 27 6e 74 dc 22 59 6f  | where?".'nt."Yo|
000035a0  75 20 74 61 6b 65 20 6f  66 66 20 61 6e 64 20 6d  |u take off and m|
000035b0  61 6e 61 67 65 20 61 20  6c 6f 6f 70 20 62 65 66  |anage a loop bef|
000035c0  6f 72 65 20 63 72 61 73  68 69 6e 67 20 75 70 73  |ore crashing ups|
000035d0  69 64 65 20 64 6f 77 6e  20 69 6e 74 6f 20 74 68  |ide down into th|
000035e0  65 20 66 6f 72 65 73 74  2e 20 54 68 65 20 68 65  |e forest. The he|
000035f0  6c 69 63 6f 70 74 65 72  20 62 75 72 73 74 73 20  |licopter bursts |
00003600  69 6e 74 6f 20 66 6c 61  6d 65 21 22 0d 27 6f 23  |into flame!".'o#|
00003610  dc 22 59 6f 75 20 68 61  76 65 6e 27 74 20 67 72  |."You haven't gr|
00003620  6f 77 6e 20 77 69 6e 67  73 20 79 65 74 2e 22 0d  |own wings yet.".|
00003630  27 70 28 dc 22 54 68 65  20 6c 6f 63 6b 27 73 20  |'p(."The lock's |
00003640  62 72 6f 6b 65 6e 20 61  6e 64 20 77 6f 6e 27 74  |broken and won't|
00003650  20 77 6f 72 6b 21 22 0d  27 71 11 dc 22 4c 6f 63  | work!".'q.."Loc|
00003660  6b 20 77 68 61 74 3f 22  0d 27 72 11 dc 22 53 68  |k what?".'r.."Sh|
00003670  75 74 20 77 68 61 74 3f  22 0d 27 73 44 dc 22 59  |ut what?".'sD."Y|
00003680  6f 75 20 6d 61 6b 65 20  70 61 64 64 6c 69 6e 67  |ou make paddling|
00003690  20 6d 6f 76 65 73 20 77  69 74 68 20 79 6f 75 72  | moves with your|
000036a0  20 61 72 6d 73 20 61 6e  64 20 6c 6f 6f 6b 20 6c  | arms and look l|
000036b0  69 6b 65 20 61 20 77 61  6c 6c 79 21 22 0d 27 74  |ike a wally!".'t|
000036c0  22 dc 22 59 6f 75 72 20  61 72 6d 73 20 61 72 65  |"."Your arms are|
000036d0  20 61 6c 72 65 61 64 79  20 66 75 6c 6c 2e 22 0d  | already full.".|
000036e0  27 75 13 dc 22 55 6e 6c  6f 63 6b 20 77 68 61 74  |'u.."Unlock what|
000036f0  3f 22 0d 27 76 11 dc 22  4f 70 65 6e 20 77 68 61  |?".'v.."Open wha|
00003700  74 3f 22 0d 2a f8 e8 dc  30 2c 32 2c 30 2c 30 2c  |t?".*...0,2,0,0,|
00003710  31 2c 30 2c 33 2c 30 2c  34 2c 35 2c 30 2c 32 2c  |1,0,3,0,4,5,0,2,|
00003720  30 2c 33 2c 30 2c 30 2c  33 2c 36 2c 30 2c 30 2c  |0,3,0,0,3,6,0,0,|
00003730  35 2c 33 31 2c 30 2c 30  2c 33 31 2c 33 33 2c 38  |5,31,0,0,31,33,8|
00003740  2c 33 32 2c 30 2c 30 2c  39 2c 37 2c 31 31 2c 33  |,32,0,0,9,7,11,3|
00003750  34 2c 31 32 2c 38 2c 30  2c 30 2c 30 2c 30 2c 31  |4,12,8,0,0,0,0,1|
00003760  33 2c 39 2c 33 36 2c 33  39 2c 30 2c 30 2c 30 2c  |3,9,36,39,0,0,0,|
00003770  30 2c 30 2c 30 2c 30 2c  30 2c 32 36 2c 31 35 2c  |0,0,0,0,0,26,15,|
00003780  31 36 2c 32 32 2c 30 2c  30 2c 30 2c 30 2c 32 37  |16,22,0,0,0,0,27|
00003790  2c 32 37 2c 31 37 2c 31  34 2c 33 38 2c 33 38 2c  |,27,17,14,38,38,|
000037a0  32 38 2c 31 36 2c 30 2c  30 2c 30 2c 30 2c 30 2c  |28,16,0,0,0,0,0,|
000037b0  30 2c 32 30 2c 31 37 2c  30 2c 30 2c 32 31 2c 31  |0,20,17,0,0,21,1|
000037c0  39 2c 30 2c 30 2c 30 2c  32 30 2c 32 34 2c 32 33  |9,0,0,0,20,24,23|
000037d0  2c 31 34 2c 33 37 2c 32  32 2c 30 2c 30 2c 33 37  |,14,37,22,0,0,37|
000037e0  2c 32 35 2c 32 32 2c 30  2c 33 37 0d 2b 02 99 dc  |,25,22,0,37.+...|
000037f0  30 2c 32 34 2c 30 2c 30  2c 30 2c 30 2c 30 2c 30  |0,24,0,0,0,0,0,0|
00003800  2c 32 37 2c 31 36 2c 32  37 2c 32 37 2c 32 37 2c  |,27,16,27,27,27,|
00003810  32 37 2c 32 39 2c 31 37  2c 32 37 2c 32 37 2c 32  |27,29,17,27,27,2|
00003820  37 2c 32 38 2c 32 39 2c  32 39 2c 32 39 2c 32 39  |7,28,29,29,29,29|
00003830  2c 36 2c 37 2c 30 2c 30  2c 30 2c 30 2c 37 2c 30  |,6,7,0,0,0,0,7,0|
00003840  2c 37 2c 30 2c 30 2c 30  2c 39 2c 31 30 2c 33 35  |,7,0,0,0,9,10,35|
00003850  2c 39 2c 33 36 2c 33 34  2c 31 30 2c 39 2c 31 33  |,9,36,34,10,9,13|
00003860  2c 33 35 2c 31 30 2c 31  31 2c 30 2c 30 2c 30 2c  |,35,10,11,0,0,0,|
00003870  30 2c 31 39 2c 31 38 2c  30 2c 30 2c 30 2c 30 2c  |0,19,18,0,0,0,0,|
00003880  31 31 2c 30 0d 2e e0 09  dd f2 6c 6f 63 0d 2e ea  |11,0......loc...|
00003890  52 2a 4b 45 59 20 30 20  2a 54 41 50 45 7c 4d 46  |R*KEY 0 *TAPE|MF|
000038a0  4f 52 49 25 3d 30 20 54  4f 20 54 4f 50 20 53 54  |ORI%=0 TO TOP ST|
000038b0  45 50 34 3a 49 25 21 26  45 30 30 3d 49 25 21 26  |EP4:I%!&E00=I%!&|
000038c0  31 44 30 30 3a 4e 45 58  54 3a 50 41 47 45 3d 26  |1D00:NEXT:PAGE=&|
000038d0  45 30 30 7c 4d 4f 4c 44  7c 4d 52 55 4e 7c 4d 0d  |E00|MOLD|MRUN|M.|
000038e0  2e f4 10 2a 46 58 31 33  38 2c 30 2c 31 32 38 0d  |...*FX138,0,128.|
000038f0  2e fe 05 e0 0d 7d 00 06  f4 06 0d ff              |.....}......|
000038fc
G/MADISLE.m0
G/MADISLE.m1
G/MADISLE.m2
G/MADISLE.m4
G/MADISLE.m5