- Found in:
- SKSE
Description
Wiki Description
Sets the number of perk points available to the player. (This function requires SKSE)
Caveats
CK Wiki - Notes
Negative values give the Player 255 Perk Points. Exceeding values are automatically capped to 255.
Parameters
intperkPoints
CK Wiki Description
Sets the number of perk points available to the player
Examples
; set Perk Points to 1
Game.SetPerkPoints(1)
; set Perk Points to 255
Game.SetPerkPoints(-1)Auto-Generated Example
int myInt__perkPoints
Game.SetPerkPoints(myInt__perkPoints)Related Pages
- Game
- Game.GetPerkPoints()
- Game.ModPerkPoints(...)
