ShowLimitedRaceMenu - Game

Revision as of 16:05, 15 June 2012 by imported>Fg109 (Added notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script (Requires 1.6)

Shows the race/sex change menu, but without the ability to change name or sex.

SyntaxEdit

Function ShowLimitedRaceMenu() native global

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Show the race/sex menu with out the ability to rename, change sex, or change race
Game.ShowLimitedRaceMenu()

NotesEdit

  • 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.

See AlsoEdit