Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene6_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
ralTimer = 0;
3
customcon = 0;
4
lancerSpin = 0;
5
totalSpins = 0;
6
addAmount = 1;
7
stepAway = 0;
8
glowValue = 0;
9
lancerGlow = 0;
10
tempStarwalker = 0;
11
lancerCard = 0;
12
rouxlsCard = 0;
13
conTimer = 0;
14
if (global.chapter != 2 || global.plot > 15)
15
    con = -1;
16
if (global.chapter == 2)
17
{
18
    if (global.plot == 10)
19
        con = 50;
20
    if (global.plot >= 16)
21
        instance_destroy();
22
}