I've noticed an issue after using a roll query that calls another macro. The macros will work fine, but after I leave the game and return, chat does not work at all. I can type in the box, but nothing is posted, and rolls from character sheets, /r 1dX, and inline rolls don't work. To get it to work again, I have to clear the chat archive every time I leave the game. This occurs for me both as a player and a GM, in games that both do and don't have a sheet template. In the game that has a sheet template, I'm using 5e OGL, and also had the same occur with other templates, namely atkdmg. I've recreated the issue on the latest builds of both Firefox (71.0 64-bit) and Chrome ( Version 79.0.3945.88 (Official Build) (64-bit) ) . The macros in question: ?{Which Attack? |Scimitar, #Scimitar |Shillelagh, #Shillelagh } #Shillelagh: &{template:default} {{name=Crag's Shillelagh}} {{To Hit=[[1d20+7]] / [[1d20+7]]}} {{ =5 ft range}} {{Damage=[[1d8+4]] magical slashing}} #Scimitar: &{template:default} {{name=Crag's Scimitar}} {{To Hit=[[1d20+4]] / [[1d20+4]]}} {{ =5 ft range}} {{Damage=[[1d8+1]] slashing}} Visually, when I re-enter an affected game before I clear the chat archive, any rolls using templates that were previously in chat have collapsed, showing only the top "line" of the template (such as a thin purple bar for the default template), and trying to roll any macros/sheet rolls with templates sometimes creates new collapsed template rolls in chat, although they don't always seem to show up. For posterity, I'm doing macros like this for a game in which the DM has set up a sheet-free game. EDIT: See below - The macros alone (not the roll query) also cause the issue (with proper closed brackets of course); Returning to the game before clearing chat archive, opening the called macros, replacing the resolved brackets with html replacements, and running the query macro again also causes the issue to persist.