Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_dunes2_Create_0

(view raw script w/o annotations or w/e)
1
script_execute(scr_depth, 0, 0, 0, 0, 0);
2
if (global.dunes_flag[1] == 0)
3
{
4
    image_speed = 0.2;
5
    waiter = 0;
6
    scr_cutscene_start
scr_cutscene_start

function scr_cutscene_start() { global.cutscene = true; obj_pl.state = scr_frozen_state; obj_pl.image_index = 0; obj_pl.image_speed = 0; }
();
7
}
8
timer = -1;
9
choice = 0;
10
scene = 0;
11
cutscene_timer = 0;