Difference between revisions of "Sex"

From Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
==== Example ====
+
The #sex system variable determines the sex of the character.
<pre>
+
  
 +
'''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"
 +
!style="background:#ffdead;" | Value || style="background:#ffdead;" | Description
 +
|-
 +
|0 || Character is Male
 +
|-
 +
|1 || Character is Female
 +
|}
  
</pre>
 
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
| Width=200px | [[Var_charStatus|#CharStatus]]
 
|}
 
|}
 
----
 
----

Revision as of 23:34, 15 August 2005

#sex

Status System Variables

Description

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

#CharStatus

Main_Page Documentation Status System Variables