Difference between revisions of "Pyro Scripts"

From Fortress Forever Wiki
Jump to navigationJump to search
m (Protected "Pyro Scripts" [edit=sysop:move=sysop])
m
 
(3 intermediate revisions 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.]]
 +
 
 +
All scripts in this section should be placed in your [[Pyro_default|pyro.cfg.]]
 +
 
 +
==Flame Thrower Toggle Script==
 +
Script by [http://www.fortress-forever.com/forum/member.php?u=12955 Dr.Satan]
 +
 
 +
'''Insctuctions:'''
 +
 
 +
To customize change '''<tt>'mouse4'</tt>''' to the key you desire.
 +
 
 +
 
 +
{{Scripts | Description=Flame Thrower Toggle Script | Script=<code><pre>//    ------------
 +
//---- Flamethrower ----
 +
//    ------------
 +
 
 +
//To customize change 'mouse4' to the key you desire.
 +
 
 +
alias +flameon "slot4; +attack"
 +
alias -flameon "-attack; slot5"
 +
bind mouse4 "+flameon"</pre></code>}}
 +
{{Rating|1}}

Latest revision as of 06: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"