alduin78 Posted July 15, 2012 Share Posted July 15, 2012 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 More sharing options...
Praveen Posted July 16, 2012 Share Posted July 16, 2012 Hi there To transform your npc into spriggan or any other beast use SetRace() Function. For Exampleif(Game.GetPlayer().ISInCombat()==True)FollowerActor.SetRace(SprigganRace)Endif Revert back the condition when you want by setting the default race of your followerYou 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 More sharing options...
Recommended Posts