Difference between revisions of "Pyro Scripts"

From Fortress Forever Wiki
Jump to navigationJump to search
(new script added.)
Line 12: Line 12:
 
'''Insctuctions:'''
 
'''Insctuctions:'''
  
To customize change '''<tt>'mouse4'</tt> to the key you desire.
+
To customize change '''<tt>'mouse4'</tt>''' to the key you desire.
  
  

Revision as of 11:16, 8 February 2008


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.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"