mclemente / fvtt-advanced-macros

Use handlebars templating, recursive macro calls and call macros with arguments or directly from chat.
MIT License
15 stars 9 forks source link

/me or /em in chat macro doesn't resolve when called via /macro-name in the chat box #15

Closed cs96and closed 3 years ago

cs96and commented 3 years ago

I have a chat macro for hero points that does the following...

/me heroically rolls a [[1d6]]

If I drag this macro to the hot bar and click it, it correctly displays...

Bob heroically rolls a 5

However, if I type /hero into the chat box, then it displays...

/me heroically rolls a 5

I.e. the /me is not correctly resolved.