Jump to content

Making a follower a quest reward


natilde

Recommended Posts

Hi! Thanks in advance to anyone who attempts to help, I'm NOT a scripter but thanks to awesome tutorials I've been able to make a simple courier quest yay me!

 

The problem is, the point of the quest is to make the quest giver a follower as the end result - as it stands right now, she can become a follower before/during/after the quest.

 

I have a few ideas of how to implement this, but was wondering if anyone had some advice on the best way to go about it.

 

Currently the quest involves retrieving an item, so maybe when the player returns with the item, upon transfer to the NPC, she's added to the current follower faction?

Link to comment
Share on other sites

If you want it so she can be a follower, I'd suggest adding her to the PotentialFollowerFaction once the item has been given, if she isn't already, and also using something like YourFollower.SetRelationshipRank(Game.GetPlayer(), 1) -- it needs to be at least 1 for her to be a follower. Edited by DreamKingMods
Link to comment
Share on other sites

  • Recently Browsing   0 members

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