Difference between revisions of "CharGhost"

From Wiki
Jump to: navigation, search
m (See Also)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #charGhost ==
+
[[Category: Miscellanious]]
'''Miscellaneous System Variables'''
+
{|
=== Description ===
+
| 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".
{{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".
 
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
Line 17: Line 16:
 
|}
 
|}
  
==== Example ====
+
== Example ==
 
<pre>
 
<pre>
  
Line 29: Line 28:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_charStatus|&#0035;charStatus]] || Width=200px | [[Var_sex|&#0035;sex]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Character|Character Variables]]
+
|}
+

Revision as of 20:54, 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