void main() { object oPC = GetItemActivator(); effect eEffect= EffectDeath(); ApplyEffectToObject(DURATION_TYPE_PERMANENT, eEffect, oPC); }