Difference between revisions of "CharGhost"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 18:18, 10 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".

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

Example


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

See Also

#charStatus #Character Variables

Main_Page Documentation Miscellaneous System Variables