Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_flower_jump_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
image_angle += 20
4
if (abs(vspeed) < 4)
5
    image_speed = 1
6
if (image_index >= (image_number - 1))
7
    instance_destroy()