Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_33_cutscene_neutral_Create_0

(view raw script w/o annotations or w/e)
1
scene = 0
2
cutscene_timer = 0
3
if (global.route == 2)
4
{
5
    var pacifist_cutscene = instance_create(x, y, obj_steamworks_33_cutscene_pacifist)
6
    pacifist_cutscene.image_xscale = image_xscale
7
    pacifist_cutscene.image_yscale = image_yscale
8
    instance_destroy()
9
    return;
10
}
11
if (global.geno_complete[3] == true)
12
{
13
    obj_steamworks_33_bridge.x = 0
14
    if (global.sworks_flag[28] == false)
15
        ds_list_clear(global.encounter_list)
16
    global.sworks_flag[28] = true
17
    instance_destroy(105663)
18
    return;
19
}
20
if (global.sworks_flag[28] >= 1)
21
{
22
    obj_steamworks_33_bridge.x = 0
23
    instance_destroy(105663)
24
    return;
25
}