Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dunes_43_cutscene_pacifist_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
    exit;
13
}
14
scene = 0;
15
cutscene_timer = 0;
16
cutscene_music = 0;
17
var actor_ceroba = instance_create(220, 170, obj_ceroba_npc);
18
var actor_starlo = instance_create(180, 205, obj_starlo_npc);
19
actor_ceroba.npc_direction = "up";
20
actor_starlo.npc_direction = "up";
21
actor_starlo.down_sprite_idle = 230;
22
actor_starlo.left_sprite_idle = 232;
23
actor_starlo.right_sprite_idle = 235;
24
actor_starlo.down_sprite = 240;
25
actor_starlo.left_sprite = 236;
26
actor_starlo.right_sprite = 237;