Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climbstartertrig_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
jumpmarker = 0;
4
endtime = 999;
5
jumpmarker = 0;
6
camx = -4;
7
camy = -4;
8
mysolid = -4;
9
amsolid = false;
10
if (
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
11
{
12
    if (global.plot >= 230)
13
        global.flag[23] = 1;
14
}
15
if (global.flag[23] == 0)
16
{
17
    amsolid = true;
18
    mysolid = instance_create(x, y, obj_solidblock);
19
    mysolid.image_xscale = image_xscale;
20
    mysolid.image_yscale = image_yscale;
21
    mysolid.sprite_index = sprite_index;
22
}
23
myinteract = 0;