Difference between revisions of "Pyro Scripts"

From Fortress Forever Wiki
Jump to navigationJump to search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:Scripts]]
 
[[Category:Scripts]]
[[Category:0-Star_Articles]]
 
  
  
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.]]
Line 24: Line 23:
 
alias -flameon "-attack; slot5"
 
alias -flameon "-attack; slot5"
 
bind mouse4 "+flameon"</pre></code>}}
 
bind mouse4 "+flameon"</pre></code>}}
 +
{{Rating|1}}

Latest revision as of 07:42, 23 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"