Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_tvdinner_Create_0

(view raw script w/o annotations or w/e)
1
cost = 0;
2
siner = 0;
3
greenindex = 0;
4
greensiner = 0;
5
itemcount = 0;
6
cost = 20;
7
mystring = string(cost);
8
timer = 0;
9
con = 0;
10
active = true;
11
myinteract = 0;
12
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
13
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();
}
();
14
haveroom = 1;
15
makestars = 0;
16
makestarstimer = 0;
17
xoff = 0;
18
yoff = 0;
19
tempblock = false;
20
costfree = false;
21
result = -1;
22
tvdinnerqty = -1;