Key ramping bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
No edit summary
Line 17: Line 17:
==Credit==
==Credit==
Created by simondearsly. Rewritten by Roguelazer.
Created by simondearsly. Rewritten by Roguelazer.
[[Category:Binds]]

Revision as of 19:55, 22 April 2005

Code

alias kvrkey "kvr0"
alias krv1 "set doKeyRamp 0 ; alias kvrkey kvr0 ; echo 'Key ramping disabled'"
alias kvr0 "set doKeyRamp 1 ; alias kvrkey kvr1 ; echo 'Key ramping enabled'"

Aliases

Bind these commands to the keys of your choice:

Command Description
kvrkey Enables/disables key ramping.

Credit

Created by simondearsly. Rewritten by Roguelazer.