Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_insomnitot_face_a_Other_7

(view raw script w/o annotations or w/e)
1
if (blink_state == "blinking")
2
{
3
    obj_insomnitot_body_a.awake_counter += 1
4
    if (obj_insomnitot_body_a.awake_counter >= obj_insomnitot_body_a.awake_max)
5
    {
6
        image_speed = 0
7
        image_index = 0
8
    }
9
}