View Single Post
Old 06-22-2008, 04:20 AM   #2
Agent Buckshot Moose
Wiki Standards Team
Wiki Team
 
Agent Buckshot Moose's Avatar
 
Join Date: Mar 2007
Location: Geokill's closet
Class/Position: Sniper/Demoman
Gametype: CTF
Affiliations: :e0: Co-leader
Posts Rated Helpful 6 Times
I gave this to EFEX when the site was down via Steam, but here it is in case anyone else wants it:

Code:
alias +toggleRight "-moveleft;+moveright"
alias -toggleRight "-moveright;+moveleft"

alias +toggleLeft "-moveright;+moveleft"
alias -toggleLeft "-moveleft;+moveright"

alias +lefty "bind d +toggleRight;+moveleft"
alias -lefty "bind d +righty;-moveleft"

alias +righty "bind a +toggleLeft;+moveright"
alias -righty "bind a +lefty;-moveright"

bind a "+lefty"
bind d "+righty"
Agent Buckshot Moose is offline   Reply With Quote