ShowSPECIALMenu - Game

From the Fallout4 CreationKit Wiki
Revision as of 15:26, 23 May 2016 by imported>Dog (Seems this was an old version of the function, the current version doesn't have these useful parameters, which is kind of a shame. Removed them from the page)
Jump to navigation Jump to search

Member of: Game Script

Shows the SPECIAL change menu.

Syntax

Function ShowSPECIALMenu() native global

Parameters

None.

Return Value

None.

Examples

; Show the SPECIAL menu to let the player customize their character
Game.ShowSPECIALMenu()

See Also