Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_attack_knifefan_manager_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (surface_exists(knife_surface))
2
    surface_free(knife_surface);
3
ds_list_destroy(offset_list);
4
with (obj_aqua_enemy)
5
    visible = true;
6
with (obj_netskie_enemy)
7
{
8
    if (i_ex(aquamarker))
9
        aquamarker.visible = true;
10
    visible = true;
11
}
12
if (i_ex(obj_seth_shi_controller))
13
{
14
    with (obj_growtangle)
15
        growcon = 3;
16
    with (obj_seth_shi_controller)
17
    {
18
        if (i_ex(aqua_marker))
19
        {
20
            with (aqua_marker)
21
                visible = true;
22
        }
23
    }
24
}