Difference between revisions of "CharStatus"

From Wiki
Jump to: navigation, search
(See Also)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #charStatus ==
+
[[Category: Miscellanious]]
'''Miscellaneous System Variables'''
+
{|
=== Description ===
+
| width=100 | {{ro}} || Determines different states that the character can be in.
{{ro}}
+
|}
  
Determines different states that the character can be in.
 
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
Line 21: Line 20:
 
|}
 
|}
  
==== Example ====
+
== Example ==
 
<pre>
 
<pre>
  
Line 37: Line 36:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_charGhost|&#0035;charGhost]] || Width=200px | [[Var_sex|&#0035;sex]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Character|Character Variables]]
+
|}
+

Revision as of 20:52, 25 August 2005

Determines different states that the character can be in.


Table of #charStatus values
Value Description
C Character is poisoned.
H Character is hidden.
B Character is female.
P Character is in war mode.

Example


...
if C in #charStatus
{
	gosub cureMe
}

...

sub cureMe
	...
	return

See also

Main Page Documentation