Difference between revisions of "Sex"

From Wiki
Jump to: navigation, search
Line 2: Line 2:
 
[[Category: Status]]
 
[[Category: Status]]
  
=== Description ===
+
== Description ==
 
{{ro}}
 
{{ro}}
  
 
The #sex system variable determines the sex of the character.
 
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.
 
 
  
 
{| border="1"
 
{| border="1"
Line 19: Line 15:
 
  |}
 
  |}
  
==== See Also ====
+
 
{|
+
{| style="background:honeydew"
| Width=200px | [[Var_charGhost|#charGhost]] || Width=200px | [[Var_charStatus|#charStatus]]
+
|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.
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Status|Status System Variables]]
+
 
|}
 
|}
 +
 +
{{footer}}

Revision as of 19:58, 25 August 2005


Description

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

Value Description
0 Character is Male
1 Character is Female


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