                       The Forest Outhouse v2.20 LORD IGM

                 -- A Castle Camelot LORD Apps production --
                  Copyright (C) 2002-2003 by Donald Tidmore.
                 ===========================================

               ** v2.00 officially released on:  April 03, 2003.
               ** v2.10 officially released on:  May 13, 2003.

               ** v2.20 officially released on:  November 08, 2003.
          ---------------------------------------------------------

             L.O.R.D. Cavern components are copyrighted 1995-2003
                by Jason Brown; and used with his permission.
          ---------------------------------------------------------
          Outhouse v1.xx IGM was copyright (C) 1995 by Robert Fogt.
                   Artwork Copyright (C) 1995 by Soundman.
          ---------------------------------------------------------

           LORD, L.O.R.D. are copyrighted by Robinson Technologies,
           now owned by Metropolis Gameport, in respect to BBS games.
            ===================================================
                                
    This game is Freeware.  I write/develop LORD programs as a hobby,
    and to revive old programs for old LORD author friends who either
    want a new home for their programs, or assistance updating them.

    This is my fourth LORD IGM.  The first three IGMs I updated were
    L.O.R.D. Cavern v1.5/v1.6, The Outlands Tavern v1.4, and The
    Gateway v1.1/v1.2 - along with the LordStat v1.7 and RHP Toolkit
    v1.2/v1.3 LORD utilities - for my friend Jason Brown.

    My fifth IGM is named The Gem Trader v2.10.  My sixth IGM project
    is the update of The Pawn Shop IGM for Chris MacPherson.  My
    seventh IGM is The Nice Hag v2.00/v2.10/v2.14.  The eighth IGM
    was the L.O.R.D. Gambling Casino v2.00/v2.10, which I adopted
    from Tobin Fricke.  The ninth, and currently last IGM, I have
    developed is The Ruined Castle v2.00.  Which was developed from
    the LADY Script written by Dan Stovall.

    I started out doing LORD Lady Scripts, of which I now have 15,
    around February 2002.  Then I began work on updating Jason Brown's
    programs and relearning Pascal programming in June 2002.  So now
    I've got over two dozen LORD programs that I take care of, or have
    authored over the past year.
   -----------------------------------------------------------------
                                
                                INTRODUCTION:
                                ------------
    The original Outhouse IGM was a "once a day" LORD IGM, where
    the user finally got to do what we do every day -- use a
    bathroom.  By visiting the Outhouse, you can either (lose 1
    Forest Fight and gain 2 Charm points) or (Get a 50/50 chance
    at either losing 1 Charm or Gaining 2 Charm points.

    The newer components of Forest Outhouse are revised versions
    of adventures from L.O.R.D. Cavern, used with Jason Brown's
    permission, reset into a Forest setting;  and brand new events
    written by myself.  The first new event is meeting a Sexy Genie.

    The user may spend time in the Forest looking around until
    their Forest Searches quota is used up, or they choose to
    leave.  No one will be killed in the IGM, but they may leave
    severely wounded if very unlucky.

    Forest Searches settings:  In v2.00, the maximum Searches per
    day was 75.  In v2.10, I've configured the IGM to allow up to
    a maximum of 127 daily searches, with a default setting of 75.
    Daily Searches are configured in the setup program's Extra
    Configuration Menu.

    In v2.10+, the enabled RHP Language lets you use between 1 and
    127 Forest Searches per day, just like L.O.R.D. Cavern does.

    No one will be killed using any version of this IGM, through
    v2.20, *UNLESS* it is done via an RHP Script.  My own RHP scripts,
    do not use the @KILL@ RHP code.  However the player CAN get severe
    Hit-points injury through normal usage of the IGM.

    In v2.20+, sysops may choose value in 1-5 range for adoptions
    allowed per visit.  The next version, v2.30, will cover sysop-
    configuration of Adoptions per Day limits.

    Adoptions are allowed until a player has reached/passed 50 Kids,
    as of v2.20. Afterwards you get Experience Points for taking
    orphans to the Orphanage.  If you abandon an orphan, you will
    be penalized up to 200 Charm points.

    Also in v2.20, players can View their Stats at the main IGM entry
    menu, and then they enter the Forest automatically.

    LORD Stats screen handling.  If @STATS@ RHP code is executed
    by an Outhouse RHP Script, the internal Stats screen style used
    by LORD Cavern, The Gateway, Outlands Tavern, and the RHP Toolkit,
    along with this IGM, is shown to the player.  When using "View
    your Stats" option from a menu, the IGM uses an customized Stats
    screen.  Both of the screens report whether a player has MASTERED
    any skills.
    =====================================

                              RHP Scripts Info:
    1) Pile of Gems - Released with Version 2.10.  It grants user a
       small pile of Gold and Gems, based on their game Level. (v2.01+)

    Released with Version 2.20, in the Forest Outhouse RHP Pack:
    ------------------------------------------------------------
    2) Sharpen Weapon.  It grants 5 Strength points * Level.  (v2.11+)
    3) Polish Armour.  It grants 3 Defense points * Level.  (v2.14+)

    4) 06/25/03: IGM now supports usage of these new RHP Codes:
       ARMORNUM, ARMOURNUM, WEAPONNUM, and SCRIPTVERSION.
       Use of GEMS code for display of RHP code's value in dialogue.

    5) 07/02/03: These RHP codes are now usable in math formulas:
       MALE, FEMALE, HORSE, FAIRY, FLIRTED, BARDSONG, WEIRDEVENT,
       SETHVIOLET, SEENMASTER, SEENDRAGON, and SPIRITS.  (v2.15+)
       -- Requires usage of @VERSION@ 2.15 in scripts.

    6) The Burlap Bag - Illustrates usage of RHP codes in math formulas.
       -- Uses BARDSONG, WEIRDEVENT, SEENMASTER, SEENDRAGON, FOREST,
       FAIRY, FEMALE, SETHVIOLET.  Rewards are small for each event,
       if player qualifies for them.  Created 07/01/03.

       * Note: At later time, I will split this one up into two/three
       smaller RHP scripts. 11/08/03 note.

    7) The Magic GemStone - Lets player get some Gems.  {v2.15+}
    =================================================================

    What are RHP IGM Script events:  Jason Brown designed a library
    code file that processes a set of commands that correspond mostly
    to what is in the LORD Lady script language that Michael Preslar
    introduced in LORD v4.02 and later versions.  Basically, the IGM
    runs an .RHP file and processes text dialogue on-screen and
    displays the results of actions the user takes in response.

    Each RHP event occurs at random while you are searching through
    the Forest.  One can either search randomly for adventure, or go
    straight to the Outhouse.  Or you can run home to Town. You are
    able to view your current LORD stats at any time during IGM usage.
         ===============================================================

                                REQUIREMENTS:
                                ------------
    1) IGM has only been tested using LORD v3.55 forward, so you
       will need LORD 3.55, 4.00, 4.00a - by Seth Robinson;  or
       LORD v4.02, 4.05pb, 4.06, 4.07 beta - by Michael Preslar.
       IGM may work with older versions of Seth's LORD game as well.

    2) This is a DOS program, as is Legend of the Red Dragon.
       So you have to be able to run MS-DOS applications.

    3) You must have L.O.R.D. installed, either setup locally on
       your computer, or setup as a BBS door. I suggest but don't
       require that you use Outhouse for a directory name.  At some
       point, Forest Outhouse will contain sub-event IGM files, so
       I advise using a separate directory for it.

       This version is compiled using Borland Pascal v7.01 on a 933
       Mhz Intel Pentium III system, running Microsoft Windows Millenium
       Edition.

       This IGM will work with non-standard com-ports, and SHOULD work
       great under a multi-tasking operating system.  It uses the same
       config files as LORD does, so if you are using LORD, you can use
       this IGM.  Some BBS testing is underway, but I can't say for
       sure whether the IGM qualifies as multi-node.  It is NOT
       multi-player, since there is no possible interaction between
       one user and another user.

                                 [FILES LIST]
    Files list for The Forest Outhouse v2.11 Beta:
    --------------------------------------------------------
    FILE_ID  DIZ   - BBS data file.  (Outhouse.Diz)
    OH2-HIST TXT   - History file for this IGM.
    OUTHOUSE TXT   - Forest Outhouse IGM docs (this file).
    OH2SETUP EXE   - Forest Outhouse IGM Setup program.
    OUTHOUSE EXE   - The Forest Outhouse LORD IGM.

    -------------  Added in version v2.10:
    OH2-Code.txt   - Info on how to program your own Random
                     Happenings events.
    GEMSPILE.RHP   - Pile of Gems v1.07 RHP Script.       {10/21/2003}

    ============= Added in version 2.20:
    SHARPEN.RHP    - Sharpen Weapon v1.03 RHP.            {10/21/2003}
    POLISH.RHP     - v2.14. Polish Armour v1.04 RHP.      {10/21/2003}
    BURLAP.RHP     - v2.16. The Burlap Bag v1.01 RHP.     {09/06/2003}
    GEMSTONE.RHP   - v2.16. The Magic GemStone v1.03 RHP. {11/08/2003}

    Data files created/updated by IGM daily or periodicially:
    ----------------------------------------------------------
    OUTHOUSE.CFG   - Stores IGM configuration info.
    OH-EXTRA.CFG   - v2.01+. RHP Scripts Configuration file.
    OH2TIME.DAT    - Stores system date info. Binary data file.
    OUTHOUSE.DAT   - v2.14+. IGM Player Database file.   {06-14-03}
    OH_ERROR.LOG   - Created in directory IGM is ran from, and
                     it contains info on errors that happen in it.
    ========================================================

    Note: If you encounter problems using the IGM, send me
    details on what happened, along with copy of the OH_Error.log
    file that was generated.  (Send data in a ZIP file, please.)
    ============================================================

    Usage of Oh2setup.exe is required in order to add additional
    RHP Scripts, written for The Forest Outhouse v2.01+ versions.
    It is also required for removing/viewing currently installed
    RHP scripts that the IGM uses.
    ================================================================

    Advisory for users of multiple LORD game setups:
    ==================================================
    Be sure when using more than one copy of this IGM, that the
    configuration file (OUTHOUSE.CFG) refers to the CORRECT location
    of each LORD game you are installing the IGM into.

    I've got two LORD games myself, and have to watch this situation.
    One is in c:\internet\games and the other is in c:\internet\Lord.
    The Lord Path line in the CFG file dictates where the IGM will
    look when it is executed.  So when using more than one copy of
    this IGM, always keep an eye on the config file it uses.

    To correct any errors, either manually edit the outhouse.cfg file
    and change the LORD Directory path info, or re-run OH2Setup.exe
    and correct the LORD Path entry in the Configuration Menu.
    ================================================================

                              [EXTRA SETUP INFO]
    Use OH2SETUP's option 'E' to edit the extra information, which
    allows you to install new RHP scripts, and to set how many Forest
    Searches are allowed each day.

    The GemsPile.rhp is automatically installed when you install
    version 2.10 of Forest Outhouse.  If it does not exist, IGM will
    run an "you find nothing of interest" event, when the IGM randomly
    selects the RHP execution portion of OUTHOUSE.EXE.

    To use other Outhouse RHP Scripts, such as Polish.rhp, you have
    to choose to install them.  Use Extra Configuation Menu in
    OH2Setup, and use "Install RHP Script" option.  Each script has
    a (letter) code.  Use that to install scripts.

    Alterations of these RHP scripts for PERSONAL use are authorized.

    No distribution of altered RHP files, using my name as author, is
    authorized without my explicit written authorization - through
    Email, Fidonet Net-Mail, or U.S. postal mail.
