Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_legend_neo_Create_0

(view raw script w/o annotations or w/e)
1
snd_free_all();
2
global.currentsong[0] = snd_init("the_dark_truth.ogg");
3
snd_pitch(global.currentsong[0], 0.95);
4
global.currentsong[1] = mus_loop(global.currentsong[0]);
5
contimer = 0;
6
ytimer = 0;
7
xtimer = 0;
8
yoff = 0;
9
xoff = 0;
10
con = 3;
11
con_alph = 0;
12
fadecolor = c_black;
13
chunkfade = 0;
14
chunkamt = 1;
15
border = 2;
16
pic = spr_introimage2;
17
picb = spr_cutscene_27_1;
18
fadespeed = 0.02;
19
global.flag[6 disable_text_skip] = 1;
20
textimer = 0;
21
ingame = 0;
22
ingame = 1;
23
skipped = 0;
24
skiptimer = 0;
25
drawpic = 1;
26
picx = 0;
27
picy = 0;
28
picyb = -50;
29
picxb = 0;
30
con_alphb = 0;
31
jp = 0;
32
if (global.lang == "ja")
33
    jp = 1;
34
wx = 0;