/***********************************************************************
 * plugin_ejl_easyspeech.sma     version 2.1   October 26/2002
 *  By:  Eric Lidman	Alias: Ludwig van      ejlmozart@hotmail.com
 *  Upgrade: http://lidmanmusic.com/cs/plugins.html  
 *
 * This plugin makes using half-life speech much easier and more fun. 
 *  Speech commands can now be done through the chat without using the
 *  console. The commands themselves have been shortened. For example, 
 *  in the chat, simply preceed your speech words with yy. Also
 *  shortcuts have been added to make it easier to use the speech
 *  vocabulary from directories other than the default (/vox).
 *
 * Commands:
 * 
 *   say: yy <speech words from the /vox directory>
 *   say: uu <speech words from the /fvox directory>
 *   say: tt <speech words from the /hgrunt directory>
 *   say: ii <speech words from the /scientist directory>
 *   say: rr <speech words from the /barney directory>
 *   say: yy_help <search target>
 *   say: uu_help <search target>
 *   say: tt_help <search target>
 *   say: ii_help <search target>
 *   say: rr_help <search target>
 *
 * Additionally, I have included a search engine, also useable from
 *  the chat. This way you can find the vocabulary words you are looking
 *  for from right within the game. For example, say yy_help ad
 *  and the search will return up to 12 words containing "ad" that you 
 *  can say with half-life speech, such as "administration". Ignore the
 *  ".wav" at the end of each word -- it is unnecessary.
 *
 * Note: the .txt files that come with this plugin go in the mod
 *  directory, such as cstrike (the same one that has the .wad files).
 *  Why "yy"? Well, "y" triggers messagemode (chat) 2 more strokes
 *  of "y" is the speech command. So it is very convenient to 
 *  hit the "y" key 3 times to get speech going. 
 *
 * Example (try this out):
 *
 *   say: yy the administration will control you
 *
 * Have fun. By the way this plugin is basically just the  
 *  original plugin $Id: plugin_speech.sma,v 1.1 2001/04/04 yensid. 
 *  You can continue to run that along side of mine. All I did was 
 *  add shorter versions on the commands and make them accessible 
 *  through the chat and add an in game search engine to find 
 *  vocabulary words.
 *
 * In the adminmod.cfg you need to change these CVARs to 1: (default was 0)
 * allow_client_exec 1
 * file_access_read 1
 *
 *********************************************************************/