PRC8/trunk/epicspellscripts/at_destroyself.nss

14 lines
341 B
Plaintext
Raw Normal View History

//:://////////////////////////////////////////////
//:: FileName: "at_destroyself"
/* Purpose:
*/
//:://////////////////////////////////////////////
//:: Created By: Boneshank
//:: Last Updated On:
//:://////////////////////////////////////////////
void main()
{
SetPlotFlag(OBJECT_SELF, FALSE);
DestroyObject(OBJECT_SELF, 2.0);
}