Deltarune script viewer

← back to main script listing

gml_Object_obj_dustpile_susie_ch1_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 2;
2
image_yscale = 2;
3
siner = 0;
4
alarm[0] = 2;
gml_Object_obj_dustpile_susie_ch1_Alarm_0.gml

if (bust == 0) { instance_create_ch1(x + 60, y + 20, obj_dustball_ch1); alarm[0] = 20; }
5
bust = 0;
6
con = 1;
7
if (global.plot >= 14)
8
{
9
    instance_destroy();
10
}
11
else
12
{
13
    partysus = instance_create_ch1(500, 500, obj_caterpillarchara_ch1);
14
    with (partysus)
15
        visible = 0;
16
}