Difference between revisions of "GetInFaction"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Scornett-Bot
m (Script running global find and replace: = for '''=)
 
imported>AghnaarMareth
 
Line 8: Line 8:
==See Also==
==See Also==
[[GetFactionRank]]
[[GetFactionRank]]
==Note==
This console command works if used in Console, but doesn't work if used as Condition (for example, as a condition for a Message Box).


===Papyrus Version===
===Papyrus Version===

Latest revision as of 08:58, 1 April 2012

Syntax:

[ActorID.]GetInFaction FactionID

Example:

GetInFaction CompanionsFaction

Returns 1 if the calling actor is a member of the specified faction.

See Also[edit | edit source]

GetFactionRank

Note[edit | edit source]

This console command works if used in Console, but doesn't work if used as Condition (for example, as a condition for a Message Box).

Papyrus Version[edit | edit source]

Actor.IsInFaction (Papyrus)