Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_lancerbattle2_event_Create_0

(view raw script w/o annotations or w/e)
1
con = 1;
2
image_speed = 0;
3
mcon = 1;
4
puzz1 = instance_create(780, 60, obj_suitspuzz);
5
with (puzz1)
6
{
7
    sol[0] = 1;
8
    sol[1] = 2;
9
    sol[2] = 1;
10
    max_suit = 3;
11
}
12
if (global.plot >= 154)
13
{
14
    with (puzz1)
15
    {
16
        suit[0] = 1;
17
        suit[1] = 2;
18
        suit[2] = 1;
19
    }
20
    con = 999;
21
    mcon = 999;
22
    instance_destroy();
23
}