Originally posted by slyyy
Hey in my patch I tried adding the below code for host only jump but only when I have the menu open and select it I jump it doesn't stay on, any ideas?
"bind BUTTON_A vstr JumpNumber;jump_height 1000;wait 1;+gostand;wait 5;-gostand;reset jump_height"
Heres the code you want
set HostJump "vstr Close;bind button_b vstr HostJumpOff;bind button_a vstr HJump;bg_fallDamageMinHeight 90000;bg_fallDamageMaxHeight 90000;vstr HJumpOns;^0;^0;^0;^0;^0;^0;^0;^0;^0;^0;^0"set HJumpOns "\""^2Host Jump On Press To Turn Off"\""
set HJump "jump_height 1000;wait 1;+gostand;wait 5;-gostand;reset jump_height"
set HostJumpOff "bind button_a +gostand;bind button_b +stance;bg_fallDamageMinHeight 128;bg_fallDamageMaxHeight 300;vstr HJumpOff;^0;^0;^0;^0;^0;^0;^0;^0;^0;^0;^0"
set HJumpOff "\""^4Host Jump Off"\""