Difference between revisions of "Sex"

From Wiki
Jump to: navigation, search
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.}}
  
{{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.}}
 
  
 
{| 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 16:17, 26 August 2005

The #sex system variable determines the sex of the character.


#sex System Variable Values
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