Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_explosion_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (instance_exists(hitboxA))
2
    instance_destroy(hitboxA);
3
if (instance_exists(hitboxB))
4
    instance_destroy(hitboxB);