Quote:
Originally Posted by katanamaru
So one version made the character do the correct jump, but after the jump the character kept walking forward?
If that is the case put a [B]wait 1[B] after the +forward and +up.
|
Code:
"force_speed; wait 1; +moveup; [B]wait 1[B]; +forward; [B]wait 1[B]"
and
"force_speed; wait 1; +forward; [B]wait 1[B]; +moveup; [B]wait 1[B]"
Same result.I also tryed:
Code:
"force_speed; wait 1; +moveup; [B]wait 1[B]; +forward"
"force_speed; wait 1; +moveup; wait 1; +forward; [B]wait 1[B]"
"force_speed; wait 1; +forward; wait 1; +moveup; [B]wait 1[B]"
"force_speed; wait 1; +forward; [B]wait 1[B]; +moveup"
And like every time after the long jump is performed i began to walk and the crouch and meditate cheat turns into jump.Every time i press the binded key force speed turns on.