Ancient76 Posted April 27, 2018 Share Posted April 27, 2018 I need to turn Werebear into a man. Anyone tried this? Link to comment Share on other sites More sharing options...
Ancient76 Posted May 2, 2018 Author Share Posted May 2, 2018 Something like this would be nice. Anyone tried this on NPC? Link to comment Share on other sites More sharing options...
TheWormpie Posted May 2, 2018 Share Posted May 2, 2018 The video either1) uses SetRace to change the player's race, or2) uses SetAlpha to 0 to make the player invisible, and then uses PlaceAtMe or MoveTo to place other actor references at the player's position. Link to comment Share on other sites More sharing options...
Ancient76 Posted May 2, 2018 Author Share Posted May 2, 2018 (edited) It works with this, although my is little bit different. SPELL Property WerewolfChangeFX Auto Actor Property actorproperty Auto Race property raceyouwant auto Event OnDying(Actor akKiller) actorproperty.setrace(raceyouwant) werewolfchangefx.cast(actorproperty) EndEvent Now i need to apply some magic effect during transition to look more cool :smile: Edited May 2, 2018 by Ancient76 Link to comment Share on other sites More sharing options...
Ancient76 Posted May 3, 2018 Author Share Posted May 3, 2018 Hmm, so how to apply this effect when my NPC is spawned? Effect like when you summon someone would be cool. Like in that Brelyna video. Link to comment Share on other sites More sharing options...
Recommended Posts