Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_53.ADF » R/+HOUSE

R/+HOUSE

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_53.ADF
Filename: R/+HOUSE
Read OK:
File size: 184F bytes
Load address: 52204556
Exec address: 4F482B2E
Duplicates

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

File contents
            Product:      HOUSE - IT'S QUITE GOOD REALLY!
                Supplier:     Bazzasoft/Europress Ltd
                Available on 3.5"/5.25" ADFS/DFS Disk
             (ADFS Elk version requires 64K/PAGE at E00)
                  Reviewed by (the) Dave in EUG #53

BESIDES needing the appropriate kit on an ADFS Electron, this review will
also be required if you already have a copy of the adventure game HOUSE -
IQGR for the BBC. It is intended not just to give the standardised opin-
ion but so too to document the game plus its conversion from the BBC. AND
to show how to patch up the bug hiding in it making it unplayable past a
certain location.
   The company "Bazzasoft" produced a good few BBC/Electron Public Domain
titles in the late Eighties and early Nineties [It was behind the "Bazza-
soft Filing System 2.34" demo in EUG #45 - Ed] with one of its more noted
releases being the Bazzasoft Adventure Programming System (B.A.P.S.). The
adventure HOUSE - IQGR was created on this system and runs in Mode 6 with
over 45 locations, lots of messages and numerous puzzles.
   The scene is London where you seem to have acquired a luxury detached
house just a road from Downing Street (occupied by Margaret Thatcher!).
However, one day your pride and joy, your BBC Micro, disappears from your
bedroom. With a few elements of PD game INSOMNIA, what is to follow as 
you navigate the house and its environs is a humorous if not a little
trippy jaunt featuring screaming wildly, leaping from high locations, 
visiting the funny farm and exchanging one item for another.
   Oh, yes, and don't forget an excess of murder. Each death you sustain
by a wrong move brims with sarcasm - yet beating your brother's guinea-
pig to a pulp, blowing up a whole location of people and observing a very
messy game of politics where Neil Kinnock seems to be doing his 'Hannibal
Lecter' are all excesses not for the weak-stomached!
   You immediately wonder about several of what could be called the 
politically incorrect aspects of HOUSE - IQGR. Several of its characters,
quite apart from Thatcher and Kinnock, are defamed to an extent by the
ensuing events. For example, footballer Terry Fennick is a drink-driver
and John Kirenan (IRA member), on request, whips up a DIY bomb. That
said, their notorious activities at the time of the game's writing [1992
- Ed] are certainly not celebrated and the black humour associated with
their appearance still works today! Some might say that, before the
internet took hold, PD was the true place for games that were a little
'risque'. What most will find really incredible though is that this game,
less than two years later, was carried by the mainstream Acorn disk of
THE MICRO USER Volume 12 Number 6!
   There are eight characters in total and, in a more fantastical sense,
Dot Cotton, Saddam Hussein and a vampire are all quickly discovered 
roaming weird locations; almost all of which are readily accessible 
right from the start. The text describing them, and the locations, is
well-written, free from spelling errors, nicely formatted and of a very
high standard. Take for example:
   "You hand the purple harmless iridescent butterfly to the insect-
collectologist, who puts it in a matchbox in an armoured suitcase in a
titanium safe which he welds closed and wraps up in clingfilm before
heading homewards."
   Definitely a big improvement on Scott Adams' "OK"! However, it's as
well to note that the parser on HOUSE - IQGR is not developed up to the
same grade. I was initially very frustrated to get endless "Sorry, you
can't do that..." messages when I tried to GET, TAKE, KILL, EAT, HIT a
GUINEA-PIG in one of the early locations. Because the message never 
changes, the parser seems very limited; in actual fact, GET and GIVE are
the only commands (apart from compass directions) you're likely to need
so if neither works, it's not a bug; it's just that you haven't found 
the solution involving that particular object.
   There is a bug in this game though, fortunately discovered and 
'patched' during the conversion to the Electron. Without wanting to give
anything else away (at least not until EUG publishes the solution!), it
occurs when you must use the DIY bomb. "That was probably a bad move,"
says the text as it explodes and you are arrested...
   However, instead of transporting you to a locked police cell, the BBC
version then prints "<undefined location>" and leaves you no alternative
but to QUIT. As it's now impossible to finish the game, it becomes
evident that THE MICRO USER probably didn't test this adventure much, if
at all! Luckily though, your EUG reviewer's fix has been included on the
EUG #53 disk version. On THE MICRO USER's original effort (and possibly
other PD versions), add the lines below to "HOUSEGM":
      120DEFPROClook:IF (1+R% MODMX)=2 AND (1+R% DIVMX)=7 THEN R%=R%-1
      121IF (1+R% MODMX)=1 AND (1+R% DIVMX)=7 THEN R%=R%-7
      122PROCform(2,DES$(1+R% MODMX,1+R% DIVMX)):M%=0:FOR S=1 TO OBJ:IF 
   ?(obc-1+S)=R% AND OBD$(S)<>"<undefined>" M%=M%+1

The BBC/Electron version on EUG #53, with this surgery, retains every-
thing (on both machines!) of the original apart from the bug. It also 
includes a lovely converted Mode 7 to Mode 1 loading screen specifically
coded to appear even with the 64K Elk's extra memory enabled.
   With the game itself, there are just two more little features that
require documentation. The first, a relatively minor point, is that when
giving an item, you must type GIVE <x> TO <y> <RETURN> as GIVE <x> alone
results in "Sorry, you can't do that...". The second is that there are
longish pauses between location and location while memory is accessed.
They aren't so long as to ruin the adventure though.
   With the bug fixed, this documentation by your side and the requisite
Acorn kit, you'll soon discover HOUSE - IQGR to be the very creme de la
creme of PD adventures. Despite the limited parser, the witty text and
simplicity of action will guide you through quite easily. It's of 
moderate difficulty - its title being an accurate description - and 
fluidly written. An almost perfect little adventure.
                                                   Dave Edwards, EUG #53
