Difference between revisions of "CharStatus"

From Wiki
Jump to: navigation, search
 
(See Also)
Line 39: Line 39:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px  
+
| Width=200px | [[Var_charGhost|#charGhost]] || Width=200px | [[Var_sex|#sex]]
|[[Documentation#Character|#Character Variables]]
+
| [[Documentation#Character|#Character Variables]]
 
|}
 
|}
 
----
 
----

Revision as of 19:12, 10 August 2005

#charStatus

Miscellaneous System Variables

Description

Determines different states that the character can be in.

Table of #charStatus values
Value Facing
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

#charGhost #sex #Character Variables

Main_Page Documentation Miscellaneous System Variables