-----------------------------------------------------------------


                                 [UPGRADING]
    Outhouse v1.xx Upgrade:
From v1.xx:  If using the original Outhouse IGM, by Robert Fogt,
un-install it and delete all of its data files.  The new version uses
new data files.  Then follow directions for New Installation.

    Upgrade from Forest Outhouse v2.00+:

To upgrade an existing Forest Outhouse IGM setup, simply unzip the
distribution archive (OUTH220.ZIP) into the Forest Outhouse IGM
directory.  Use the Overwrite Existing files function of PKUNZIP,
WINZIP, or whichever compressed file manager program you are using.

    Re-run the IGM's setup program and confirm that your settings are
correct.  Switch to Extra Configuration and use Install RHP Script
option, if you wish to use the SHARPEN.RHP script file, for example.
Save your changes in Extra Config Menu, then in Config. Menu.  That
concludes the installation/upgrade process.

Note:  You will need either PKZIP v2.50, WinZIP, WinRAR, or some
other compression utility program that handles the PKZIP v2.50
compression formats.  You can get Winzip from http://www.winzip.com/.
====================================================================

    Special Install Notes:
Config Menu now shows the location OH2SETUP.EXE is being run from.
It also has an entry for IGM Path.  If the value shown is incorrect,
change it to the correct directory path for the IGM's files.

