Jump to content
⚠ Known Issue: Media on User Profiles ×

tvanom

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About tvanom

tvanom's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. 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
  2. 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 set it so my spell is 'Target actor' Here is my script: Scriptname testResurrect extends activemagiceffect ObjectReference property resNPC auto 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
×
×
  • Create New...