ClearPrison - Game

Revision as of 10:17, 30 October 2015 by imported>Plplecuyer (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Clears all prison variables on the player character so the game will know he is out of prison.

SyntaxEdit

Function ClearPrison() native global

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Player is now out of prison (maybe he was pardoned!)
Game.ClearPrison()

See AlsoEdit