Jump to content

trasformable follower


alduin78

Recommended Posts

Hello everybody...

I'm asking if someone knows how to make a follower human npc trasformable into a creature like bear, spriggan or others...

Thanks for any help

Link to comment
Share on other sites

Hi there

 

To transform your npc into spriggan or any other beast use SetRace() Function.

 

For Example

if(Game.GetPlayer().ISInCombat()==True)

FollowerActor.SetRace(SprigganRace)

Endif

 

Revert back the condition when you want by setting the default race of your follower

You can Use Any other condition depending on your type of mod. I have done same thing with my draugr princess mod

.

 

Hope this will you.

 

Best luck with your mod & have a nice day.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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