Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_bell_enemy_tuning_box_Create_0
(view raw script w/o annotations or w/e)
|
1
|
con = 0;
|
|
2
|
parentid = -4;
|
|
3
|
timer = 0;
|
|
4
|
siner = random(100);
|
|
5
|
mercy = 0;
|
|
6
|
loudringing = 0;
|
|
7
|
image_alpha = 0;
|
|
8
|
image_xscale = 0;
|
|
9
|
image_yscale = 0.5;
|
|
10
|
image_alpha2 = 0;
|
|
11
|
image_alpha3 = 0;
|
|
12
|
perfecthits = 0;
|
|
13
|
bar_x = 0;
|