Dodge alias By Guardian aka CORNHOLIO e-mail Guardian@n-jcenter.com -Description- This is a simple alias that lets you dodge left and right, jump back and fire with one key. -Instructions- Simply cut and paste this alias into your autoexec.cfg. This alias is binded to the D key. You may want to change the key binding if it conflits with another key in your config. ------------------------Cut here------------------------------- // Dodge Key bind d "dodge_t" alias dodge_t dodge_lf alias dodge_lf "alias dodge_t dodge_rt ;+jump;+back;+attack;+moveleft;wait;-jump;-back;-attack;-moveleft;echo Dodge Left" alias dodge_rt "alias dodge_t dodge_lf ;+jump;+back;+attack;+moveright;wait;-jump;-back;-attack;-moveright;echo Dodge right" ---------------------------------------------------------------