Difference between revisions of "Sex"
From Wiki
Line 1: | Line 1: | ||
{{header|Status Bar|ro|The #sex system variable determines the sex of the character.}} | {{header|Status Bar|ro|The #sex system variable determines the sex of the character.}} | ||
− | |||
{| border="1" | {| border="1" | ||
− | !style="background:#ffdead;" | Value || style="background:#ffdead;" | Description | + | |+#sex System Variable Values |
+ | !style="background:#ffdead;" width=100 align=center| Value || style="background:#ffdead;" width=200 | Description | ||
|- | |- | ||
− | |0 || Character is Male | + | | align=center | 0 || Character is Male |
|- | |- | ||
− | |1 || Character is Female | + | | align=center | 1 || Character is Female |
|} | |} | ||
+ | |||
+ | |||
+ | {{note|This variable will not work unless the character status bar is open. You can use [[Event_Macro#Gump_Control|Event Macro 8 2]] to open it from your script.}} | ||
{{footer}} | {{footer}} |
Revision as of 15:17, 26 August 2005
⇒ | The #sex system variable determines the sex of the character. |
Value | Description |
---|---|
0 | Character is Male |
1 | Character is Female |
Note: | This variable will not work unless the character status bar is open. You can use Event Macro 8 2 to open it from your script. |
See also
Main Page | Documentation |