Difference between revisions of "ShowSPECIALMenu - Game"
Jump to navigation
Jump to search
imported>Plplecuyer |
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) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Function ShowSPECIALMenu( | Function ShowSPECIALMenu() native global | ||
</source> | </source> | ||
== Parameters == | == Parameters == | ||
None. | |||
== Return Value == | == Return Value == |
Revision as of 15:26, 23 May 2016
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()