Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_balthizard_enemy_CleanUp_0

(view raw script w/o annotations or w/e)
1
with (shakehead)
2
    instance_destroy();
3
if (gerson != -1 && i_ex(gerson) && instance_number(obj_balthizard_enemy) == 1)
4
{
5
    with (gerson)
6
        instance_destroy();
7
}