Difference between revisions of "Sex"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Status Bar|ro|The #sex system variable determines the sex of the character.}}
[[Category: Status]]
+
 
{|
+
{{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.}}
| width=100 | {{ro}} || The #sex system variable determines the sex of the character.
+
 
|}
+
{{statusbar_info}}
+
 
{| border="1"
 
{| border="1"
 
  !style="background:#ffdead;" | Value || style="background:#ffdead;" | Description
 
  !style="background:#ffdead;" | Value || style="background:#ffdead;" | Description
Line 12: Line 10:
 
  |1 || Character is Female
 
  |1 || Character is Female
 
  |}
 
  |}
 
 
  
 
{{footer}}
 
{{footer}}

Revision as of 16:12, 26 August 2005

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 8 2 to open it from your script.
Value Description
0 Character is Male
1 Character is Female

See also

Main Page Documentation