; Give the player 5 more perk points.
Game.AddPerkPoints(5)
Game.AddPerkPoints(5)
However when I attempt to use this function in a simple script, no perk points are added. All that happens is the Throw Voice shout sound effect plays (very strange).
Has anyone been able to get this to work?