Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_martlet_catapult_frame_stack_Destroy_0

(view raw script w/o annotations or w/e)
1
for (i = 0; i < random_frames; i++)
2
{
3
    with (id_frame_middle[i])
4
        instance_destroy()
5
}
6
with (id_frame_center)
7
    instance_destroy()