ClearPrison - Game
Revision as of 09:17, 30 October 2015 by imported>Plplecuyer (→Examples)
Member of: Game Script
Clears all prison variables on the player character so the game will know he is out of prison.
Syntax[edit | edit source]
Function ClearPrison() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Player is now out of prison (maybe he was pardoned!)
Game.ClearPrison()