Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

Morrowind Mod:PCExpelled

The UESPWiki – Your source for The Elder Scrolls since 1995

PCExpelled

		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