Author Topic: Double Jump script/bind  (Read 1955 times)

Bono

  • VM-68
  • Posts: 193
Double Jump script/bind
« on: December 29, 2007, 08:59:45 AM »
Hello. I'm new.  ;) (SORRY OF MY BAD ENGLISH)

You can give doublejump script include switch on/off in one digital ? (keyboard) and it's new option for bind this switch in keys menu in game? Please..

(huh... hard language..  ;D )

Herron

  • VM-68
  • Posts: 235
Re: Double Jump script/bind
« Reply #1 on: December 29, 2007, 10:14:13 AM »
Code: [Select]
alias 4waits "wait;wait;wait;wait"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias dj_on "bind JUMPKEY +dj;bind ONOFFKEY dj_off;echo DoubleJump ˆION"
alias dj_off "bind JUMPKEY +moveup;bind ONOFFKEY dj_on;echo DoubleJump ˆAOFF"
bind "ONOFFKEY" dj_on

copy and paste this into your pball\configs\config.cfg and change JUMPKEY and ONOFFKEY to whatever keys you want them to be

you can change the ONOFFKEY in game by opening console and typing "bind NEWONOFFKEY dj_on" where NEWONOFFKEY is whatever key you wish
you can change the JUMPKEY in game by opening console and typing "bind NEWJUMPKEY +dj" where NEWJUMPKEY is whatever key you wish

FlaMe

  • Autococker
  • Posts: 601
Re: Double Jump script/bind
« Reply #2 on: December 29, 2007, 12:40:23 PM »
Herron that sounded like you were trying to do some sort of calculus problem

"substitute your new key in the dj equation where newkey is your variable" lmao

Herron

  • VM-68
  • Posts: 235
Re: Double Jump script/bind
« Reply #3 on: December 29, 2007, 04:24:11 PM »
yeah, i was trying to use common words when explaining it since english isn't his first language.  i kept thinking "See Spot.  See Spot run.  Run, Spot, run."

Bono

  • VM-68
  • Posts: 193
Re: Double Jump script/bind
« Reply #4 on: December 30, 2007, 08:05:36 AM »
Code: [Select]
alias 4waits "wait;wait;wait;wait"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias dj_on "bind JUMPKEY +dj;bind ONOFFKEY dj_off;echo DoubleJump ˆION"
alias dj_off "bind JUMPKEY +moveup;bind ONOFFKEY dj_on;echo DoubleJump ˆAOFF"
bind "ONOFFKEY" dj_on

copy and paste this into your pball\configs\config.cfg and change JUMPKEY and ONOFFKEY to whatever keys you want them to be

you can change the ONOFFKEY in game by opening console and typing "bind NEWONOFFKEY dj_on" where NEWONOFFKEY is whatever key you wish
you can change the JUMPKEY in game by opening console and typing "bind NEWJUMPKEY +dj" where NEWJUMPKEY is whatever key you wish

Thanks. This is good, but i need shwitch on/off in one digital. ;)