void main() { object oPC = GetItemActivator(); effect eHP = EffectTemporaryHitpoints(10); ApplyEffectToObject(DURATION_TYPE_INSTANT, eHP, oPC); }