AddToFaction

DescriptionEdit

AddToFaction Adds an actor (only the reference not the base object) into a faction. It is called on the Reference and has two parameters: the faction, and the faction rank.

SyntaxEdit

[ActorREF.]AddToFaction Faction FactionRank

ExamplesEdit

BuddyRef.AddToFaction TrollFaction 1

BuddyRef is now in the TrollFaction, but not all Buddy base objects are in the Troll Faction.

See AlsoEdit

RemoveFromFaction

ReferenceEdit

None provided.

Papyrus VersionEdit

Actor.SetFactionRank (Papyrus)

AddToFaction - Actor