Select value from 1 to 5 for Kids per Visit adoption limit.
    Version 2.30 will allow sysop control of adoptions per Day.

Check 3rdparty.dat for duplicate entries and remove any that are
found.  If using LordMenu, run the program, and update its data files,
once you have exited the Oh2setup.exe program.
-----------------------------------------------------------------


    {New Installation}
Run OH2Setup.exe, and follow the instructions listed above.

Order of Menu entries usage to use:  1) Do Configuration first.
2) Do Extra Configuration second.  3) Do Install IGM into LORD third.
4) Save Changes and Exit program.  5) Visually verify settings in the
Outhouse.cfg file, and in the 3rdparty.dat file.  6) If using Lordmenu
utility, update its data files.  That concludes Installation process.
======================================================================

    Misc. Notes about Horses:

Gain of Horse inside IGM, during IGM exit process, results in
player receiving 25% increase in Forest Fights.
Loss of Horse results in 25% decrease in FF's.   (v2.20+)

   Change in Horse status in an RHP script event is NOT covered
by RHP Script Language.  IF RHP writer wishes player to have
change in Forest Fights, you have to code the script to
do the computation of what 25% of Forest Fights is, and then
either add or subtract that value from the stat.
=================================================================

    About BankGold.rhp:
    ====================
The script is NOT designed for usage with The Forest Outhouse IGM
in normal game play.  It is entirely designed to illustrate the
usage of *ALL* RHP Language codes in a limited extent, for benefit
of RHP Script writers.  A copy is bundled with RHPTST13.ZIP, the
official release distribution archive for RHP Toolkit v1.3.
=================================================================


                              SPECIAL THANKS                                
                              --------------  
    To Seth Able, the author of the Legend Of the Red Dragon.(LORD)
    for writing such a great game.

    The authors of DDPLUS, for releasing their source code as freeware.

    To Jason Brown for allowing me to be co-author and technical
    supporter of his LORD IGMs and Utilities.  And for allowing me
    to use L.O.R.D. Cavern events in Forest Outhouse.

    To Robert Fogt for spending a few weeks searching through old
    computer disks until he found the source code for Outhouse IGM,
    so that a new home could be found for it.

    To Charlie Wardick for teaching me Pascal programming again,
    after not having used it for over 15 years.

    And to my friend Lloyd Hannesson who initially was going to
    develop and support The Outhouse, for letting me take over
    that responsibility myself.

