Undertale script viewer

← back to main script listing

gml_Object_obj_introfader_Step_0

(view raw script w/o annotations or w/e)
1
if (image_alpha <= 0.9 && over == 0)
2
    image_alpha += tspeed;
3
if (image_alpha > 0.9 && over == 0)
4
{
5
    over = 1;
6
    alarm[2] = 4;
gml_Object_obj_introfader_Alarm_2.gml

alarm[3] = 2; obj_introimage.image_index += 1;
7
}