Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_macro_froggit_room_controller_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
scene = 0;
4
cutscene_timer = 0;
5
if (global.sworks_flag[60] == 1)
6
{
7
    instance_create_depth(140, 140, 0, obj_macro_froggit_chest);
8
    instance_destroy();
9
    exit;
10
}