PWE_PRC8/_module/nss/daednpc.nss

9 lines
156 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
effect eDeath = EffectDeath();
ApplyEffectToObject (DURATION_TYPE_PERMANENT, eDeath, OBJECT_SELF);
SetIsDestroyable(FALSE, FALSE, FALSE);
}