Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_catbasket_Create_0

(view raw script w/o annotations or w/e)
1
depth = 2;
2
image_speed = 0;
3
action = 0;
4
xscale = 1;
5
yscale = 1;
6
timer = irandom(120);
7
move = false;
8
type = 0;
9
lastx = xstart;
10
y = cameray() + cameraheight() + 200;
11
last_cat_was_thrown = false;
12
cats = 0;
13
for (i = 0; i < 20; i++)
14
{
15
    scale[i] = 0;
16
    xx[i] = 0;
17
    yy[i] = 0;
18
}
19
scoreflash = 0;
20
keepalive = false;