Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_bushjump_Create_0

(view raw script w/o annotations or w/e)
1
with (object_index)
2
{
3
    if (id != other.id)
4
        instance_destroy();
5
}
6
asgore = 0;
7
undyne = 0;
8
bush = 0;
9
sans = 0;
10
timer = -10;
11
con = 0;
12
siner = 0;
13
cloud = [];
14
layer_set_visible("DEBUG_ASSETS", 0);
15
with (obj_time)
16
{
17
    if (dorecord != 0)
18
        dorecord = 2;
19
}