Files
HeroesStone_PRC8/_module/nss/zep_destroyself.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

18 lines
464 B
Plaintext

//::///////////////////////////////////////////////
//:: Community Expansion Pack
//:://////////////////////////////////////////////
/*
Generic Destroy Self script
*/
//:://////////////////////////////////////////////
//:: Created By: 420
//:: Created On: April 20, 2009
//:://////////////////////////////////////////////
void main()
{
ChangeToStandardFaction(OBJECT_SELF, STANDARD_FACTION_MERCHANT);
SetIsDestroyable(TRUE);
DestroyObject(OBJECT_SELF);
}