Description: This script is very funny and works great in combat. While you press and hold the panic button, you will spin around
extremely fast and attack with your flamethrower. This will quickly and easily ignite all enemies around you. It's perfect if you get
completely surrounded by several enemies from multiple directions. This will increase your chances of getting those valuble kill
points from enemies burning to death after you are killed, and it's pretty entertaining too. I highly recommend it for anyone who
loves using the pyro.
Installation: View this tutorial http://www.fpsbanana.com/tuts/4646
Note: For those of you who know about scripting, feel free to edit the code and customize it for your panic button key preference
(Or PM me and I'll do it for you). The script works for other classes too, so don't be afraid to try it with the Heavy's machine gun ;)
Thanks for choosing my script, feedback is appreciated. If you liked this script, check out my other ones too. Enjoy!
Script Code:
//Pyro Panic Button v1.0
//Code:
alias "battlecry" "voicemenu 2 1";
alias "+panic" "battlecry; cl_yawspeed 3000; +left; +attack";
alias "-panic" "-attack; -left; cl_yawspeed 210";
bind "mouse4" "+panic";
//End of code