Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_cutscene_steamworks_05_Create_0

(view raw script w/o annotations or w/e)
1
if (global.sworks_flag[7] > 0 || global.route != 2)
2
{
3
    instance_create(200, 160, obj_determination);
4
    instance_destroy();
5
    exit;
6
}
7
cutscene_timer = 0;
8
scene = 0;