ShowSPECIALMenu - Game
Revision as of 11:36, 20 November 2015 by imported>Plplecuyer (→Parameters)
Member of: Game Script
Shows the SPECIAL change menu.
Syntax
Function ShowSPECIALMenu( int aiPointPool, bool abStatsLocked ) native global
Parameters
- aiPointPool: The number of points the player may allocate.
- abStatsLocked: Whether or not current stat values are locked (e.g. can't be decremented).
Return Value
None.
Examples
; Show the SPECIAL menu to let the player customize their character
Game.ShowSPECIALMenu()