Difference between revisions of "CharName"

From Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
 +
The #charName system variable determines the name of the character.
 +
<br><br>
 +
'''NOTE:'''
 +
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 ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
msg My name is #CHARNAME
 
+
halt
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====

Revision as of 22:52, 15 August 2005

#charName

Status System Variables

Description

The #charName system variable determines the name of the character.

NOTE: 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 Status System Variables