Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_barrier_cutscene_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (global.route != 3)
4
{
5
    instance_destroy();
6
    instance_create(x, y, obj_barrier_cutscene_neutral);
7
    exit;
8
}
9
scene = 0;
10
cutscene_timer = 0;
11
soul_array = [-4, -4, -4, -4, -4];
12
draw_alpha = 0;