// FILE: z0dd_throw_mine.cs // VERSION: 1.0 // DATE: 4/8/2000 // AUTHOR: Paul "z0dd" Paella // EMAIL: z0dd@adelphia.net // WEBPAGE: http://home.adelphia.net/~z0dd/ // ////////////////////////////////////////////////////////////////////////////// //////////////////////////////// DESCRIPTION: //////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // Press a key to throw one mine as far as pssible. // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////// VERSION HISTORY: ////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // 1.0 Initial version. // ////////////////////////////////////////////////////////////////////////////// /////////////////////////////// INSTALLATION: //////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // Put z0dd_throw_mine.cs into your: // ...\tribes\config // directory and insert this line into your autoexec.cs: // exec("z0dd_throw_mine.cs"); // // Default Keys: // q : Throws one mine as far as possible // // This script is configured by editing the area labeled: // USER CONFIGURATION SECTION // // // // MINE THROW KEY // The key that throws a mine. // Default is q bindCommand(keyboard0, make, "q", TO, "use(\"Mine\");"); bindCommand(keyboard0, break, "q", TO, "");