Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dunes_43_cutscene_geno_Create_0

(view raw script w/o annotations or w/e)
1
if (global.dunes_flag[35] >= 1)
2
{
3
    instance_destroy()
4
    with (instance_create(192, 130, obj_doorway))
5
    {
6
        image_xscale = 3.5
7
        image_yscale = 1.25
8
        nextroom = 141
9
        xx = 160
10
        yy = 520
11
    }
12
    return;
13
}
14
scene = 0
15
cutscene_timer = 0
16
cutscene_music = 0
17
actor_flowey = instance_create(220, 170, obj_flowey_npc)
18
actor_flowey.image_alpha = 0
19
actor_flowey.image_speed = 0
20
actor_flowey.npc_direction = "down"