Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ch4_DCC04_Create_0

(view raw script w/o annotations or w/e)
1
con = -1;
2
customcon = 0;
3
if (global.plot >= 270)
4
{
5
    con = 0;
6
    if (!snd_is_playing(global.currentsong[1]))
7
    {
8
        global.currentsong[0] = snd_init("tin_night.ogg");
9
        global.currentsong[1] = mus_loop(global.currentsong[0]);
10
    }
11
    colcol = 0;
12
    image_speed = 0;
13
    image_xscale = 2;
14
    image_yscale = 2;
15
    siner = 0;
16
    made = 0;
17
    adjust = 0;
18
    global.interact = 1;
19
    y += 260;
20
    susx = 290;
21
    susy = 284;
22
    sussprite = spr_susieu_bright;
23
    susindex = 0;
24
    songplay = 0;
25
    with (obj_mainchara)
26
        visible = 0;
27
    fin = instance_create(0, 0, obj_fadein);
28
    with (fin)
29
        fadespeed = -0.005;
30
}
31
else
32
{
33
    instance_destroy();
34
}