Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_exit_Create_0

related scripts: Alarm_0Create_0 Step_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
alarm[0]
 = 15;
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; }