Contact Information:
====================
    Robert Fogt:  Email: robertf@oz.net
    -----------------------------------

    Donald Tidmore:  Email: donald.tidmore@fidotel.com or
      donald.tidmore@usa.net.   Fidonet:  1:123/450.

      ktidmore@bellsouth.net - use only if other two are unusable.

    WWW: http://www.fidotel.com/public/camelot/.
         http://www.filegate.net/camelot/ - Fidonet site.
   ===================================================================

                                
        [DISTRIBUTION SITES]      Revised 09/19/2003.
Check out these Internet sites!

WWW: http://www.pcisys.net/~jmbrown/
Jason's World Wide Web page includes links to other pages,
  like Seth Able's!

Email: jmbrown@pcisys.net -OR- farlander@mailandnews.com
--------------------------------------------------------

Current distribution sites update:
----------------------------------
WWW #1:   http://www.fidotel.com/public/camelot/camelot6.htm
          Castle Camelot LORD IGMs Page

          http://www.fidotel.com/public/camelot/igm-beta.htm
          LORD Beta programs d/l page.

          Primary distribution source is the LordApps directory:
          http://www.fidotel.com/public/camelot/lordapps.htm

          Official releases of The L.O.R.D. Cavern, The Gateway, The
          Gem Trader, The Forest Outhouse, The Nice Hag, Outlands
          Tavern, LORD Gambling Casino, and Ruined Castle LORD IGMs;
          and the LordStat, RHPTest, and ChasWare LORD Player Editor
          LORD utilities.

Download URL:  http://www.fidotel.com/public/camelot/Scripts/
         Current releases of L.O.R.D. Cavern RHP Sets #1 and #2,
         Outlands Tavern RHP Set #1, and LADY Script files.
         Forest Outhouse RHP Set #1 scripts are also located here.
         * Only the .ZIP files are available as of 12/04/02.

         To access individual script files, use the Scripts section
         of the Castle Camelot LORD IGMs Page.

WWW #2:   http://www.nightfallgames.com/files/ - See LORD IGMs.
          Hosted by Michael Everett.  Replacement for dead LORD
          Legacy FTP server.

