Thursday, May 04, 2000 - 03:56:56 PM		   |
						   |
EASY KEYS					   |	
By: RiverStyx 					   |
Version 1.0					   |
riverstyx@planetstarsiege.com			   |	
http://www.planetstarsiege.com/riverstyx           |			
----------------------------------------------------

INSTALLATION
===================

1) Unzip the files in this zip into your Tribes\Config\presto folder
2) Add the line: Include("presto\\EasyKeys.cs");
3) Your all set!


EDITING THIS SCRIPT
=======================

bindCommand(keyboard0, make, "key", TO, "Say::typeofmessage(wavtype+ message name);");

1) key = The key that you want the message binded to.
2) Say::typeofmessage = What kind of message it is.  One of these commands go in the typeofmessage spot.
	Say::Public
	Say::Team
	Say::Local
	Say::Animation
	Say::Response
3)wavtype + message name = The type of wav i.e. taunt, say, yell, etc. and the name of which message to be used


FOR EXAMPLE
================
Say you want to make an animation using the orderOverHere wav binding it to o.
		
		bindCommand(keyboard0, make, "o", TO, "Say::Animation(orderOverHere, 0);");

**Notice** The 0 at the end tells which animation you are using.  Any numbers between 0 and 12 can be used in the message.
