
I am trying to create a macro to emote some text and then perform an attack roll. This is what I want to do: /em --->> @{selected|token_name} attacks!
/roll {d20!!+?{Modifier|0}}>?{AC|0} The prompts appear and work fine, with an expected result to appear as: Result: The emote works fine as does the prompts in line 2, but the 2nd line simply responds with a text message in chat rather than a text message and then the roll result. However, the 2nd line works fine typed in directly to the chat (see image). If a macro simply has line 2. such as: /roll {d20!!+?{Modifier|0}}>?{AC|0} Then this may or may not work every time - sometimes what I want, sometimes just the text again - see image below. Each line starting with /roll is a separate use of the macro. Now, when I use a single macro to nest the two single line macros, I get the same problem result as a single macro - only text output, no roll result. Is this a bug or am I missing something?