hello. Wanna to add target NPC Perk, when I cast fireball.
Try to use "Perk to apply" in MGEF Fireball spell, doesnt see any effect in game from this.
additional try to add script in MGEF :
Perk Property AAAfirePerk auto
Event OnEffectStart (Actor akTarget, Actor akCaster)
akTarget.AddPerk(AAAfirePerk)
endEvent
Event OnEffectFinish(Actor akTarget, Actor akCaster)
akTarget.RemovePerk(AAAfirePerk)
endEvent
dont work too...
Perk
entry point:
Mod Incoming Spell Magnitude, Multiply Value = http://forums.bethsoft.com/topic/1498702-addperk-function-on-npc-doesnt-work/2.0
Help please