GivePlayerCaps - Game
Member of: Game Script
Gives the player the specified number of caps.
SyntaxEdit
Function GivePlayerCaps(int nCaps) global
ParametersEdit
- nCaps: The number of caps to give the player
Return ValueEdit
None.
ExamplesEdit
; Give the player 100 caps for a job well done
Game.GivePlayerCaps(100)