Difference between revisions of "CharGhost"
From Wiki
m (→See Also) |
m (→See Also) |
||
Line 31: | Line 31: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | [[Var_charStatus|#charStatus]] | + | | Width=200px | [[Var_charStatus|#charStatus]] || Width=200px | [[Var_sex|#sex]] |
|} | |} | ||
---- | ---- |
Revision as of 14:56, 16 August 2005
#charGhost
Miscellaneous System Variables
Description
⇒
The #charGhost system variable determines if your character is dead. If the character is dead it holds "YES", if it is alive it holds "NO".
Value | Description |
YES | Character is dead. |
NO | Character is alive. |
Example
... if #charGhost = YES { gosub logOut halt } ...
See Also
#charStatus | #sex |
Main_Page | Documentation | Character Variables |