PoA_PRC8/_module/nss/iselfdestruct.nss

6 lines
90 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
if(GetLocalInt(GetModule(), "iuse")==0)
DestroyObject(OBJECT_SELF, 0.5f);
}