Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dunes_42b_cutscene_neutral_Create_0

(view raw script w/o annotations or w/e)
1
if (global.route != 1 || global.dunes_flag[24] == 1 || global.dunes_flag[36] != 0)
2
{
3
    instance_destroy()
4
    return;
5
}
6
scene = 0
7
cutscene_timer = 0
8
cutscene_music = 0
9
obj_pl.direction = 90