Difference between revisions of "CharStatus"
From Wiki
Line 1: | Line 1: | ||
− | + | {{header|Character Variables|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. |
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 |