Difference between revisions of "CharStatus"
From Wiki
(→See Also) |
|||
Line 39: | Line 39: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | + | | Width=200px | [[Var_charGhost|#charGhost]] || Width=200px | [[Var_sex|#sex]] |
− | |[[Documentation#Character|#Character Variables]] | + | | [[Documentation#Character|#Character Variables]] |
|} | |} | ||
---- | ---- |
Revision as of 18:12, 10 August 2005
#charStatus
Miscellaneous System Variables
Description
⇒
Determines different states that the character can be in.
Value | Facing |
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 | #Character Variables |
Main_Page | Documentation | Miscellaneous System Variables |