//*
Allows you to auto-jump by holding down the key.
method released by: no name
script released by: NaXiMuZ
*//
// the script
alias +a-jump "alias _special jump;jump"
alias -a-jump "alias _special"
alias jump "+jump;wait;-jump;wait;special"
// the bind
bind "space" "+a-jump"
// spacebar : jump-key