Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_couch_video_Other_70

(view raw script w/o annotations or w/e)
1
var _type = ds_map_find_value(async_load, "type");
2
if (_type == "video_end")
3
{
4
    video_close();
5
    scr_set_vhs_ini_value(0);
6
    room_goto(room_dw_tv_cutscene1g);
7
}