Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_31_cutscene_Create_0

(view raw script w/o annotations or w/e)
1
if (global.sworks_flag[21] == 1)
2
{
3
    instance_destroy();
4
    exit;
5
}
6
if (global.route != 2 && global.party_member == -4)
7
{
8
    instance_destroy();
9
    instance_create(x, y, obj_steamworks_31_cutscene_neutral);
10
    exit;
11
}
12
with (obj_determination)
13
    image_alpha = 0;
14
cutscene_timer = 0;
15
scene = 0;