Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_cutscene_end

(view raw script w/o annotations or w/e)
1
function scr_cutscene_end
scr_cutscene_end

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