getMacroName

From RPTools Wiki
Revision as of 12:52, 10 March 2009 by Verisimilar (talk | contribs) (Added version.)
Jump to navigation Jump to search

getMacroName() Function

Introduced in version 1.3b48
Returns the name of the macro being executed via [macro():] . If the macro typed into chat, run by clicking on a macro button, or run via the token popup menu then this function will return "chat".

Usage

getMacroName()

Examples

[h: macroName = getMacroName()]
[if(macroName == "chat", "You are running from chat", "You are running the macro called " + macroName)]