Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_pickup_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
image_alpha = 0;
4
init = 0;
5
ignoreplayer = 0;
6
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
7
active = 0;
8
susie = 0;
9
ralsei = 0;
10
kris = 0;
11
player = 0;
12
scr_depth_board
scr_depth_board

function
scr_depth_board()
{ depth = 1000000 - ((y * 10) + ((sprite_height - sprite_yoffset) * 10)); } function scr_board_depth() {
scr_depth_board();
}
();
13
makestars = false;
14
makestarstimer = 0;
15
glow = false;
16
glowsiner = 0;
17
glowtimer = 0;
18
active = true;
19
playerspin = true;
20
override = -1;
21
transition = 0;
22
siner = 0;
23
xoff = 0;
24
yoff = 0;
25
tempblock = false;
26
pickupname = "noone";
27
dodeodorant = false;