Jump to content

Need Help with Quest Mod


Recommended Posts

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

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

  • 2 weeks later...

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

  • Recently Browsing   0 members

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