Azurahawk Posted April 1, 2017 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 - 1 PotentialFollowerFaction 0 PotentialMarriageFaction 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?
myuhinny Posted April 1, 2017 Posted April 1, 2017 I have done it before by opening the console and clicking on someone then typing in not sure if it's correct or not as it's been awhile but something like removefromallfactions then addtofaction. You might also be able to alter their faction by editing the .esp using the CK (creation kit).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.