13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: 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);
|
||
|
}
|