Difference between revisions of "CharStatus"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
[[Category: Miscellanious]]
+
[[Category: Character]]
 
{|
 
{|
 
| width=100 | {{ro}} || Determines different states that the character can be in.
 
| width=100 | {{ro}} || Determines different states that the character can be in.

Revision as of 21:49, 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