CharStatus

From Wiki
Revision as of 19:22, 10 August 2005 by CEO (Talk | contribs) (See Also)

Jump to: navigation, search

#charStatus

Miscellaneous System Variables

Description

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

#charGhost #sex

Main_Page Documentation Character Variables