Amon_PRC8/_module/nss/fr_killself.nss

12 lines
339 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName at_001
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/27/2003 5:42:34 PM
//:://////////////////////////////////////////////
void main()
{
DestroyObject(OBJECT_SELF);
}