Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ghosthouse_cleaner_Destroy_0

(view raw script w/o annotations or w/e)
1
with (obj_darkness_overlay_bullettest)
2
    instance_destroy();
3
with (obj_battlesolid)
4
    instance_destroy();
5
with (obj_ghosthouse_trigger)
6
    instance_destroy();
7
with (obj_gh_bouncebarrier)
8
    instance_destroy();
9
with (obj_gh_exitsign)
10
    instance_destroy();
11
with (obj_lightsource_battle)
12
    instance_destroy();
13
with (obj_lightsource_heartlight)
14
{
15
    supercharged = false;
16
    radius = 40;
17
    biggerrad = 12;
18
}
19
with (obj_lightsource_lamp)
20
    instance_destroy();