SpikeDragonLord Posted January 21, 2013 Share Posted January 21, 2013 I've created a quest for my Falmer Follower Mod, and while the quest works fine, I want to add a scene to it where by the time I give the item to the quest giver, she transforms from a Falmer into a Snow Elf (basically switching places with another NPC, much like Sam and Sanguine), however I do not know how to do so. If someone could give me a tutorial or explanation on what scripts I need to make or etc I'd greatly appreciate it. Link to comment Share on other sites More sharing options...
SayHelloToMrBullet Posted January 26, 2013 Share Posted January 26, 2013 I found a script from the quest 'A Night To Remember'. This is the script that appears to swap out Sam for Sanguine. Alias_DA14Samwell.GetRef().PlaceAtMe(SummonFX)Utility.wait(1)Alias_DA14Samwell.GetRef().disable()Alias_DA14Sanguine.GetRef().moveto(Alias_DA14Samwell.GetRef())Alias_DA14Sanguine.GetRef().enable() Presumably all you'd need to do is use your own aliases instead of these ones. Hope this helps (let me know the result). Link to comment Share on other sites More sharing options...
SpikeDragonLord Posted February 4, 2013 Author Share Posted February 4, 2013 I found a script from the quest 'A Night To Remember'. This is the script that appears to swap out Sam for Sanguine. Alias_DA14Samwell.GetRef().PlaceAtMe(SummonFX)Utility.wait(1)Alias_DA14Samwell.GetRef().disable()Alias_DA14Sanguine.GetRef().moveto(Alias_DA14Samwell.GetRef())Alias_DA14Sanguine.GetRef().enable() Presumably all you'd need to do is use your own aliases instead of these ones. Hope this helps (let me know the result). Thank you kindly! I'll try these out and see if they work. Thanks again. :) Link to comment Share on other sites More sharing options...
Recommended Posts