Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_ch5_DWCR02_Create_0

(view raw script w/o annotations or w/e)
1
layer_set_visible("CUTSCENE_ELEMENTS", false);
2
customcon = 0;
3
con = 0;
4
timer = 0;
5
init = 0;
6
fusuma_list = [];
7
num_dialoguer = 0;
8
whiteflash_opacity = 0;
9
depth = -50;
10
orange_actor = -4;
11
12
start_cutscene = function()
13
{
14
    con = 1;
15
    global.flag[1455] = max(global.flag[1455], 50);
16
};