IsPlayerExpelled - Faction
From Creation Kit
Member of: Faction Script
Checks to see if the player is expelled from this faction.
Syntax
bool Function IsPlayerExpelled() native
Parameters
None.
Return Value
Whether the player is expelled from this faction or not.
Examples
; Is the player expelled from the CoolKids faction? bool expelled = CoolKidsProperty.IsPlayerExpelled()