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 |