ClearPrison - Game
From Creation Kit
Member of: Game Script
Clears all prison variables on the player character so the game will know he is out of prison.
Syntax
Function ClearPrison() native global
Parameters
None.
Return Value
None.
Examples
; Player is now out of prison (maybe he was pardoned!) Game.ClearPrison()