Difference between revisions of "SetPCExpelled"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Haama
(CS 1.0 stuff)
Line 13: Line 13:
==See Also==
==See Also==
[[GetPCExpelled]]
[[GetPCExpelled]]




[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Faction Functions]]
[[Category: Faction Functions]]
[[Category: Faction Functions (CS 1.0)]]
[[Category: Player Functions]]
[[Category: Player Functions]]
[[Category: Player Functions (CS 1.0)]]

Revision as of 17:47, 8 August 2007

Syntax:

SetPCExpelled FactionID iFlag

Example:

SetPCExpelled MagesGuild 1


When iFlag is 1, expels the player from the specified faction, and sets the "expelled" flag to true (see GetPCExpelled). If the player is in a faction-owned cell, he will be moved outside through the nearest door.


When iFlag is 0, clears the "expelled" flag.


See Also

GetPCExpelled