Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_21b_cutscene_Create_0

(view raw script w/o annotations or w/e)
1
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 }
()
2
scene = 0
3
cutscene_timer = 0
4
var axis = instance_create(160, 320, obj_axis_npc)
5
axis.npc_direction = "up"
6
obj_pl.direction = 270