Key ramping bind

From Vendetta Online Wiki
Revision as of 02:04, 21 February 2005 by Red cactus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Key Ramping

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'"

Bind these commands to the keys of your choice:

Command Description
kvrkey Enables/disables key ramping.

Credit

Created by simondearsly. Rewritten by Roguelazer.