Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ex_Step_0

(view raw script w/o annotations or w/e)
1
if (image_index == 7)
2
{
3
    image_speed = 0
4
    image_index = 8
5
}
6
if instance_exists(obj_transition)
7
    instance_destroy()