the event command
by default the player CANNOT execute the jump on its own.
he either needs to move on an event that triggers the jump for him (that is what is supposed to be done) or you have to make a parallel process to check for a button, then check for position, then decide if the player can jump there and then give the event command to jump (which is a rather complex eventing sequence if done right)