Difference between revisions of "Talk:SetFactionRank - Actor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Sollar
imported>Jbezorg
 
(3 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 15:52, 10 June 2013

Here's an example of the faction settings to that of a follower:

Define these two properties:

 Faction Property DismissedFollowerFaction Auto
 Faction Property PlayerFollowerFaction Auto


Then call these statements in your code:

 ActorValue.RemoveFromFaction(DismissedFollowerFaction)
 ActorValue.SetFactionRank(PlayerFollowerFaction, 0)


(Note: you still need to create your own follower package if you're not using DialogueFollower Follower Alias, but ScenicCarriages will now recognize the NPC as a follower and include them in the carraige.)

--Sollar 11:59, 13 June 2012 (EDT)