Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_plat_enm_sethglasses_miniboss_CleanUp_0

related scripts: CleanUp_0 Collision_obj_plat_enm_smallgloveCollision_obj_plat_susieaxe_hbxCreate_0Draw_0Other_20PreCreate_0Step_0Step_2

(view raw script w/o annotations or w/e)
1
with (plat)
2
    instance_destroy();
3
with (ral_hook_left)
4
    instance_destroy();
5
with (ral_hook_right)
6
    instance_destroy();
7
with (bifurcate_hitbox)
8
    instance_destroy();
9
with (left_lens_hitbox)
10
    instance_destroy();
11
with (right_lens_hitbox)
12
    instance_destroy();
13
with (obj_plat_follower)
14
{
15
    if (name == "ralsei")
16
        drop_off_platform_mode();
17
}
18
if (surface_exists(glasssurf))
19
    surface_free(glasssurf);