Background for Skyrim SE
Member of the Game script
voidfunctionSetPerkPoints(intperkPoints)NativeGlobal

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.