Difference between revisions of "Pyro Scripts"

From Fortress Forever Wiki
Jump to navigationJump to search
(fixing broken link)
Line 3: Line 3:
  
  
Here you will find scripts that will be used ONLY by the [[:Class:Pyro|Pyro Class.
+
Here you will find scripts that will be used ONLY by the [[:Class:Pyro|Pyro Class.]]
  
 
All scripts in this section should be placed in your [[Pyro_default|pyro.cfg.]]
 
All scripts in this section should be placed in your [[Pyro_default|pyro.cfg.]]

Revision as of 11:16, 8 February 2008


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"