7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
/// @description (Old DnD) - destroy the self object
|
||
|
function action_kill_object() {
|
||
|
instance_destroy();
|
||
|
|
||
|
|
||
|
}
|