Enable/Disable CharMotor jumping

Hi,

is there anyone who can help me?

The CharacterMotor does not jump on its own. That is, the CharacterMotor is part of a hierarchy of scripts with the CharacterController at the bottom, and some other script like FPS Input Controller or something you wrote on top. It will be the top script that tells the CharacterMotor to jump. They did it this way so that the CharacterMotor could be used for AI as well as characters the user controls. So to enable/disable jumping in the character motor, just don’t tell it to jump, or you can set CharacterMotor.jumping.enabled.