Difference between revisions of "CharStatus"

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

Revision as of 16:51, 5 September 2007

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.
G Character is in war mode.
D Character is affected with lethal strike.

Example


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

...

sub cureMe
	...
	return

See also

Main Page Documentation