SetPlayerLevel
Member of: Game Script
Set the Player's level. Requires SKSE 1.7.02
SyntaxEdit
Function SetPlayerLevel(int level) global native
ParametersEdit
int Level: The level to set the Player's level to.
Return ValueEdit
None.
ExamplesEdit
; Change the player's level to 5
Game.SetPlayerLevel(5)
NotesEdit
- Unlike the console command, this function will also update the levels of Actors.