Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_missing_poster_Destroy_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (end_cutscene == true)
4
    scr_cutscene_end
scr_cutscene_end

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