getPlayerName: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:getPlayerName moved to getPlayerName) |
(No difference)
|
Revision as of 03:23, 8 March 2009
getPlayerName() Function
Returns the name of the player for the Client that it executes on.
Usage
[h: name = getPlayerName()]
Example
To display the ids of all of the NPC tokens on the current map use.
/say My name is [r: getPlayerName()] nice to meet you!