Modify the rocket jump's behavior
This commit is contained in:
@@ -12,6 +12,9 @@ soldier_music
|
||||
// doesn't use any wait commands, but it still provides a decent jump.
|
||||
alias +rocket_jump "+jump; +duck; +attack"
|
||||
alias -rocket_jump "-jump; -duck; -attack"
|
||||
alias rocket_on "bind MOUSE3 +rocket_jump"
|
||||
alias rocket_off "bind MOUSE3 +attack3"
|
||||
alias rj_on "bind MOUSE2 +rocket_jump; rocket_jump_on_text; alias toggle_rj rj_off"
|
||||
alias rj_off "bind MOUSE2 +attack2; rocket_jump_off_text; alias toggle_rj rj_on"
|
||||
alias toggle_rj rj_on
|
||||
alias rocket_on "bind R toggle_rj; cl_autoreload 1; rj_off"
|
||||
alias rocket_off "bind R +reload"
|
||||
SOLDIER_ROCKET_JUMP
|
Reference in New Issue
Block a user