How do i make my enemy jump? [SOLVED]

Im making my first game and its a platformer so i want to have multiple enemies that arent just the same mechanic with a different sprite. How do i make my enemy jump when it is mid way through its walk cycle without having the player be near to activate it?

I’m not sure what you mean by this, but you can use an object timer on the enemy to time the jumps, and use the “Simulate jump key press” to make the jumps.