Jump to content

Dismember and Resurrect and ResetHealthAndLimbs


silhouett

Recommended Posts

I have a question about killing and resurrecting an NPC

 

if I take off the head of an NPC , they die...

 

 

how in papyrus script how do I bring them back to life correctly ?

 

Resurrect seems to bring them back with their head floating above them.

 

ResetHealthAndLimbs does not seem to fix this.

 

 

 

Thanks for any help

Link to comment
Share on other sites

You can only reset the actor to repair his 3d state. But it's only suitable for unique actors. Leveled NPC will change their look or even gender after reset.

If MyActor.IsDismembered()
     MyActor.Reset()
     MyActor.MoveTo(SomeReference) ; actors can respawn  too far from  their original location,  so you need to move them to the place where you need them
EndIf
Edited by kitcat81
Link to comment
Share on other sites

  • 4 weeks later...
  • Recently Browsing   0 members

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