Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_swordroute_icekey_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
3
depth = 999980;
4
image_speed = 0;
5
active = 0;
6
con = 0;
7
drawblack = false;
8
drawblue = false;
9
draw_static = false;
10
statictimer = 0;
11
init = 0;
12
d = 0;
13
killoutertrees = false;
14
with (obj_board_screenColorChanger)
15
    instance_destroy();
16
with (instance_create(x, y, obj_board_screenColorChanger))
17
{
18
    image_blend = #FF9B00;
19
    active = true;
20
    init = 0;
21
}