Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_netskie_enemy_CleanUp_0

related scripts: Alarm_4CleanUp_0 Create_0Draw_0Other_22Step_0

(view raw script w/o annotations or w/e)
1
if (global.encounterno == 229)
2
{
3
    with (seth)
4
        instance_destroy();
5
    with (aquamarker)
6
        instance_destroy();
7
}