Difference between revisions of "Sniper Scripts"
From Fortress Forever Wiki
Jump to navigationJump to search (adding content.) |
(new script added.) |
||
Line 5: | Line 5: | ||
All scripts in this section should be placed in your [[Sniper_default|sniper.cfg.]] | All scripts in this section should be placed in your [[Sniper_default|sniper.cfg.]] | ||
+ | |||
+ | ==Attack Toggle Script== | ||
+ | |||
+ | Script by [http://www.fortress-forever.com/forum/member.php?u=12842 lolerskates] | ||
+ | |||
+ | '''Description:''' | ||
+ | |||
+ | This sniper script will toggle the sniper rifle's charge on and off without requiring you keep your +attack button pressed down. | ||
+ | |||
+ | |||
+ | {{Scripts | Description=Toggle Script (+attack) | Script=<code><pre>alias charge0 charge1 | ||
+ | alias charge1 "+attack;alias charge0 charge2" | ||
+ | alias charge2 "-attack;alias charge0 charge1" | ||
+ | bind mouse1 charge0</pre></code>}} |
Revision as of 10:33, 8 February 2008
Here you will find scripts that will be used ONLY by the Sniper Class.
All scripts in this section should be placed in your sniper.cfg.
Attack Toggle Script
Script by lolerskates
Description:
This sniper script will toggle the sniper rifle's charge on and off without requiring you keep your +attack button pressed down.
|