Pyro Scripts

From Fortress Forever Wiki
Jump to navigationJump to search


Here you will find scripts that will be used ONLY by the Pyro Class.

All scripts in this section should be placed in your pyro.cfg.

Flame Thrower Toggle Script

Script by Dr.Satan

Insctuctions:

To customize change 'mouse4' to the key you desire.


Flame Thrower Toggle Script
//     ------------
//---- Flamethrower ----
//     ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack"
alias -flameon "-attack; slot5"
bind mouse4 "+flameon"