TFC Aliases and Scripts

Sniper Quick-Switch  ·  sniper  ·  10-31-1999  · MGD_EnemyWithin
Press and hold x and you go into sniper mode and start charging the rifle. Release x and you fire and go back to normal mode with your last weapon back. 

alias +snipeon "tf_weapon_sniperrifle; wait; special; wait; +attack"
alias -snipeon "-attack; wait; special; wait; lastinv"
bind x "+snipeon"
 


 
Autoreloader Without Reset  ·  all  ·  10-30-1999  · unknown
This script alleviates the need for a reset button when using auto-reload. It will function at the start and stop of player movement. This script will not be effective if you stand in one spot the entire game :) 

alias +f "+forward;+reload"
alias -f "-forward;+reload;wait;-reload"
alias +b "+back;+reload"
alias -b "-back;+reload;wait;-reload"
alias +l "+moveleft;+reload"
alias -l "-moveleft;+reload;wait;-reload"
alias +r "+moveright;+reload"
alias -r "-moveright;+reload;wait;-reload"

//bind +f to your foward button
//bind +b to your back button
//bind +l to your moveleft button
//bind +r to your moveright button


 
Even More Realistic Feign  ·  spy  ·  09-17-1999  · DMDN65
A more even more convincing fake death (complete with a dropped backpack, and a delayed switch back to the spy skin):

bind x fakedie
alias fakedie "discard; wait; feign; wait; force_centerview; wait; special; wait; menuselect 4"