CharStatus
From Wiki
Revision as of 20:49, 25 August 2005 by Kedrick Valorite (Talk | contribs)
⇒ | 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 |