ShowRaceMenu - Game
Revision as of 10:35, 29 September 2010 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Shows the race/sex change menu. == Syntax == <source lang="papyrus"> Function ShowRaceMenu() native…')
Member of: Game Script
Shows the race/sex change menu.
Syntax[edit | edit source]
Function ShowRaceMenu() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Show the race/sex menu to let the player customize their character
Game.ShowRaceMenu()