WWW #3/Fidonet:  http://www.filegate.net/camelot/
          Camelot LordNews FDN. - See Lordfile directory.

Fidonet Mail:  use 1:123/450, and post to LORD Echo.  If writing
          using my name, address messages to Donald Tidmore.  You
          can also write to me in Net-Mail.

Email:  donald.tidmore@usa.net or donald.tidmore@fidotel.com
        If both are unusable, then use ktidmore@bellsouth.net

ICQ:    Belgarion - #238685196.   Checked occasionally.
-----------------------------------------------------------------


    CASTLE CAMELOT LORD Apps:  - See the enclosed CCL-APPS.TXT file.

    My other official release LORD IGMs, brief listing:

OTRHP1.ZIP - The Outlands Tavern RHP Set #1 v1.16
    http://www.fidotel.com/public/camelot/Scripts/otrhp1.zip

LPEDIT10.ZIP - ChasWare LORD Player Editor v1.00. -- LORD Utility.
    http://www.fidotel.com/public/camelot/Lordapps/lpedit10.zip

GEMTR210.ZIP - The Gem Trader v2.10 LORD IGM. (Official Release)
    http://www.fidotel.com/public/camelot/LordApps/gemtr210.zip

OUTH210.ZIP - The Forest Outhouse v2.10 LORD IGM. (Official Release)
    http://www.fidotel.com/public/camelot/LordApps/outh210.zip

HAG210.ZIP - The Nice Hag v2.10 LORD IGM.  (Official Release)
    http://www.fidotel.com/public/camelot/LordApps/HAG210.zip

FORHP1.ZIP - The Forest Outhouse RHP Pack v1.00
    http://www.fidotel.com/public/camelot/Scripts/forhp1.zip

RUIN20.ZIP - The Ruined Castle v2.00 LORD IGM.
    http://www.fidotel.com/public/camelot/LordApps/ruin20.zip

LORDGC21.ZIP - LORD Gambling Casino v2.10 LORD IGM
    http://www.fidotel.com/public/camelot/LordApps/lordgc21.zip

HAG214.ZIP - The Nice Hag v2.14 LORD IGM.  (Official Release)
    http://www.fidotel.com/public/camelot/LordApps/hag214.zip

CAVE16.ZIP - The L.O.R.D. Cavern v1.6 LORD IGM.  (Official Release)
   -- http://www.fidotel.com/public/camelot/LordApps/cave16,zip
   -- Released officially Saturday morning, Nov. 08, 2003.

GATE12.ZIP - The Gateway v1.2 LORD IGM.  (Official Release)
   -- http://www.fidotel.com/public/camelot/LordApps/gate12.zip
   -- Released officially Saturday morning, Nov. 08, 2003.

OUTH220.ZIP - The Forest Outhouse v2.20 LORD IGM.  (Official Release)
   -- http://www.fidotel.com/public/camelot/LordApps/outh220.zip
   -- Released officially Saturday night, Nov. 08, 2003.

RHPTST13.ZIP - The RHP ToolKit v1.3 LORD Utilities.  (Official Release)
   -- http://www.fidotel.com/public/camelot/LordApps/rhptst13.zip
   -- Contains RHPTest v1.3 and LordType v1.3.
   -- Released officially Saturday night, Nov. 08, 2003.

FORHP1.ZIP - The Forest Outhouse RHP Pack v1.05 -- 11/08/2003 release
    http://www.fidotel.com/public/camelot/Scripts/forhp1.zip
