WoR_PRC8/_module/nss/demonleave.nss

8 lines
255 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
void main()
{
AssignCommand(OBJECT_SELF, ClearAllActions(TRUE));
ApplyEffectAtLocation(DURATION_TYPE_PERMANENT, EffectVisualEffect(VFX_IMP_UNSUMMON), GetLocation(OBJECT_SELF));
SetIsDestroyable(TRUE);
DestroyObject(OBJECT_SELF);
}