Player on ladder … press jump
The player just climb super fast … like he is jumping too many times when he is on ladder (or falling) .
What i need is …
When player on ladder … pressing jump don’t do nothing .
But pressing left or right with jump on ladder … the player jumps left or right .
Anyone ?
Disable default controls for the platformer and setup the controls manually.
What you want to do is.
If player is on ladder AND space key is pressed AND left OR right key is pressed THEN simulate jump key press.
And you also want to do the floor.
If player is on floor AND space key is pressed THEN simulate jump key press.
This way, if player is on ladder AND space key is pressed AND left AND right key is NOT pressed THEN nothing is going to happen unless you add the event
YOU WELCOME!!
1 Like