getPlayerName
getPlayerName() Function
• Introduced in version 1.3b48
Returns the name of the player for the Client that it executes on.
Usage
<source lang="mtmacro" line> getPlayerName() </syntaxhighlight>
Example
<source lang="mtmacro" line>
/say My name is [r: getPlayerName()], nice to meet you!
</syntaxhighlight>