Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ruins_04_controller_Create_0

(view raw script w/o annotations or w/e)
1
if (global.ruins_flag[3] == 0)
2
{
3
    scr_cutscene_start
scr_cutscene_start

function scr_cutscene_start() { global.cutscene = true; obj_pl.state = scr_frozen_state; obj_pl.image_index = 0; obj_pl.image_speed = 0; }
();
4
    obj_pl.direction = 90;
5
    instance_create(140, 140, obj_toriel_npc);
6
}
7
scene = 0;
8
cutscene_timer = 0;