Objective HUD v2.2
==================
20th May 1999

Written by |HH|Crunchy (Jonathan Slark)
Email: jonslark@barrysworld.co.uk

*** Requires the Presto Pack ***  http://www.planetstarsiege.com/presto/
*** Requires my ObjectiveTrak script v2.0 beta 4 or later *** (included)
*** Requires my Events script *** (included)

*** Get the MissionInfo Pack (Missions.zip), the files have objective info
    so the HUD knows all the objectives in the base missions.


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

The zip file has all the files you need in the right directories.  Unzip
them all into the tribes\config directory.  All the files should now be in a
directory called tribes\config\Crunchy.

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

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


Note for scripters
------------------

The HUD uses ObjectiveTrak.cs, check it out!
