Did you find anything yet i was looking into it again tried editing some scripts and adding it to characters but no luck... here's what i tried Function SetFollower(ObjectReference FollowerRef) actor FollowerActor = FollowerRef as Actor FollowerActor.RemoveFromFaction(pDismissedFollower) If FollowerActor.GetRelationshipRank(Game.GetPlayer()) < 3 && FollowerActor.GetRelationshipRank(Game.GetPlayer()) >= 0 FollowerActor.SetRelationshipRank(Game.GetPlayer(), 3) EndIf FollowerActor.SetPlayerTeammate() ;FollowerActor.SetAV("Morality", 0) pFollowerAlias.ForceRefTo(FollowerActor) pPlayerFollowerCount.SetValue(0) 'changed this from 1 to 0 tried adding this to multiple characters then seeing if they will follow but no luck... There is also something up with the pPlayerFollowerCount i have also seen it in the scripts like PlayerFollowerCount....