ToggleLevelUpMenu

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

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

[help]
ToggleLevelUpMenu disableOrEnable:0/1

Example

ToggleLevelUpMenu 0 

Notes

See also