Jump to content

Faction/Relationship update problems


Aurawhisperer

Recommended Posts

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?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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