Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_swordhitbox_Collision_obj_swordobjparent

(view raw script w/o annotations or w/e)
1
if (other.destroyhitbox == 1)
2
    instance_destroy();
3
with (other)
4
    event_user(1);