Difference between revisions of "CharName"
From Wiki
Line 11: | Line 11: | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | msg My name is #CHARNAME | + | msg My name is #CHARNAME $ |
halt | halt | ||
</pre> | </pre> |
Revision as of 22:04, 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 |