Installing One Key Pack for Standard Tribes
-------------------------------------------

   *** Note: I highly suggest using the Presto Pack with the Presto Pack
       version of this script, as it makes installation much less error-
       prone (not to mention easier).

1. If you don't already have one, create a '<tribes>\config\zear' folder.

2. Unzip OneKeyPackStd.cs into the 'zear' folder.

3. If you *do not* already have an onClientMessage function
   in your <Tribes>\config\autoexec.cs file, skip to step 4.

		otherwise...

   You will need to integrate this code's onClientMessage 
   function into the existing onClientMessage function in your
   autoexec.cs. For information on how this can be done, see

   http://www.epud.net/~thammock/scripts/primer/onClientMessage.html

4. In your <tribes>\config\autoexec.cs file, at the top of the file, add
   the line
   
        exec("zear\\OneKeyPackStd.cs");

5. (Optional) Customize the bindings at the beginning of OneKeyPackStd.cs
   and resave the file.

6. (Re)start Tribes.

