Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_dustpile_susie_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_Alarm_0.gml

if (bust == 0) { instance_create(x + 60, y + 20, obj_dustball); 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(500, 500, obj_caterpillarchara);
14
    with (partysus)
15
        visible = 0;
16
}