Difference between revisions of "SetPCFactionSteal"
Jump to navigation
Jump to search
imported>Fella |
imported>Vswe m (Added Search Terms) |
||
Line 22: | Line 22: | ||
[[Category: Player Functions]] | [[Category: Player Functions]] | ||
[[Category: Player Functions (CS 1.0)]] | [[Category: Player Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
set | |||
PC | |||
Faction | |||
Steal | |||
End Search Terms --> |
Latest revision as of 14:57, 20 June 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.
See Also[edit | edit source]