Difference between revisions of "CharStatus"
From Wiki
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | [[Category: | + | [[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 20:49, 25 August 2005
⇒ | Determines different states that the character can be in. |
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 |