Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_pushableshelf_3x3_Create_0

(view raw script w/o annotations or w/e)
1
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
(id);
2
myinteract = 0;
3
image_speed = 0;
4
scr_depth
scr_depth

function
scr_depth(arg0 = id, arg1 = 0)
{ with (arg0) depth = 100000 - ((y * 10) + (sprite_height * 10) + (arg1 * 10)); }
();
5
extflag = 0;
6
init = 0;
7
myblock[0] = instance_create(x, y + 80, obj_solidblockDark);
8
myblock[0].image_xscale = 3;
9
myblock[0].image_yscale = 3;
10
upstairs[0] = 0;
11
altupstairs[0] = 0;
12
con = 0;
13
mydir = -1;
14
timer = 0;
15
maxDistance = 16;
16
moveamount = 0;
17
timeend = 30;
18
ladder = 0;
19
climbpoint = 0;
20
resetblocks = false;
21
movetype = 0;
22
movetype = 1;