Sniper Scripts

From Fortress Forever Wiki
Revision as of 07:42, 23 February 2008 by Hirohito (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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.


Toggle Script (+attack)
alias charge0 charge1
alias charge1 "+attack;alias charge0 charge2"
alias charge2 "-attack;alias charge0 charge1"
bind mouse1 charge0