Talk:SetFactionRank - Actor
Revision as of 10:59, 13 June 2012 by imported>Sollar (Created page with "Here's an example of the faction settings to be viewed as a follower: ActorValue.RemoveFromFaction(DismissedFollowerFaction) ActorValue.SetFactionRank(PlayerFollowerFact...")
Here's an example of the faction settings to be viewed as a follower:
ActorValue.RemoveFromFaction(DismissedFollowerFaction) ActorValue.SetFactionRank(PlayerFollowerFaction, 0)
(Note: you still need to create your own follower package if you are not using DialogueFollower Follower Alias.)
--Sollar 11:59, 13 June 2012 (EDT)