twinblade-infinity/scripts/action_kill_object/action_kill_object.gml

7 lines
116 B
Plaintext
Raw Normal View History

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