Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_grabblenpc_Create_0

(view raw script w/o annotations or w/e)
1
init = 0;
2
con = 0;
3
timer = 0;
4
scr_board_depth();
5
active = true;
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
throwmarker = 0;
8
dir = 0;
9
mysolid = instance_create(x, y, obj_board_solid);