Aurawhisperer Posted April 1, 2017 Share Posted April 1, 2017 Trying to make a follower to where it require some dialogue input. Under papyrus fragments on the last page of the quest, I put in: SSFollower06.SetRelationshipRank(Game.GetPlayer(), 1), but didn't work.I tried akSpeaker.SetRelationshipRank(Game.GetPlayer(), 1) and that didn't work either.What am I doing wrong? Update: Did some testing behind console command after the quest completed. Shows the NPC is still a friend. As it should. However, is not acknowledging the faction in the NPC data itself. I set her faction: CurrentFollowerFaction - 1PotentialFollowerFaction 0PotentialMarriageFaction 0 Tried to do AddToFaction for those three, but bugged up bad to where I was unable to dismiss her. Apparently made her my follower automatically, which isn't what I wanted. So that said, it's the Factions that are being the problem. Any idea how to fix this? Link to comment Share on other sites More sharing options...
Recommended Posts