×
Fallout Wiki
☢  Independent Fallout Wiki Resources  Vault logo

AddToFaction - RefCollectionAlias

Resource:Creation Kit > AddToFaction - RefCollectionAlias


Member of: Resource:Creation Kit/RefCollectionAlias Script

Calls AddToFaction on all the actors in the collection

Syntax[edit]

Function AddToFaction(faction akFaction)

Parameters[edit]

  • akFaction: The faction to which the actors should be added.

Return Value[edit]

None.

Examples[edit]

;add the townspeople to the PlayerAllyFaction
Alias_TownsPeople.AddToFaction(PlayerAllyFaction)

See Also[edit]