/// @description (Old DnD) - destroy the self object
function action_kill_object() {
instance_destroy();
}