Difference between revisions of "SetPCFactionSteal"

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==
[[GetPCFactionSteal ]]
[[GetPCFactionSteal ]]




[[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:49, 8 August 2007

Syntax:

SetPCFactionSteal FactionID iFlag

Example:

SetPCFactionSteal ThievesGuild 0


The "faction steal" flag for a faction is set automatically whenever the player steals from a member of that faction (regardless of whether this was reported as a crime or not). You can also set this steal flag manually by using this function with iFlag = 1.


This function is normally used to clear the flag by passing in iFlag = 0.


See Also

GetPCFactionSteal