RemoveFromFaction

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Removes an actor (only the reference not the base object) from a faction. It is called on the Reference and has one parameter: the faction.

Syntax

[help]
[actor:ref].RemoveFromFaction faction:baseform

Example

BuddyRef.RemoveFromFaction AntFaction

BuddyRef is now removed from the AntFaction but all other Buddys are still in the AntFaction.

Notes

  • This does not work the same as SetFactionRank, which is called on the base form of the actor.

See Also