Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

/emas with Icon possible ?

I was wondering if there is any way to write a /emas macro which displays the charachters/tokens icon in the chat ?  It should look like when you use the dropdown menu on the bottom right side. (Im the gm) I tried the following /emas @{selected|token_name} Test with  [[16 + 1d20+?{Modifikator|0}]] /emas @{selected|character_name} Test with [[16 + 1d20+?{Modifikator|0}]] /emas "isertcharactername" Test with [[16 + 1d20+?{Modifikator|0}]] The /emas macro works but im missing the image of the character .
1515969200

Edited 1515969260
Unfortunately, this is not possible. The closest you could get is to create (without using an API Script like ColorEmote , which requires a Pro subscription) is to manually add an Attribute to relevant Character that contains a Markdown image and then call that Attribute within your macro. e.g. /emas "@{selected|character_name}" @{selected|image} Test with [[16 + 1d20+?{Modifikator|0}]]