00000000  20 20 20 20 20 20 20 20  20 20 20 20 50 72 6f 64  |            Prod|
00000010  75 63 74 3a 20 20 20 20  20 20 48 4f 55 53 45 20  |uct:      HOUSE |
00000020  2d 20 49 54 27 53 20 51  55 49 54 45 20 47 4f 4f  |- IT'S QUITE GOO|
00000030  44 20 52 45 41 4c 4c 59  21 0d 20 20 20 20 20 20  |D REALLY!.      |
00000040  20 20 20 20 20 20 20 20  20 20 53 75 70 70 6c 69  |          Suppli|
00000050  65 72 3a 20 20 20 20 20  42 61 7a 7a 61 73 6f 66  |er:     Bazzasof|
00000060  74 2f 45 75 72 6f 70 72  65 73 73 20 4c 74 64 0d  |t/Europress Ltd.|
00000070  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000080  41 76 61 69 6c 61 62 6c  65 20 6f 6e 20 33 2e 35  |Available on 3.5|
00000090  22 2f 35 2e 32 35 22 20  41 44 46 53 2f 44 46 53  |"/5.25" ADFS/DFS|
000000a0  20 44 69 73 6b 0d 20 20  20 20 20 20 20 20 20 20  | Disk.          |
000000b0  20 20 20 28 41 44 46 53  20 45 6c 6b 20 76 65 72  |   (ADFS Elk ver|
000000c0  73 69 6f 6e 20 72 65 71  75 69 72 65 73 20 36 34  |sion requires 64|
000000d0  4b 2f 50 41 47 45 20 61  74 20 45 30 30 29 0d 20  |K/PAGE at E00). |
000000e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000f0  20 52 65 76 69 65 77 65  64 20 62 79 20 28 74 68  | Reviewed by (th|
00000100  65 29 20 44 61 76 65 20  69 6e 20 45 55 47 20 23  |e) Dave in EUG #|
00000110  35 33 0d 0d 42 45 53 49  44 45 53 20 6e 65 65 64  |53..BESIDES need|
00000120  69 6e 67 20 74 68 65 20  61 70 70 72 6f 70 72 69  |ing the appropri|
00000130  61 74 65 20 6b 69 74 20  6f 6e 20 61 6e 20 41 44  |ate kit on an AD|
00000140  46 53 20 45 6c 65 63 74  72 6f 6e 2c 20 74 68 69  |FS Electron, thi|
00000150  73 20 72 65 76 69 65 77  20 77 69 6c 6c 0d 61 6c  |s review will.al|
00000160  73 6f 20 62 65 20 72 65  71 75 69 72 65 64 20 69  |so be required i|
00000170  66 20 79 6f 75 20 61 6c  72 65 61 64 79 20 68 61  |f you already ha|
00000180  76 65 20 61 20 63 6f 70  79 20 6f 66 20 74 68 65  |ve a copy of the|
00000190  20 61 64 76 65 6e 74 75  72 65 20 67 61 6d 65 20  | adventure game |
000001a0  48 4f 55 53 45 20 2d 0d  49 51 47 52 20 66 6f 72  |HOUSE -.IQGR for|
000001b0  20 74 68 65 20 42 42 43  2e 20 49 74 20 69 73 20  | the BBC. It is |
000001c0  69 6e 74 65 6e 64 65 64  20 6e 6f 74 20 6a 75 73  |intended not jus|
000001d0  74 20 74 6f 20 67 69 76  65 20 74 68 65 20 73 74  |t to give the st|
000001e0  61 6e 64 61 72 64 69 73  65 64 20 6f 70 69 6e 2d  |andardised opin-|
000001f0  0d 69 6f 6e 20 62 75 74  20 73 6f 20 74 6f 6f 20  |.ion but so too |
00000200  74 6f 20 64 6f 63 75 6d  65 6e 74 20 74 68 65 20  |to document the |
00000210  67 61 6d 65 20 70 6c 75  73 20 69 74 73 20 63 6f  |game plus its co|
00000220  6e 76 65 72 73 69 6f 6e  20 66 72 6f 6d 20 74 68  |nversion from th|
00000230  65 20 42 42 43 2e 20 41  4e 44 0d 74 6f 20 73 68  |e BBC. AND.to sh|
00000240  6f 77 20 68 6f 77 20 74  6f 20 70 61 74 63 68 20  |ow how to patch |
00000250  75 70 20 74 68 65 20 62  75 67 20 68 69 64 69 6e  |up the bug hidin|
00000260  67 20 69 6e 20 69 74 20  6d 61 6b 69 6e 67 20 69  |g in it making i|
00000270  74 20 75 6e 70 6c 61 79  61 62 6c 65 20 70 61 73  |t unplayable pas|
00000280  74 20 61 0d 63 65 72 74  61 69 6e 20 6c 6f 63 61  |t a.certain loca|
00000290  74 69 6f 6e 2e 0d 20 20  20 54 68 65 20 63 6f 6d  |tion..   The com|
000002a0  70 61 6e 79 20 22 42 61  7a 7a 61 73 6f 66 74 22  |pany "Bazzasoft"|
000002b0  20 70 72 6f 64 75 63 65  64 20 61 20 67 6f 6f 64  | produced a good|
000002c0  20 66 65 77 20 42 42 43  2f 45 6c 65 63 74 72 6f  | few BBC/Electro|
000002d0  6e 20 50 75 62 6c 69 63  20 44 6f 6d 61 69 6e 0d  |n Public Domain.|
000002e0  74 69 74 6c 65 73 20 69  6e 20 74 68 65 20 6c 61  |titles in the la|
000002f0  74 65 20 45 69 67 68 74  69 65 73 20 61 6e 64 20  |te Eighties and |
00000300  65 61 72 6c 79 20 4e 69  6e 65 74 69 65 73 20 5b  |early Nineties [|
00000310  49 74 20 77 61 73 20 62  65 68 69 6e 64 20 74 68  |It was behind th|
00000320  65 20 22 42 61 7a 7a 61  2d 0d 73 6f 66 74 20 46  |e "Bazza-.soft F|
00000330  69 6c 69 6e 67 20 53 79  73 74 65 6d 20 32 2e 33  |iling System 2.3|
00000340  34 22 20 64 65 6d 6f 20  69 6e 20 45 55 47 20 23  |4" demo in EUG #|
00000350  34 35 20 2d 20 45 64 5d  20 77 69 74 68 20 6f 6e  |45 - Ed] with on|
00000360  65 20 6f 66 20 69 74 73  20 6d 6f 72 65 20 6e 6f  |e of its more no|
00000370  74 65 64 0d 72 65 6c 65  61 73 65 73 20 62 65 69  |ted.releases bei|
00000380  6e 67 20 74 68 65 20 42  61 7a 7a 61 73 6f 66 74  |ng the Bazzasoft|
00000390  20 41 64 76 65 6e 74 75  72 65 20 50 72 6f 67 72  | Adventure Progr|
000003a0  61 6d 6d 69 6e 67 20 53  79 73 74 65 6d 20 28 42  |amming System (B|
000003b0  2e 41 2e 50 2e 53 2e 29  2e 20 54 68 65 0d 61 64  |.A.P.S.). The.ad|
000003c0  76 65 6e 74 75 72 65 20  48 4f 55 53 45 20 2d 20  |venture HOUSE - |
000003d0  49 51 47 52 20 77 61 73  20 63 72 65 61 74 65 64  |IQGR was created|
000003e0  20 6f 6e 20 74 68 69 73  20 73 79 73 74 65 6d 20  | on this system |
000003f0  61 6e 64 20 72 75 6e 73  20 69 6e 20 4d 6f 64 65  |and runs in Mode|
00000400  20 36 20 77 69 74 68 0d  6f 76 65 72 20 34 35 20  | 6 with.over 45 |
00000410  6c 6f 63 61 74 69 6f 6e  73 2c 20 6c 6f 74 73 20  |locations, lots |
00000420  6f 66 20 6d 65 73 73 61  67 65 73 20 61 6e 64 20  |of messages and |
00000430  6e 75 6d 65 72 6f 75 73  20 70 75 7a 7a 6c 65 73  |numerous puzzles|
00000440  2e 0d 20 20 20 54 68 65  20 73 63 65 6e 65 20 69  |..   The scene i|
00000450  73 20 4c 6f 6e 64 6f 6e  20 77 68 65 72 65 20 79  |s London where y|
00000460  6f 75 20 73 65 65 6d 20  74 6f 20 68 61 76 65 20  |ou seem to have |
00000470  61 63 71 75 69 72 65 64  20 61 20 6c 75 78 75 72  |acquired a luxur|
00000480  79 20 64 65 74 61 63 68  65 64 0d 68 6f 75 73 65  |y detached.house|
00000490  20 6a 75 73 74 20 61 20  72 6f 61 64 20 66 72 6f  | just a road fro|
000004a0  6d 20 44 6f 77 6e 69 6e  67 20 53 74 72 65 65 74  |m Downing Street|
000004b0  20 28 6f 63 63 75 70 69  65 64 20 62 79 20 4d 61  | (occupied by Ma|
000004c0  72 67 61 72 65 74 20 54  68 61 74 63 68 65 72 21  |rgaret Thatcher!|
000004d0  29 2e 0d 48 6f 77 65 76  65 72 2c 20 6f 6e 65 20  |)..However, one |
000004e0  64 61 79 20 79 6f 75 72  20 70 72 69 64 65 20 61  |day your pride a|
000004f0  6e 64 20 6a 6f 79 2c 20  79 6f 75 72 20 42 42 43  |nd joy, your BBC|
00000500  20 4d 69 63 72 6f 2c 20  64 69 73 61 70 70 65 61  | Micro, disappea|
00000510  72 73 20 66 72 6f 6d 20  79 6f 75 72 0d 62 65 64  |rs from your.bed|
00000520  72 6f 6f 6d 2e 20 57 69  74 68 20 61 20 66 65 77  |room. With a few|
00000530  20 65 6c 65 6d 65 6e 74  73 20 6f 66 20 50 44 20  | elements of PD |
00000540  67 61 6d 65 20 49 4e 53  4f 4d 4e 49 41 2c 20 77  |game INSOMNIA, w|
00000550  68 61 74 20 69 73 20 74  6f 20 66 6f 6c 6c 6f 77  |hat is to follow|
00000560  20 61 73 20 0d 79 6f 75  20 6e 61 76 69 67 61 74  | as .you navigat|
00000570  65 20 74 68 65 20 68 6f  75 73 65 20 61 6e 64 20  |e the house and |
00000580  69 74 73 20 65 6e 76 69  72 6f 6e 73 20 69 73 20  |its environs is |
00000590  61 20 68 75 6d 6f 72 6f  75 73 20 69 66 20 6e 6f  |a humorous if no|
000005a0  74 20 61 20 6c 69 74 74  6c 65 0d 74 72 69 70 70  |t a little.tripp|
000005b0  79 20 6a 61 75 6e 74 20  66 65 61 74 75 72 69 6e  |y jaunt featurin|
000005c0  67 20 73 63 72 65 61 6d  69 6e 67 20 77 69 6c 64  |g screaming wild|
000005d0  6c 79 2c 20 6c 65 61 70  69 6e 67 20 66 72 6f 6d  |ly, leaping from|
000005e0  20 68 69 67 68 20 6c 6f  63 61 74 69 6f 6e 73 2c  | high locations,|
000005f0  20 0d 76 69 73 69 74 69  6e 67 20 74 68 65 20 66  | .visiting the f|
00000600  75 6e 6e 79 20 66 61 72  6d 20 61 6e 64 20 65 78  |unny farm and ex|
00000610  63 68 61 6e 67 69 6e 67  20 6f 6e 65 20 69 74 65  |changing one ite|
00000620  6d 20 66 6f 72 20 61 6e  6f 74 68 65 72 2e 0d 20  |m for another.. |
00000630  20 20 4f 68 2c 20 79 65  73 2c 20 61 6e 64 20 64  |  Oh, yes, and d|
00000640  6f 6e 27 74 20 66 6f 72  67 65 74 20 61 6e 20 65  |on't forget an e|
00000650  78 63 65 73 73 20 6f 66  20 6d 75 72 64 65 72 2e  |xcess of murder.|
00000660  20 45 61 63 68 20 64 65  61 74 68 20 79 6f 75 20  | Each death you |
00000670  73 75 73 74 61 69 6e 0d  62 79 20 61 20 77 72 6f  |sustain.by a wro|
00000680  6e 67 20 6d 6f 76 65 20  62 72 69 6d 73 20 77 69  |ng move brims wi|
00000690  74 68 20 73 61 72 63 61  73 6d 20 2d 20 79 65 74  |th sarcasm - yet|
000006a0  20 62 65 61 74 69 6e 67  20 79 6f 75 72 20 62 72  | beating your br|
000006b0  6f 74 68 65 72 27 73 20  67 75 69 6e 65 61 2d 0d  |other's guinea-.|
000006c0  70 69 67 20 74 6f 20 61  20 70 75 6c 70 2c 20 62  |pig to a pulp, b|
000006d0  6c 6f 77 69 6e 67 20 75  70 20 61 20 77 68 6f 6c  |lowing up a whol|
000006e0  65 20 6c 6f 63 61 74 69  6f 6e 20 6f 66 20 70 65  |e location of pe|
000006f0  6f 70 6c 65 20 61 6e 64  20 6f 62 73 65 72 76 69  |ople and observi|
00000700  6e 67 20 61 20 76 65 72  79 0d 6d 65 73 73 79 20  |ng a very.messy |
00000710  67 61 6d 65 20 6f 66 20  70 6f 6c 69 74 69 63 73  |game of politics|
00000720  20 77 68 65 72 65 20 4e  65 69 6c 20 4b 69 6e 6e  | where Neil Kinn|
00000730  6f 63 6b 20 73 65 65 6d  73 20 74 6f 20 62 65 20  |ock seems to be |
00000740  64 6f 69 6e 67 20 68 69  73 20 27 48 61 6e 6e 69  |doing his 'Hanni|
00000750  62 61 6c 0d 4c 65 63 74  65 72 27 20 61 72 65 20  |bal.Lecter' are |
00000760  61 6c 6c 20 65 78 63 65  73 73 65 73 20 6e 6f 74  |all excesses not|
00000770  20 66 6f 72 20 74 68 65  20 77 65 61 6b 2d 73 74  | for the weak-st|
00000780  6f 6d 61 63 68 65 64 21  0d 20 20 20 59 6f 75 20  |omached!.   You |
00000790  69 6d 6d 65 64 69 61 74  65 6c 79 20 77 6f 6e 64  |immediately wond|
000007a0  65 72 20 61 62 6f 75 74  20 73 65 76 65 72 61 6c  |er about several|
000007b0  20 6f 66 20 77 68 61 74  20 63 6f 75 6c 64 20 62  | of what could b|
000007c0  65 20 63 61 6c 6c 65 64  20 74 68 65 20 0d 70 6f  |e called the .po|
000007d0  6c 69 74 69 63 61 6c 6c  79 20 69 6e 63 6f 72 72  |litically incorr|
000007e0  65 63 74 20 61 73 70 65  63 74 73 20 6f 66 20 48  |ect aspects of H|
000007f0  4f 55 53 45 20 2d 20 49  51 47 52 2e 20 53 65 76  |OUSE - IQGR. Sev|
00000800  65 72 61 6c 20 6f 66 20  69 74 73 20 63 68 61 72  |eral of its char|
00000810  61 63 74 65 72 73 2c 0d  71 75 69 74 65 20 61 70  |acters,.quite ap|
00000820  61 72 74 20 66 72 6f 6d  20 54 68 61 74 63 68 65  |art from Thatche|
00000830  72 20 61 6e 64 20 4b 69  6e 6e 6f 63 6b 2c 20 61  |r and Kinnock, a|
00000840  72 65 20 64 65 66 61 6d  65 64 20 74 6f 20 61 6e  |re defamed to an|
00000850  20 65 78 74 65 6e 74 20  62 79 20 74 68 65 0d 65  | extent by the.e|
00000860  6e 73 75 69 6e 67 20 65  76 65 6e 74 73 2e 20 46  |nsuing events. F|
00000870  6f 72 20 65 78 61 6d 70  6c 65 2c 20 66 6f 6f 74  |or example, foot|
00000880  62 61 6c 6c 65 72 20 54  65 72 72 79 20 46 65 6e  |baller Terry Fen|
00000890  6e 69 63 6b 20 69 73 20  61 20 64 72 69 6e 6b 2d  |nick is a drink-|
000008a0  64 72 69 76 65 72 0d 61  6e 64 20 4a 6f 68 6e 20  |driver.and John |
000008b0  4b 69 72 65 6e 61 6e 20  28 49 52 41 20 6d 65 6d  |Kirenan (IRA mem|
000008c0  62 65 72 29 2c 20 6f 6e  20 72 65 71 75 65 73 74  |ber), on request|
000008d0  2c 20 77 68 69 70 73 20  75 70 20 61 20 44 49 59  |, whips up a DIY|
000008e0  20 62 6f 6d 62 2e 20 54  68 61 74 0d 73 61 69 64  | bomb. That.said|
000008f0  2c 20 74 68 65 69 72 20  6e 6f 74 6f 72 69 6f 75  |, their notoriou|
00000900  73 20 61 63 74 69 76 69  74 69 65 73 20 61 74 20  |s activities at |
00000910  74 68 65 20 74 69 6d 65  20 6f 66 20 74 68 65 20  |the time of the |
00000920  67 61 6d 65 27 73 20 77  72 69 74 69 6e 67 20 5b  |game's writing [|
00000930  31 39 39 32 0d 2d 20 45  64 5d 20 61 72 65 20 63  |1992.- Ed] are c|
00000940  65 72 74 61 69 6e 6c 79  20 6e 6f 74 20 63 65 6c  |ertainly not cel|
00000950  65 62 72 61 74 65 64 20  61 6e 64 20 74 68 65 20  |ebrated and the |
00000960  62 6c 61 63 6b 20 68 75  6d 6f 75 72 20 61 73 73  |black humour ass|
00000970  6f 63 69 61 74 65 64 20  77 69 74 68 0d 74 68 65  |ociated with.the|
00000980  69 72 20 61 70 70 65 61  72 61 6e 63 65 20 73 74  |ir appearance st|
00000990  69 6c 6c 20 77 6f 72 6b  73 20 74 6f 64 61 79 21  |ill works today!|
000009a0  20 53 6f 6d 65 20 6d 69  67 68 74 20 73 61 79 20  | Some might say |
000009b0  74 68 61 74 2c 20 62 65  66 6f 72 65 20 74 68 65  |that, before the|
000009c0  0d 69 6e 74 65 72 6e 65  74 20 74 6f 6f 6b 20 68  |.internet took h|
000009d0  6f 6c 64 2c 20 50 44 20  77 61 73 20 74 68 65 20  |old, PD was the |
000009e0  74 72 75 65 20 70 6c 61  63 65 20 66 6f 72 20 67  |true place for g|
000009f0  61 6d 65 73 20 74 68 61  74 20 77 65 72 65 20 61  |ames that were a|
00000a00  20 6c 69 74 74 6c 65 0d  27 72 69 73 71 75 65 27  | little.'risque'|
00000a10  2e 20 57 68 61 74 20 6d  6f 73 74 20 77 69 6c 6c  |. What most will|
00000a20  20 66 69 6e 64 20 72 65  61 6c 6c 79 20 69 6e 63  | find really inc|
00000a30  72 65 64 69 62 6c 65 20  74 68 6f 75 67 68 20 69  |redible though i|
00000a40  73 20 74 68 61 74 20 74  68 69 73 20 67 61 6d 65  |s that this game|
00000a50  2c 0d 6c 65 73 73 20 74  68 61 6e 20 74 77 6f 20  |,.less than two |
00000a60  79 65 61 72 73 20 6c 61  74 65 72 2c 20 77 61 73  |years later, was|
00000a70  20 63 61 72 72 69 65 64  20 62 79 20 74 68 65 20  | carried by the |
00000a80  6d 61 69 6e 73 74 72 65  61 6d 20 41 63 6f 72 6e  |mainstream Acorn|
00000a90  20 64 69 73 6b 20 6f 66  0d 54 48 45 20 4d 49 43  | disk of.THE MIC|
00000aa0  52 4f 20 55 53 45 52 20  56 6f 6c 75 6d 65 20 31  |RO USER Volume 1|
00000ab0  32 20 4e 75 6d 62 65 72  20 36 21 0d 20 20 20 54  |2 Number 6!.   T|
00000ac0  68 65 72 65 20 61 72 65  20 65 69 67 68 74 20 63  |here are eight c|
00000ad0  68 61 72 61 63 74 65 72  73 20 69 6e 20 74 6f 74  |haracters in tot|
00000ae0  61 6c 20 61 6e 64 2c 20  69 6e 20 61 20 6d 6f 72  |al and, in a mor|
00000af0  65 20 66 61 6e 74 61 73  74 69 63 61 6c 20 73 65  |e fantastical se|
00000b00  6e 73 65 2c 0d 44 6f 74  20 43 6f 74 74 6f 6e 2c  |nse,.Dot Cotton,|
00000b10  20 53 61 64 64 61 6d 20  48 75 73 73 65 69 6e 20  | Saddam Hussein |
00000b20  61 6e 64 20 61 20 76 61  6d 70 69 72 65 20 61 72  |and a vampire ar|
00000b30  65 20 61 6c 6c 20 71 75  69 63 6b 6c 79 20 64 69  |e all quickly di|
00000b40  73 63 6f 76 65 72 65 64  20 0d 72 6f 61 6d 69 6e  |scovered .roamin|
00000b50  67 20 77 65 69 72 64 20  6c 6f 63 61 74 69 6f 6e  |g weird location|
00000b60  73 3b 20 61 6c 6d 6f 73  74 20 61 6c 6c 20 6f 66  |s; almost all of|
00000b70  20 77 68 69 63 68 20 61  72 65 20 72 65 61 64 69  | which are readi|
00000b80  6c 79 20 61 63 63 65 73  73 69 62 6c 65 20 0d 72  |ly accessible .r|
00000b90  69 67 68 74 20 66 72 6f  6d 20 74 68 65 20 73 74  |ight from the st|
00000ba0  61 72 74 2e 20 54 68 65  20 74 65 78 74 20 64 65  |art. The text de|
00000bb0  73 63 72 69 62 69 6e 67  20 74 68 65 6d 2c 20 61  |scribing them, a|
00000bc0  6e 64 20 74 68 65 20 6c  6f 63 61 74 69 6f 6e 73  |nd the locations|
00000bd0  2c 20 69 73 0d 77 65 6c  6c 2d 77 72 69 74 74 65  |, is.well-writte|
00000be0  6e 2c 20 66 72 65 65 20  66 72 6f 6d 20 73 70 65  |n, free from spe|
00000bf0  6c 6c 69 6e 67 20 65 72  72 6f 72 73 2c 20 6e 69  |lling errors, ni|
00000c00  63 65 6c 79 20 66 6f 72  6d 61 74 74 65 64 20 61  |cely formatted a|
00000c10  6e 64 20 6f 66 20 61 20  76 65 72 79 0d 68 69 67  |nd of a very.hig|
00000c20  68 20 73 74 61 6e 64 61  72 64 2e 20 54 61 6b 65  |h standard. Take|
00000c30  20 66 6f 72 20 65 78 61  6d 70 6c 65 3a 0d 20 20  | for example:.  |
00000c40  20 22 59 6f 75 20 68 61  6e 64 20 74 68 65 20 70  | "You hand the p|
00000c50  75 72 70 6c 65 20 68 61  72 6d 6c 65 73 73 20 69  |urple harmless i|
00000c60  72 69 64 65 73 63 65 6e  74 20 62 75 74 74 65 72  |ridescent butter|
00000c70  66 6c 79 20 74 6f 20 74  68 65 20 69 6e 73 65 63  |fly to the insec|
00000c80  74 2d 0d 63 6f 6c 6c 65  63 74 6f 6c 6f 67 69 73  |t-.collectologis|
00000c90  74 2c 20 77 68 6f 20 70  75 74 73 20 69 74 20 69  |t, who puts it i|
00000ca0  6e 20 61 20 6d 61 74 63  68 62 6f 78 20 69 6e 20  |n a matchbox in |
00000cb0  61 6e 20 61 72 6d 6f 75  72 65 64 20 73 75 69 74  |an armoured suit|
00000cc0  63 61 73 65 20 69 6e 20  61 0d 74 69 74 61 6e 69  |case in a.titani|
00000cd0  75 6d 20 73 61 66 65 20  77 68 69 63 68 20 68 65  |um safe which he|
00000ce0  20 77 65 6c 64 73 20 63  6c 6f 73 65 64 20 61 6e  | welds closed an|
00000cf0  64 20 77 72 61 70 73 20  75 70 20 69 6e 20 63 6c  |d wraps up in cl|
00000d00  69 6e 67 66 69 6c 6d 20  62 65 66 6f 72 65 0d 68  |ingfilm before.h|
00000d10  65 61 64 69 6e 67 20 68  6f 6d 65 77 61 72 64 73  |eading homewards|
00000d20  2e 22 0d 20 20 20 44 65  66 69 6e 69 74 65 6c 79  |.".   Definitely|
00000d30  20 61 20 62 69 67 20 69  6d 70 72 6f 76 65 6d 65  | a big improveme|
00000d40  6e 74 20 6f 6e 20 53 63  6f 74 74 20 41 64 61 6d  |nt on Scott Adam|
00000d50  73 27 20 22 4f 4b 22 21  20 48 6f 77 65 76 65 72  |s' "OK"! However|
00000d60  2c 20 69 74 27 73 20 61  73 0d 77 65 6c 6c 20 74  |, it's as.well t|
00000d70  6f 20 6e 6f 74 65 20 74  68 61 74 20 74 68 65 20  |o note that the |
00000d80  70 61 72 73 65 72 20 6f  6e 20 48 4f 55 53 45 20  |parser on HOUSE |
00000d90  2d 20 49 51 47 52 20 69  73 20 6e 6f 74 20 64 65  |- IQGR is not de|
00000da0  76 65 6c 6f 70 65 64 20  75 70 20 74 6f 20 74 68  |veloped up to th|
00000db0  65 0d 73 61 6d 65 20 67  72 61 64 65 2e 20 49 20  |e.same grade. I |
00000dc0  77 61 73 20 69 6e 69 74  69 61 6c 6c 79 20 76 65  |was initially ve|
00000dd0  72 79 20 66 72 75 73 74  72 61 74 65 64 20 74 6f  |ry frustrated to|
00000de0  20 67 65 74 20 65 6e 64  6c 65 73 73 20 22 53 6f  | get endless "So|
00000df0  72 72 79 2c 20 79 6f 75  0d 63 61 6e 27 74 20 64  |rry, you.can't d|
00000e00  6f 20 74 68 61 74 2e 2e  2e 22 20 6d 65 73 73 61  |o that..." messa|
00000e10  67 65 73 20 77 68 65 6e  20 49 20 74 72 69 65 64  |ges when I tried|
00000e20  20 74 6f 20 47 45 54 2c  20 54 41 4b 45 2c 20 4b  | to GET, TAKE, K|
00000e30  49 4c 4c 2c 20 45 41 54  2c 20 48 49 54 20 61 0d  |ILL, EAT, HIT a.|
00000e40  47 55 49 4e 45 41 2d 50  49 47 20 69 6e 20 6f 6e  |GUINEA-PIG in on|
00000e50  65 20 6f 66 20 74 68 65  20 65 61 72 6c 79 20 6c  |e of the early l|
00000e60  6f 63 61 74 69 6f 6e 73  2e 20 42 65 63 61 75 73  |ocations. Becaus|
00000e70  65 20 74 68 65 20 6d 65  73 73 61 67 65 20 6e 65  |e the message ne|
00000e80  76 65 72 20 0d 63 68 61  6e 67 65 73 2c 20 74 68  |ver .changes, th|
00000e90  65 20 70 61 72 73 65 72  20 73 65 65 6d 73 20 76  |e parser seems v|
00000ea0  65 72 79 20 6c 69 6d 69  74 65 64 3b 20 69 6e 20  |ery limited; in |
00000eb0  61 63 74 75 61 6c 20 66  61 63 74 2c 20 47 45 54  |actual fact, GET|
00000ec0  20 61 6e 64 20 47 49 56  45 20 61 72 65 0d 74 68  | and GIVE are.th|
00000ed0  65 20 6f 6e 6c 79 20 63  6f 6d 6d 61 6e 64 73 20  |e only commands |
00000ee0  28 61 70 61 72 74 20 66  72 6f 6d 20 63 6f 6d 70  |(apart from comp|
00000ef0  61 73 73 20 64 69 72 65  63 74 69 6f 6e 73 29 20  |ass directions) |
00000f00  79 6f 75 27 72 65 20 6c  69 6b 65 6c 79 20 74 6f  |you're likely to|
00000f10  20 6e 65 65 64 0d 73 6f  20 69 66 20 6e 65 69 74  | need.so if neit|
00000f20  68 65 72 20 77 6f 72 6b  73 2c 20 69 74 27 73 20  |her works, it's |
00000f30  6e 6f 74 20 61 20 62 75  67 3b 20 69 74 27 73 20  |not a bug; it's |
00000f40  6a 75 73 74 20 74 68 61  74 20 79 6f 75 20 68 61  |just that you ha|
00000f50  76 65 6e 27 74 20 66 6f  75 6e 64 20 0d 74 68 65  |ven't found .the|
00000f60  20 73 6f 6c 75 74 69 6f  6e 20 69 6e 76 6f 6c 76  | solution involv|
00000f70  69 6e 67 20 74 68 61 74  20 70 61 72 74 69 63 75  |ing that particu|
00000f80  6c 61 72 20 6f 62 6a 65  63 74 2e 0d 20 20 20 54  |lar object..   T|
00000f90  68 65 72 65 20 69 73 20  61 20 62 75 67 20 69 6e  |here is a bug in|
00000fa0  20 74 68 69 73 20 67 61  6d 65 20 74 68 6f 75 67  | this game thoug|
00000fb0  68 2c 20 66 6f 72 74 75  6e 61 74 65 6c 79 20 64  |h, fortunately d|
00000fc0  69 73 63 6f 76 65 72 65  64 20 61 6e 64 20 0d 27  |iscovered and .'|
00000fd0  70 61 74 63 68 65 64 27  20 64 75 72 69 6e 67 20  |patched' during |
00000fe0  74 68 65 20 63 6f 6e 76  65 72 73 69 6f 6e 20 74  |the conversion t|
00000ff0  6f 20 74 68 65 20 45 6c  65 63 74 72 6f 6e 2e 20  |o the Electron. |
00001000  57 69 74 68 6f 75 74 20  77 61 6e 74 69 6e 67 20  |Without wanting |
00001010  74 6f 20 67 69 76 65 0d  61 6e 79 74 68 69 6e 67  |to give.anything|
00001020  20 65 6c 73 65 20 61 77  61 79 20 28 61 74 20 6c  | else away (at l|
00001030  65 61 73 74 20 6e 6f 74  20 75 6e 74 69 6c 20 45  |east not until E|
00001040  55 47 20 70 75 62 6c 69  73 68 65 73 20 74 68 65  |UG publishes the|
00001050  20 73 6f 6c 75 74 69 6f  6e 21 29 2c 20 69 74 0d  | solution!), it.|
00001060  6f 63 63 75 72 73 20 77  68 65 6e 20 79 6f 75 20  |occurs when you |
00001070  6d 75 73 74 20 75 73 65  20 74 68 65 20 44 49 59  |must use the DIY|
00001080  20 62 6f 6d 62 2e 20 22  54 68 61 74 20 77 61 73  | bomb. "That was|
00001090  20 70 72 6f 62 61 62 6c  79 20 61 20 62 61 64 20  | probably a bad |
000010a0  6d 6f 76 65 2c 22 0d 73  61 79 73 20 74 68 65 20  |move,".says the |
000010b0  74 65 78 74 20 61 73 20  69 74 20 65 78 70 6c 6f  |text as it explo|
000010c0  64 65 73 20 61 6e 64 20  79 6f 75 20 61 72 65 20  |des and you are |
000010d0  61 72 72 65 73 74 65 64  2e 2e 2e 0d 20 20 20 48  |arrested....   H|
000010e0  6f 77 65 76 65 72 2c 20  69 6e 73 74 65 61 64 20  |owever, instead |
000010f0  6f 66 20 74 72 61 6e 73  70 6f 72 74 69 6e 67 20  |of transporting |
00001100  79 6f 75 20 74 6f 20 61  20 6c 6f 63 6b 65 64 20  |you to a locked |
00001110  70 6f 6c 69 63 65 20 63  65 6c 6c 2c 20 74 68 65  |police cell, the|
00001120  20 42 42 43 0d 76 65 72  73 69 6f 6e 20 74 68 65  | BBC.version the|
00001130  6e 20 70 72 69 6e 74 73  20 22 3c 75 6e 64 65 66  |n prints "<undef|
00001140  69 6e 65 64 20 6c 6f 63  61 74 69 6f 6e 3e 22 20  |ined location>" |
00001150  61 6e 64 20 6c 65 61 76  65 73 20 79 6f 75 20 6e  |and leaves you n|
00001160  6f 20 61 6c 74 65 72 6e  61 74 69 76 65 0d 62 75  |o alternative.bu|
00001170  74 20 74 6f 20 51 55 49  54 2e 20 41 73 20 69 74  |t to QUIT. As it|
00001180  27 73 20 6e 6f 77 20 69  6d 70 6f 73 73 69 62 6c  |'s now impossibl|
00001190  65 20 74 6f 20 66 69 6e  69 73 68 20 74 68 65 20  |e to finish the |
000011a0  67 61 6d 65 2c 20 69 74  20 62 65 63 6f 6d 65 73  |game, it becomes|
000011b0  0d 65 76 69 64 65 6e 74  20 74 68 61 74 20 54 48  |.evident that TH|
000011c0  45 20 4d 49 43 52 4f 20  55 53 45 52 20 70 72 6f  |E MICRO USER pro|
000011d0  62 61 62 6c 79 20 64 69  64 6e 27 74 20 74 65 73  |bably didn't tes|
000011e0  74 20 74 68 69 73 20 61  64 76 65 6e 74 75 72 65  |t this adventure|
000011f0  20 6d 75 63 68 2c 20 69  66 0d 61 74 20 61 6c 6c  | much, if.at all|
00001200  21 20 4c 75 63 6b 69 6c  79 20 74 68 6f 75 67 68  |! Luckily though|
00001210  2c 20 79 6f 75 72 20 45  55 47 20 72 65 76 69 65  |, your EUG revie|
00001220  77 65 72 27 73 20 66 69  78 20 68 61 73 20 62 65  |wer's fix has be|
00001230  65 6e 20 69 6e 63 6c 75  64 65 64 20 6f 6e 20 74  |en included on t|
00001240  68 65 0d 45 55 47 20 23  35 33 20 64 69 73 6b 20  |he.EUG #53 disk |
00001250  76 65 72 73 69 6f 6e 2e  20 4f 6e 20 54 48 45 20  |version. On THE |
00001260  4d 49 43 52 4f 20 55 53  45 52 27 73 20 6f 72 69  |MICRO USER's ori|
00001270  67 69 6e 61 6c 20 65 66  66 6f 72 74 20 28 61 6e  |ginal effort (an|
00001280  64 20 70 6f 73 73 69 62  6c 79 0d 6f 74 68 65 72  |d possibly.other|
00001290  20 50 44 20 76 65 72 73  69 6f 6e 73 29 2c 20 61  | PD versions), a|
000012a0  64 64 20 74 68 65 20 6c  69 6e 65 73 20 62 65 6c  |dd the lines bel|
000012b0  6f 77 20 74 6f 20 22 48  4f 55 53 45 47 4d 22 3a  |ow to "HOUSEGM":|
000012c0  0d 20 20 20 20 20 20 31  32 30 44 45 46 50 52 4f  |.      120DEFPRO|
000012d0  43 6c 6f 6f 6b 3a 49 46  20 28 31 2b 52 25 20 4d  |Clook:IF (1+R% M|
000012e0  4f 44 4d 58 29 3d 32 20  41 4e 44 20 28 31 2b 52  |ODMX)=2 AND (1+R|
000012f0  25 20 44 49 56 4d 58 29  3d 37 20 54 48 45 4e 20  |% DIVMX)=7 THEN |
00001300  52 25 3d 52 25 2d 31 0d  20 20 20 20 20 20 31 32  |R%=R%-1.      12|
00001310  31 49 46 20 28 31 2b 52  25 20 4d 4f 44 4d 58 29  |1IF (1+R% MODMX)|
00001320  3d 31 20 41 4e 44 20 28  31 2b 52 25 20 44 49 56  |=1 AND (1+R% DIV|
00001330  4d 58 29 3d 37 20 54 48  45 4e 20 52 25 3d 52 25  |MX)=7 THEN R%=R%|
00001340  2d 37 0d 20 20 20 20 20  20 31 32 32 50 52 4f 43  |-7.      122PROC|
00001350  66 6f 72 6d 28 32 2c 44  45 53 24 28 31 2b 52 25  |form(2,DES$(1+R%|
00001360  20 4d 4f 44 4d 58 2c 31  2b 52 25 20 44 49 56 4d  | MODMX,1+R% DIVM|
00001370  58 29 29 3a 4d 25 3d 30  3a 46 4f 52 20 53 3d 31  |X)):M%=0:FOR S=1|
00001380  20 54 4f 20 4f 42 4a 3a  49 46 20 0d 20 20 20 3f  | TO OBJ:IF .   ?|
00001390  28 6f 62 63 2d 31 2b 53  29 3d 52 25 20 41 4e 44  |(obc-1+S)=R% AND|
000013a0  20 4f 42 44 24 28 53 29  3c 3e 22 3c 75 6e 64 65  | OBD$(S)<>"<unde|
000013b0  66 69 6e 65 64 3e 22 20  4d 25 3d 4d 25 2b 31 0d  |fined>" M%=M%+1.|
000013c0  0d 54 68 65 20 42 42 43  2f 45 6c 65 63 74 72 6f  |.The BBC/Electro|
000013d0  6e 20 76 65 72 73 69 6f  6e 20 6f 6e 20 45 55 47  |n version on EUG|
000013e0  20 23 35 33 2c 20 77 69  74 68 20 74 68 69 73 20  | #53, with this |
000013f0  73 75 72 67 65 72 79 2c  20 72 65 74 61 69 6e 73  |surgery, retains|
00001400  20 65 76 65 72 79 2d 0d  74 68 69 6e 67 20 28 6f  | every-.thing (o|
00001410  6e 20 62 6f 74 68 20 6d  61 63 68 69 6e 65 73 21  |n both machines!|
00001420  29 20 6f 66 20 74 68 65  20 6f 72 69 67 69 6e 61  |) of the origina|
00001430  6c 20 61 70 61 72 74 20  66 72 6f 6d 20 74 68 65  |l apart from the|
00001440  20 62 75 67 2e 20 49 74  20 61 6c 73 6f 20 0d 69  | bug. It also .i|
00001450  6e 63 6c 75 64 65 73 20  61 20 6c 6f 76 65 6c 79  |ncludes a lovely|
00001460  20 63 6f 6e 76 65 72 74  65 64 20 4d 6f 64 65 20  | converted Mode |
00001470  37 20 74 6f 20 4d 6f 64  65 20 31 20 6c 6f 61 64  |7 to Mode 1 load|
00001480  69 6e 67 20 73 63 72 65  65 6e 20 73 70 65 63 69  |ing screen speci|
00001490  66 69 63 61 6c 6c 79 0d  63 6f 64 65 64 20 74 6f  |fically.coded to|
000014a0  20 61 70 70 65 61 72 20  65 76 65 6e 20 77 69 74  | appear even wit|
000014b0  68 20 74 68 65 20 36 34  4b 20 45 6c 6b 27 73 20  |h the 64K Elk's |
000014c0  65 78 74 72 61 20 6d 65  6d 6f 72 79 20 65 6e 61  |extra memory ena|
000014d0  62 6c 65 64 2e 0d 20 20  20 57 69 74 68 20 74 68  |bled..   With th|
000014e0  65 20 67 61 6d 65 20 69  74 73 65 6c 66 2c 20 74  |e game itself, t|
000014f0  68 65 72 65 20 61 72 65  20 6a 75 73 74 20 74 77  |here are just tw|
00001500  6f 20 6d 6f 72 65 20 6c  69 74 74 6c 65 20 66 65  |o more little fe|
00001510  61 74 75 72 65 73 20 74  68 61 74 0d 72 65 71 75  |atures that.requ|
00001520  69 72 65 20 64 6f 63 75  6d 65 6e 74 61 74 69 6f  |ire documentatio|
00001530  6e 2e 20 54 68 65 20 66  69 72 73 74 2c 20 61 20  |n. The first, a |
00001540  72 65 6c 61 74 69 76 65  6c 79 20 6d 69 6e 6f 72  |relatively minor|
00001550  20 70 6f 69 6e 74 2c 20  69 73 20 74 68 61 74 20  | point, is that |
00001560  77 68 65 6e 0d 67 69 76  69 6e 67 20 61 6e 20 69  |when.giving an i|
00001570  74 65 6d 2c 20 79 6f 75  20 6d 75 73 74 20 74 79  |tem, you must ty|
00001580  70 65 20 47 49 56 45 20  3c 78 3e 20 54 4f 20 3c  |pe GIVE <x> TO <|
00001590  79 3e 20 3c 52 45 54 55  52 4e 3e 20 61 73 20 47  |y> <RETURN> as G|
000015a0  49 56 45 20 3c 78 3e 20  61 6c 6f 6e 65 0d 72 65  |IVE <x> alone.re|
000015b0  73 75 6c 74 73 20 69 6e  20 22 53 6f 72 72 79 2c  |sults in "Sorry,|
000015c0  20 79 6f 75 20 63 61 6e  27 74 20 64 6f 20 74 68  | you can't do th|
000015d0  61 74 2e 2e 2e 22 2e 20  54 68 65 20 73 65 63 6f  |at...". The seco|
000015e0  6e 64 20 69 73 20 74 68  61 74 20 74 68 65 72 65  |nd is that there|
000015f0  20 61 72 65 0d 6c 6f 6e  67 69 73 68 20 70 61 75  | are.longish pau|
00001600  73 65 73 20 62 65 74 77  65 65 6e 20 6c 6f 63 61  |ses between loca|
00001610  74 69 6f 6e 20 61 6e 64  20 6c 6f 63 61 74 69 6f  |tion and locatio|
00001620  6e 20 77 68 69 6c 65 20  6d 65 6d 6f 72 79 20 69  |n while memory i|
00001630  73 20 61 63 63 65 73 73  65 64 2e 0d 54 68 65 79  |s accessed..They|
00001640  20 61 72 65 6e 27 74 20  73 6f 20 6c 6f 6e 67 20  | aren't so long |
00001650  61 73 20 74 6f 20 72 75  69 6e 20 74 68 65 20 61  |as to ruin the a|
00001660  64 76 65 6e 74 75 72 65  20 74 68 6f 75 67 68 2e  |dventure though.|
00001670  0d 20 20 20 57 69 74 68  20 74 68 65 20 62 75 67  |.   With the bug|
00001680  20 66 69 78 65 64 2c 20  74 68 69 73 20 64 6f 63  | fixed, this doc|
00001690  75 6d 65 6e 74 61 74 69  6f 6e 20 62 79 20 79 6f  |umentation by yo|
000016a0  75 72 20 73 69 64 65 20  61 6e 64 20 74 68 65 20  |ur side and the |
000016b0  72 65 71 75 69 73 69 74  65 0d 41 63 6f 72 6e 20  |requisite.Acorn |
000016c0  6b 69 74 2c 20 79 6f 75  27 6c 6c 20 73 6f 6f 6e  |kit, you'll soon|
000016d0  20 64 69 73 63 6f 76 65  72 20 48 4f 55 53 45 20  | discover HOUSE |
000016e0  2d 20 49 51 47 52 20 74  6f 20 62 65 20 74 68 65  |- IQGR to be the|
000016f0  20 76 65 72 79 20 63 72  65 6d 65 20 64 65 20 6c  | very creme de l|
00001700  61 0d 63 72 65 6d 65 20  6f 66 20 50 44 20 61 64  |a.creme of PD ad|
00001710  76 65 6e 74 75 72 65 73  2e 20 44 65 73 70 69 74  |ventures. Despit|
00001720  65 20 74 68 65 20 6c 69  6d 69 74 65 64 20 70 61  |e the limited pa|
00001730  72 73 65 72 2c 20 74 68  65 20 77 69 74 74 79 20  |rser, the witty |
00001740  74 65 78 74 20 61 6e 64  0d 73 69 6d 70 6c 69 63  |text and.simplic|
00001750  69 74 79 20 6f 66 20 61  63 74 69 6f 6e 20 77 69  |ity of action wi|
00001760  6c 6c 20 67 75 69 64 65  20 79 6f 75 20 74 68 72  |ll guide you thr|
00001770  6f 75 67 68 20 71 75 69  74 65 20 65 61 73 69 6c  |ough quite easil|
00001780  79 2e 20 49 74 27 73 20  6f 66 20 0d 6d 6f 64 65  |y. It's of .mode|
00001790  72 61 74 65 20 64 69 66  66 69 63 75 6c 74 79 20  |rate difficulty |
000017a0  2d 20 69 74 73 20 74 69  74 6c 65 20 62 65 69 6e  |- its title bein|
000017b0  67 20 61 6e 20 61 63 63  75 72 61 74 65 20 64 65  |g an accurate de|
000017c0  73 63 72 69 70 74 69 6f  6e 20 2d 20 61 6e 64 20  |scription - and |
000017d0  0d 66 6c 75 69 64 6c 79  20 77 72 69 74 74 65 6e  |.fluidly written|
000017e0  2e 20 41 6e 20 61 6c 6d  6f 73 74 20 70 65 72 66  |. An almost perf|
000017f0  65 63 74 20 6c 69 74 74  6c 65 20 61 64 76 65 6e  |ect little adven|
00001800  74 75 72 65 2e 0d 20 20  20 20 20 20 20 20 20 20  |ture..          |
00001810  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001830  20 20 20 20 20 20 20 20  20 44 61 76 65 20 45 64  |         Dave Ed|
00001840  77 61 72 64 73 2c 20 45  55 47 20 23 35 33 0d     |wards, EUG #53.|
0000184f
R/+HOUSE.m0
R/+HOUSE.m1
R/+HOUSE.m2
R/+HOUSE.m4
R/+HOUSE.m5