Having follower issues

Post » Mon Jul 14, 2014 11:30 pm

Alright, so I know that with the CurrentFollowerFaction setup and PotentialFollowerFaction setup, both are required to make a NPC a follower; however, even by doing this I'm still unable to pull up the dialogue.

I did some research on the NPC followers. Most have those factions setup and all it takes for them to become your follower is by finishing their quests, whether side or misc, and their relationship goes up to where they're available. For the Current/Potential dialogue on the other hand for scripting, it doesn't show up. Here's an example.

So I put in someone like Bob.

Bob.AddToFaction(CurrentFollowerFaction)

Bob.AddToFaction(PotentialFollowerFaction)

Bob.SetFactionRank(CurrentFollowerFaction, -1)

This setup shows no dialogue, but when I stick with the SetRelationshipRank, the dialogue shows up.

So what am I doing wrong here?

User avatar
BEl J
 
Posts: 3397
Joined: Tue Feb 13, 2007 8:12 am

Post » Mon Jul 14, 2014 8:29 pm

Another problem I have is that my dialogues aren't even showing up period. And I have it all setup the right way in order for them to work. And I'm talking the SetRelationshipRanks.

User avatar
James Smart
 
Posts: 3362
Joined: Sun Nov 04, 2007 7:49 pm


Return to V - Skyrim