Difference between revisions of "CharStatus"
From Wiki
(→Description) |
(→See Also) |
||
Line 40: | Line 40: | ||
{| | {| | ||
| Width=200px | [[Var_charGhost|#charGhost]] || Width=200px | [[Var_sex|#sex]] | | Width=200px | [[Var_charGhost|#charGhost]] || Width=200px | [[Var_sex|#sex]] | ||
− | |||
|} | |} | ||
---- | ---- | ||
{| | {| | ||
− | | Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation# | + | | Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Character|Character Variables]] |
|} | |} |
Revision as of 18:22, 10 August 2005
#charStatus
Miscellaneous System Variables
Description
⇒
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
#charGhost | #sex |
Main_Page | Documentation | Character Variables |