Description
Wiki Description
Sends the player to jail, optionally removing his inventory, and sending him to "real" jail.
Documentation Comment
Sends the player to this faction's jail - removing inventory if requested, and to a "real" jail or not
Parameters
boolabRemoveInventory=true
CK Wiki Description
Whether to remove everything from the player's inventory or not. Note that quest items are only hidden if the player is sent to "real" jail.
- Default:True
boolabRealJail=true
CK Wiki Description
Whether to send the player to "real" jail or not.
- Default:True
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abRemoveInventory
bool myBool__abRealJail
myFaction__toCallFunctionOn.SendPlayerToJail(myBool__abRemoveInventory, myBool__abRealJail)