Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_tampering_flowey_Step_0

(view raw script w/o annotations or w/e)
1
if (is_active)
2
{
3
    image_speed = 1;
4
    image_alpha = 1;
5
    is_active = false;
6
}
7
if (image_index >= (image_number - 1))
8
{
9
    image_speed = 0;
10
    image_index = image_number - 1;
11
}