Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_17_b_controller_Create_0

(view raw script w/o annotations or w/e)
1
scene = 0;
2
cutscene_timer = 0;
3
steam_audio_noloop = false;
4
pacifist_skip = false;
5
if (global.route == 1 || global.route == 3)
6
{
7
    pacifist_skip = true;
8
    scene = 7;
9
}
10
if (global.sworks_flag[53] == 1)
11
{
12
    instance_create(860, 120, obj_ceroba_npc);
13
    scene = 7;
14
    exit;
15
}
16
if (global.sworks_flag[53] == 2)
17
{
18
    with (obj_steamworks_steam_blaster)
19
        instance_destroy();
20
    instance_destroy();
21
}