Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_cutscene_steamworks_19_capture_backtrack_Create_0

(view raw script w/o annotations or w/e)
1
if (global.geno_complete[3] == true)
2
{
3
    instance_destroy();
4
    exit;
5
}
6
if (global.sworks_flag[12] != 1)
7
{
8
    instance_destroy();
9
    exit;
10
}
11
instance_destroy(obj_steamworks_flash);
12
instance_destroy(obj_determination);
13
instance_create(210, 110, obj_axis_npc);
14
obj_pl.direction = 0;
15
scene = 0;
16
cutscene_timer = 0;