home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 60 / PCR60.iso / alias / autofire.txt next >
Text File  |  1996-08-14  |  714b  |  28 lines

  1.  
  2.  Autofire on/off alias 
  3.  
  4.  By CORNHOLIO aka THerman@aol.com
  5.  
  6.  -Description-      
  7.  
  8.  This is a simple alias that turns +attack on and off.
  9.  
  10.  -Instructions-   
  11.  
  12.  Simply cut and paste this alias into your autoexec.cfg. 
  13.  
  14.  This alias is binded to the A key. 
  15.  
  16.  You may want to change the key binding if it conflits 
  17.  with another key in your config.
  18.  
  19.  ------------------------Cut here-------------------------------
  20.  
  21.  //Autofire on/off
  22.  bind a "autofire_t"
  23.  alias AutoFire_t Autofire_on
  24.  alias AutoFire_on "bf ;alias AutoFire_t Autofire_off ;echo AutoFire On;+attack;"
  25.  alias AutoFire_off "bf ;alias AutoFire_t Autofire_on ;-attack;echo AutoFire Off"
  26.  
  27.  --------------------------------------------------------------
  28.