Difference between revisions of "SetPCFactionSteal"
Jump to navigation
Jump to search
imported>Haama (CS 1.0 stuff) |
imported>Fella |
||
Line 16: | Line 16: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | [[Category: Functions (CS 1.0)]] | ||
[[Category: Faction Functions]] | [[Category: Faction Functions]] |
Revision as of 11:59, 23 January 2008
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.