Item HUD v1.2
=============
28th August 1999

Written by |HH|Crunchy (Jonathan Slark)
Web page: http://www.planetstarsiege.com/crunchy/
Email: crunchy@planetstarsiege.com

*** Requires the Presto Pack v0.93 or later ***  http://www.planetstarsiege.com/presto/
*** Requires Zear's NewOpts v0.95 or later *** http://www.planetstarsiege.com/zear/

Installation
------------

Unzip the script into the tribes\config directory.  The file should now be 
in a directory called tribes\config\Crunchy.  There should also be some
pictures in a directory called tribes\config\Crunchy\bmp and a .gui file
in a directory called tribes\config\Crunchy\gui.

Open up the file tribes\config\autoexec.cs into notepad.  After the lines:
    exec("Presto\\Install.cs");
    Include("NewOpts\\Install.cs");
add this line, it gets my script to work:
    Include("Crunchy\\ItemHUD.cs");

If you look at the file tribes\config\Crunchy\ItemHUD.cs in notepad it
has further notes.
