ClearPrison - Game

From the Fallout4 CreationKit Wiki
(Redirected from ClearPrison)
Jump to navigation Jump to search

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()

See Also[edit | edit source]