Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_bomb_Create_0

(view raw script w/o annotations or w/e)
1
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
2
image_speed = 0;
3
kris = 0;
4
with (obj_mainchara_board)
5
{
6
    if (name == "kris")
7
        other.kris = id;
8
}
9
timer = 0;
10
con = 0;
11
type = 0;
12
active = 1;
13
fatal = true;
14
snap = true;
15
throwdist = 3;