ShowSPECIALMenu - Game

From the Fallout4 CreationKit Wiki
Revision as of 20:26, 11 February 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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