WoR_PRC8/_module/nss/destroy_harish.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

8 lines
126 B
Plaintext

void main()
{
AssignCommand(OBJECT_SELF, ClearAllActions(TRUE));
SetIsDestroyable(TRUE);
DestroyObject(OBJECT_SELF);
}