Undertale script viewer

← back to main script listing

gml_Object_obj_introfader_Alarm_3

(view raw script w/o annotations or w/e)
1
image_alpha -= 0.1;
2
if (image_alpha <= 0.2)
3
    instance_destroy();
4
alarm[3] = 2;
gml_Object_obj_introfader_Alarm_3.gml

image_alpha -= 0.1; if (image_alpha <= 0.2) instance_destroy(); alarm[3] = 2;