
08-17-2007, 04:37 PM
[code:ef632]bind "F1" "leaningon"
alias "leaningoff" "-mlleft; -mlright; ubkeys; locationprint "100" "300" "Sion's_Leaning_Script_Off"; bind "F1" "leaningon"
alias "leaningon" "-moveright; -moveleft; bkeys; locationprint "100" "300" "Sion's_Leaning_Script_On"; bind "F1" "leaningoff"
alias "ubkeys" "bind "a" "+moveleft"; bind "d" "+moveright""
alias "bkeys" "bind "a" "+mlleft"; bind "d" "+mlright""
alias "+mlleft" "+moveleft; wait; +leanleft"
alias "-mlleft" "-moveleft; wait; -leanleft"
alias "+mlright" "+moveright; wait; +leanright"
alias "-mlright" "-moveright; wait; -leanright"[/code:ef632]
|