Difference between revisions of "CharStatus"

From Wiki
Jump to: navigation, search
(Adding lethal strike)
Line 18: Line 18:
 
|-
 
|-
 
| P || Character is in war mode.
 
| P || Character is in war mode.
 +
|-
 +
| D || Character is affected with lethal strike.
 
|}
 
|}
  

Revision as of 08:01, 25 September 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.
D Character is affected with lethal strike.

Example


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

...

sub cureMe
	...
	return

See also

Main Page Documentation