Difference between revisions of "CharGhost"
From Wiki
Line 1: | Line 1: | ||
− | + | {{header|Character Variables|ro| 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".}} | |
− | + | ||
− | {| | + | |
− | | | + | |
− | + | ||
Revision as of 15:52, 5 September 2007
⇒ | 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
Main Page | Documentation |