Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_exit_Alarm_0

(view raw script w/o annotations or w/e)
1
alarm[0] = 20;
gml_Object_obj_exit_Alarm_0.gml

alarm[0] = 20; if (obj_cconfig.control_test == true) { if (image_alpha == 0) image_alpha = 1; else image_alpha = 0; }
2
if (obj_cconfig.control_test == true)
3
{
4
    if (image_alpha == 0)
5
        image_alpha = 1;
6
    else
7
        image_alpha = 0;
8
}