Autofire on/off alias By Guardian aka CORNHOLIO e-mail Guardian@n-jcenter.com -Description- This is a simple alias that turns +attack on and off. -Instructions- Simply cut and paste this alias into your autoexec.cfg. This alias is binded to the A key. You may want to change the key binding if it conflits with another key in your config. ------------------------Cut here------------------------------- //Autofire on/off bind a "autofire_t" alias AutoFire_t Autofire_on alias AutoFire_on "bf ;alias AutoFire_t Autofire_off ;echo AutoFire On;+attack;" alias AutoFire_off "bf ;alias AutoFire_t Autofire_on ;-attack;echo AutoFire Off" --------------------------------------------------------------