Difference between revisions of "CharStatus"
From Wiki
(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 07:01, 25 September 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. |
D | Character is affected with lethal strike. |
Example
... if C in #charStatus { gosub cureMe } ... sub cureMe ... return
See also
Main Page | Documentation |