ToggleLevelUpMenu
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Toggles the display of Level Up Menu. Whenever a save is loaded, the level-up menu will be re-enabled. For this reason, checking GetGameLoaded in a quest script is recommended to continuously prevent the display of the menu.
Syntax
ToggleLevelUpMenu disableOrEnable:0/1
Example
ToggleLevelUpMenu 0
Notes
- Does not prevent the display of the Level-Up Menu from functions like AdvLevel, ShowLevelUpMenu, ShowPerkMenu, and ShowSkillMenu.