Jump to content

Resurrection spell help


tvanom

Recommended Posts

Hi,
I am currently trying to develop a resurrection spell that restores NPC's with their original inventory.
I have setup everything, and done a script for it, but I'm not sure what I'm doing wrong.

I have a print screen of my spell setup.

Here is my script:


Scriptname testResurrect extends activemagiceffect

Event OnEffectFinish(Actor akTarget, Actor akCaster)
akTarget.Resurrect()
EndEvent

Every time I cast it on a dead npc, it does nothing to them, apart from cast some effects around them.

Any suggestions to what I'm doing wrong?

Thanks

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...