Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_determination_Other_4

(view raw script w/o annotations or w/e)
1
if (global.flowey_death_pop == 1)
2
{
3
    global.cutscene = true
4
    alarm[0] = 15
alarm[0]

if (!instance_exists(obj_savebox)) { instance_destroy() instance_create(x, (y - 5), obj_savefl) }
5
}