=================================================================


    See CCL-APPS.TXT file for further info on LORD IGM Betas
    in progress - Pawn Shop, Gem Trader, and Outlands Tavern, and
    Turgeon's House.
    ==============================================================


                               LEGAL DISCLAIMER
                              ------------------
    The author has taken every precaution to insure that no harm
    or damage will occur on computer systems operating this package.
    Nevertheless, the author shall NOT be held liable for whatever
    may happen on your computer system or to any computer systems
    which connects to your own as a result of operating this package.

    The user assumes full responsibility for the correct operation of
    this software package, whether harm or damage results from software
    error, hardware malfunction, or operator error. NO warranties are
    offered, expressly stated or implied, including without limitation
    or restriction any warranties of operation for a particular purpose
    and/or merchantability.  If you do not agree with this then do NOT
    use this program.

    *NO* warranty is specifically offered to anyone who runs this IGM's
    setup program to install the program while the LORD game is running.
    Any resulting damage to system files is YOUR responsibility ONLY!
    -------------------------------------------------------------------


                                LICENSE AGREEMENT

    The game program, support files, and documentation are copyrighted
    products of Donald Tidmore.  The Author reserves all rights to
    these products. This is protected by the United States of America
    (USA) and International Copyright Laws. In no way shall the
    components of the game software package be reproduced or modified
    in any form or method without prior expressly written permission
    from the author.

    Tampering with or altering the contents or integrity of the game
    software package is prohibited. No fee may be charged by any
    agency other than $1-$2 beyond the cost of distributing copies
    without prior expressly written permission from the author.

    A major portion of this software comes from the DDPlus Door Driver
    Package and was written by the authors of that package. The DDPlus
    Doordriver kit has been used for the communications, interrupt
    handling and some utility functions and that part of the software
    remains copyrighted by the authors of the DDplus Package.

    Some IGM features used in Forest Outhouse are copyrighted
    by Jason Brown, and were converted to a Forest environment from
    L.O.R.D. Cavern v1.5/v1.5a IGM.  All support of Jason's programs is
    provided by Donald Tidmore.

    Legend Of the Red Dragon (LORD) is copyright (C) by Seth Able
    Robinson of Robinson Technologies.  And by Metropolis Gameport,
    the current owner.  It is now developed by Michael Preslar.

    ===============================================================
    Note:  L.O.R.D. Cavern, The Gateway, RHP Toolkit, and Outlands
    Tavern programs, where listed, are copyrighted programs by
    Jason Brown, which are updated and supported by Donald Tidmore.
=======================================================================


                       { IGM/Utility Support Notice: }
  Since I do not use a Linux-based computer, I can not provide support
  for this program if you are using the LORD/x beta, beyond the normal
  DOS LORD IGM support level.

  As of May 23rd, 2003, LORD/32 for Windows is in beta #2.  It does
  not yet support IGM usage.  When it does, and is stable for Local
  Mode usage for people like myself, I will test L.O.R.D. Cavern, The
  Gateway, The Outlands Tavern IGMs;  the LordStat and RHP Toolkit LORD
  utilities;  my LPEdit LORD player editor utility;  and The Gem Trader,
  The Nice Hag, The Forest Outhouse, The L.O.R.D. Gambling Casino, and
  The Pawn Shop LORD IGMs -- to see if any changes need to be made, in
  order to provide Lord/32 support for them.
  ---------------------------------

  In summary, this program may be used with DOS LORD versions and will
  be fully supported.  Limited support may be available eventually for
  LORD/32 users, running my LORD programs. It depends on whether Michael
  Preslar releases details on how IGMs are to interact differently, if
  at all, when they are run by either LORD/X or LORD/32.
==========================================================================


BBS Testers info:
------------------
1) Gordon Lewicky - Email: glewicky@telus.net.  Sysop Milkyway
   !:153/307,  Milky Way, 1;153/307;  or Fidonet 1:153/0.
   Sysop of Milkyway BBS. in British Columbia, Canada.
   Telnet://milkyway.tzo.com, http://milkyway.tzo.com,
   ftp://milkyway.tzo.com -- Langley, British Columbia, Canada.

2) Michael Everett - Email: sysop@bobobbs.net.
   Sysop of Bobo's BBS.  http://www.bobobbs.net, telnet://bobobbs.net
   Nightfall Games Server: LORD Archives site
      http://www.nightfallgames.com/files/.

3) Paul Koukos - Email:  444@hellasbbs.com
   Sysop of Hellas BBS.   http://hellasbbs.com, telnet://hellasbbs.com

4) Charlie Wardick:  Email: chasware@cox.net, Phoenix, Arizona, USA.
   http://www.jimmyrose.com/chasware/
   telnet://chasware.thebbs.org:666 - Gutterbowl 2003, D.R.O.L. games.

5) Rob McGee.  Email: robmc@easystreet.com.
   http://x-bit.org - The X-Bit BBS.

6) Joe Kinjin.  Email: kinjin@tampabay.rr.com.  Anime Madness BBS sysop
   http://www.anime-madness.com/
=======================================================================


Windows XP notes:
  IGM was compiled in Borland Pascal 7.01 in late August 2003, and
  tested under the Win XP system.  IGM worked normally, except for
  fact that Win XP runs program in 1/3-sized screen.  Normal
  compilations and testing work is done under Windows ME.
====================

END - OUTHOUSE.TXT      {November 08, 2003 revision}

