WoR_PRC8/_module/nss/destroy_harish.nss

8 lines
126 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
void main()
{
AssignCommand(OBJECT_SELF, ClearAllActions(TRUE));
SetIsDestroyable(TRUE);
DestroyObject(OBJECT_SELF);
}