Difference between revisions of "CharStatus"
From Wiki
(→See Also) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | [[Category: Miscellanious]] | |
− | + | {| | |
− | = | + | | width=100 | {{ro}} || Determines different states that the character can be in. |
− | {{ro}} | + | |} |
− | |||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
Line 21: | Line 20: | ||
|} | |} | ||
− | + | == Example == | |
<pre> | <pre> | ||
Line 37: | Line 36: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + |
Revision as of 19:52, 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 |