Undertale script viewer

← back to main script listing

gml_Object_blt_blookhat_Step_0

(view raw script w/o annotations or w/e)
1
if (dongle < 1)
2
{
3
    dongle = 22;
4
    if (image_index < 5)
5
        image_index += 1;
6
    if (image_index == 5)
7
        finished = 1;
8
}