Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_17_controller_Create_0

(view raw script w/o annotations or w/e)
1
if (global.sworks_flag[5] > 0)
2
{
3
    if (!instance_exists(obj_steamworks_manta))
4
        instance_create(1330, 480, obj_steamworks_manta);
5
    instance_destroy();
6
    exit;
7
}
8
scene = 0;
9
cutscene_timer = 0;