Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_cutscene_start

(view raw script w/o annotations or w/e)
1
function scr_cutscene_start
scr_cutscene_start

function scr_cutscene_start() //gml_Script_scr_cutscene_start { global.cutscene = true obj_pl.state = gml_Script_scr_frozen_state obj_pl.image_index = 0 obj_pl.image_speed = 0 }
() //gml_Script_scr_cutscene_start
2
{
3
    global.cutscene = true
4
    obj_pl.state = gml_Script_scr_frozen_state
5
    obj_pl.image_index = 0
6
    obj_pl.image_speed = 0
7
}