Morrowind Mod:PCExpelled
< Mod / Morrowind: Morrowind Mod: Alphabetical Functions / Categorical FunctionsPCExpelled
PCExpelled, [FactionID] Where: FactionID = Optional faction to check the player's expelled flag. Type: Faction Returns: none Example: if (PCExpelled, "Mages Guild" == 1) if (PCExpelled == 1 ) ( uses the caller's faction) Scripts: Not Used (only in dialogue)
Returns 1 if the player is currently expelled from the given faction, or 0 otherwise.
See Also: PCClearExpelled, PCExpell