Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_gold_cat_Create_0

(view raw script w/o annotations or w/e)
1
level = 1;
2
boxmargin = 2;
3
wall_destroy = 0;
4
if (!instance_exists(obj_heart))
5
    instance_destroy();
6
buffer = 0;
7
for (var i = 0; i < 5; i++)
8
{
9
    last_x[i] = 0;
10
    last_y[i] = 0;
11
}
12
last_x[0] = x;
13
last_y[0] = y - 4;
14
thrown = 1;
15
throw_timer = 0;
16
throwing = 0;
17
score_buffer = 3;
18
buffer = 3;
19
grab_snd = -1;
20
wait = 0;
21
wait_max = 30;
22
xx = x;
23
yy = y;
24
action = 0;
25
xscale = 1;
26
can_score = 1;
27
mask_index = spr_baseball;
28
image_xscale = 1.25;
29
image_yscale = 1.25;
30
sprite_index = spr_mike_cat_dance;
31
image_blend = c_yellow;
32
fever_timer = -1;