ShowSkillMenu

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.20.

Description

Opens the Level-Up menu to the Skills page, and sets that this is the last page (no visiting perks).

If numSkills is specified, will override the amount of skills that could be allotted once the menu is open.

If showMenuDespiteNoPoints is set to 1, which it is by default, it will allow opening the skills menu despite having no skill points to allocate, were that to be the case.

menuTitleOverride allows setting a custom title for the skill menu that is opened.

This function can only be used in a script, not as a Condition.

Syntax

[help]
(bSuccess:1/0) ShowSkillMenu numSkills:int{-1} showMenuDespiteNoPoints:int{1} menuTitleOverride:string{""} 

Or:

(bSuccess:1/0) ShowSkillsMenu numSkills:int{-1} showMenuDespiteNoPoints:int{1} menuTitleOverride:string{""} 

See Also