getMacroLocation
getMacroLocation() Function
• Introduced in version 1.3b48
Returns the location 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
getMacroLocation()
Example
[h: libToken = getMacroLocation()]
[if(libToken == "chat", "You are running from chat", "You are running from library token " + libToken)]