if (live_call()) return global.live_result; var battle_box = 3154; if (spawner_log != -4 && instance_exists(spawner_log)) x = spawner_log.x + x_offset; if (image_index == 2 && !is_jumping) { is_jumping = true; audio_play_sound(snd_playerjump, 1, 0); gravity = 0.4; vspeed = -7; } if (is_jumping == true) { if (vspeed > 5) vspeed = 5; if (y >= ystart && vspeed > 0) { y = ystart; gravity = 0; vspeed = 0; image_index = 0; image_speed = 0; alarm[0] = jump_interval; is_jumping = false; } } if (x > battle_box.bbox_right) instance_destroy();