Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_PGS01B_Create_0

(view raw script w/o annotations or w/e)
1
con = -1;
2
customcon = 0;
3
noskip = false;
4
if (global.plot < 20)
5
{
6
    con = 0;
7
    if (global.plot >= 10)
8
    {
9
        if (!snd_is_playing(global.currentsong[1]))
10
        {
11
            global.currentsong[0] = snd_init("wind_highplace.ogg");
12
            global.currentsong[1] = mus_loop_ext(global.currentsong[0], 0.5, 1);
13
        }
14
    }
15
}