Deltarune (Chapter 3) 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
if (scr_is_switch_os())
6
    instance_create(0, 0, obj_switchAsyncHelper);
7
contimer = 0;
8
ytimer = 0;
9
xtimer = 0;
10
yoff = 0;
11
xoff = 0;
12
con = 3;
13
con_alph = 0;
14
fadecolor = c_black;
15
chunkfade = 0;
16
chunkamt = 1;
17
border = 2;
18
pic = spr_introimage2;
19
picb = spr_cutscene_27_1;
20
fadespeed = 0.02;
21
global.flag[6 disable_text_skip] = 1;
22
textimer = 0;
23
ingame = 0;
24
ingame = 1;
25
skipped = 0;
26
skiptimer = 0;
27
drawpic = 1;
28
picx = 0;
29
picy = 0;
30
picyb = -50;
31
picxb = 0;
32
con_alphb = 0;
33
jp = 0;
34
if (global.lang == "ja")
35
    jp = 1;
36
wx = 0;