Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_factory_03_furnace_light_Step_0

(view raw script w/o annotations or w/e)
1
if (destroy_self == true)
2
{
3
    if (image_speed == 0)
4
        image_speed -= 1
5
    if (image_index <= 0)
6
        instance_destroy()
7
}