Difference between revisions of "ShowLimitedRaceMenu - Game"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>JLundin
(Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script ''(Requires 1.6)'' Shows the race/sex change menu, but without the ability to change race or sex....")
 
imported>Fg109
m (Added notes)
 
Line 3: Line 3:
'''Member of:''' [[Game Script]] ''(Requires 1.6)''
'''Member of:''' [[Game Script]] ''(Requires 1.6)''


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


== Syntax ==
== Syntax ==
Line 21: Line 21:
Game.ShowLimitedRaceMenu()
Game.ShowLimitedRaceMenu()
</source>
</source>
== Notes ==
* 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 Also ==
== See Also ==
*[[Game Script]]
*[[Game Script]]
*[[ShowRaceMenu - Game]]
*[[ShowRaceMenu - Game]]

Latest revision as of 15:05, 15 June 2012

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.

See Also[edit | edit source]