GivePlayerCaps - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Gives the player the specified number of caps.

Syntax[edit | edit source]

Function GivePlayerCaps(int nCaps) global

Parameters[edit | edit source]

  • nCaps: The number of caps to give the player

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Give the player 100 caps for a job well done
Game.GivePlayerCaps(100)

See Also[edit | edit source]