Some intermud 3 code for Amylaar 3.2.1.  Created by Skylight and friends.
Report bugs to Skylight (pli@shell.portal.com) or "friends" (jamesd@netcom.com)

How to install:
     1.  Be using a recent version of the Amylaar 3.2.1 driver.
     2.  Use x-erq 1.4 with the driver.  An archive of x-erq 1.4 should be
         found next to where you found this intermud 3 code.
     3.  Be using the 2.4.5 lp mudlib.  These files were specifically designed
         for that mudlib, but if you are using a different Amylaar mudlib, you
         could be able to alter these files to adapt.
     4.  Untar the amylaar-intermud3 archive from within the mudlib's root
         directory.
     5.  Edit /obj/intermud3.h to satisfy your needs.
     6.  Give intermud3.c access to the erq.  This is done by adding some code
         to /obj/master.c directly after the line:
      case "erq":
         The text after it could be:
        if (file_name(who) == "obj/intermud3") return 1;
     7.  Attempt to load /obj/intermud3.c  There is a good chance of this
         failing, unfortunately.  Either try to fix the problems yourself or
         find help.
     8.  After getting intermud3.c to load, you should be able to receive
         remote tells, emotetos, etc.  However, you will not be able to use
         any intermud 3 commands.  Read /obj/intermud3/player.c for information
         on installing commands.
     9.  Enabling emotetos is pretty easy.  Add the line:
inherit "obj/intermud3/soul"
         to the beginning of /obj/soul.c

Arpil 18, 1996
