Difference between revisions of "CharName"

From Wiki
Jump to: navigation, search
(category, formatting)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #charName ==
+
[[Category:Status System Variables]]
'''Status System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The #charName system variable determines the name of the character.
+
== Description ==
<br><br>
+
{|
'''NOTE:'''
+
| Width=100 | {{ro}} || The #charName system variable contains the name of the character.
This variable will not work unless the character status bar is open. You can use "event Macro 8 2" to open it from your script.
+
|}
==== Example ====
+
 
 +
{| style="background:honeydew"
 +
|This variable will not work unless the character status bar is open. You can use [[event Macro]] 8 2 to open it from your script.
 +
|}
 +
 
 +
=== Example ===
 
<pre>
 
<pre>
 
msg My name is #CHARNAME $
 
msg My name is #CHARNAME $
 
halt
 
halt
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px |
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Status|Status System Variables]]
+
|}
+

Revision as of 17:00, 25 August 2005


Description

The #charName system variable contains the name of the character.
This variable will not work unless the character status bar is open. You can use event Macro 8 2 to open it from your script.

Example

msg My name is #CHARNAME $
halt

See also

Main Page Documentation