| Author(s): Ramzy AKA Lumpy Custard |
| Category: TF2 > Action Scripts |
Notes/Usage Instructions:
========================
Usage
========================
This script will release just enough flame to light an enemy, then instantly switch to your Axtinguisher and swing like mad... Which means that you can literally take down a heavy faster than what it would take to burn him to death.
Once you're done slaughtering your victim, simply press the button once more, and the script will instantly switch back to your flame thrower, ready for action once more.
========================
Installation
========================
Simply throw this script into your AUTOEXEC.CFG or your PYRO.CFG file (open with Notepad). The file can be found in:
X:\Steam\steamapps\USERNAME\team fortress 2\tf\cfg
REMEMBER TO CHANGE "**KEY**" TO THE BUTTON YOU WISH TO USE, SUCH AS "MOUSE3", "F", ETC.
(Substitute X for your drive letter | Substitute USERNAME for your account log in details)
========================
Editing The Script
========================
If you feel that there needs to be more flame when initially pressing the button, simply change "wait 15" to another number, such as "wait 30" or "wait 40". The larger the number, the longer it will shoot flames before switching.
And if you want the script to switch back to your shotgun instead of flamethrower, simply change "slot1" to "slot2" (last line)
Happy hunting! |
Script Code:
// Axtinguisher Script
alias "start" "burn"
alias "burn" "+attack; wait 15; -attack; slot3; toggleon"
alias "toggleon" "+attack; alias start toggleoff"
alias "toggleoff" "-attack; slot1; alias start burn"
bind "**KEY**" "start" |
| Added: 3 months ago |
Feedback Instructions:
If you have any response issues, such as the flames not coming out, or the weapons not switching, please post the sort of FPS you were getting while trying to use the script (put cl_showfps 1 into your console)
You must login or register to access this!