Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_macro_froggit_pedestal_Alarm_1

related scripts: Alarm_0Alarm_1 Create_0Step_0

(view raw script w/o annotations or w/e)
1
if (global.sworks_flag[47] != 0 && global.sworks_flag[48] != 0 && global.sworks_flag[49] != 0)
2
    exit;
3
scr_cutscene_end
scr_cutscene_end

function
scr_cutscene_end()
{ global.cutscene = false; obj_pl.alarm[0] = 1; }
();