PWE_PRC8/_module/nss/dissapear.nss

13 lines
322 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: Vanishing script by MSpanke@hotmail.com
//::///////////////////////////////////////////////
#include "NW_O2_CONINCLUDE"
#include "NW_I0_GENERIC"
void main()
{
SetPlotFlag (OBJECT_SELF, FALSE); //kills even if essential
DestroyObject(OBJECT_SELF, 0.0f);
}