Difference between revisions of "SetPCFactionSubmitAuthority"
Jump to navigation
Jump to search
imported>Maturin |
imported>Vswe m (Added Search Terms) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
==See Also== | ==See Also== | ||
[[GetPCFactionSubmitAuthority]] | [[GetPCFactionSubmitAuthority]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[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)]] | |||
<!-- Begin Search Terms | |||
set | |||
PC | |||
Faction | |||
Submit | |||
Authority | |||
End Search Terms --> |
Latest revision as of 14:57, 20 June 2008
Syntax:
SetPCFactionSubmitAuthority GuardFactionID iFlag
Example:
SetPCFactionSubmitAuthority ICFaction 0
The "faction submit authority" flag for a faction is set automatically whenever the player submits to the guards (goes to jail or pays a fine) of the specified faction. You can also set this 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]