ShowLimitedRaceMenu - Game
Jump to navigation
Jump to search
Member of: Game Script (Requires 1.6)
Shows the race/sex change menu, but without the ability to change name or sex.
Syntax[edit | edit source]
Function ShowLimitedRaceMenu() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Show the race/sex menu with out the ability to rename, change sex, or change race
Game.ShowLimitedRaceMenu()
Notes[edit | edit source]
- When the menu is initially opened, the first tab is the race tab. Once you leave the race tab, it is no longer able to go back and change your race.
- Calling this function multiple times in a single game session can crash your game.