AddToFaction

Revision as of 17:45, 21 February 2012 by imported>AghnaarMareth (→‎Papyrus Version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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