Difference between revisions of "CharGhost"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
[[Category: Miscellanious]]
+
[[Category: Character]]
 
{|
 
{|
 
| width=100 | {{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".
 
| width=100 | {{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 21:50, 25 August 2005

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".


Table of #charGhost values
Value Description
YES Character is dead.
NO Character is alive.

Example


...
if #charGhost = YES
{
	gosub logOut
	halt
}
...

See also

Main Page Documentation