Talk:SetFactionRank - Actor

From the CreationKit Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)