Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_antlion_Create_0

(view raw script w/o annotations or w/e)
1
timer = irandom_range(-20, 10);
2
con = 0;
3
minspeed = 1;
4
maxspeed = 5;
5
special = 0;
6
boss = 0;
7
activetarg = 60;
8
inactivetarg = 60;
9
image_alpha = 0;
10
image_index = 0;
11
image_speed = 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
init = 0;
14
memspeed = 0;
15
photod = 0;
16
hide = 0;
17
nospecialsanymore = 0;