This is my first post on here but I'm banging my head on the wall right now. The roll macro keeps breaking when inside a button <button class="sheet-blank-roll-button" type="roll" value="?{Attack Type| Advantage, ?{What stat&#124; Strength&#44; +STR [[@{advantage}+@{str} ]] &#124; Dexterity&#44; +DEX [[@{advantage}+@{dex} ]] &#124; Constitution&#44; +CON [[@{advantage}+@{con} ]] &#124; Wisdom&#44; +WIS [[@{advantage}+@{wis} ]] &#124; Intelligence&#44; +INT [[@{advantage}+@{int} ]] &#124; Charisma&#44; +CHA [[@{advantage}+@{cha} ]] &#124; &#125;| Disadvantage, ?{What stat&#124; Strength&#44; +STR [[@{disadvantage}+@{str} ]] &#124; Dexterity&#44; +DEX [[@{disadvantage}+@{dex} ]] &#124; Constitution&#44; +CON [[@{disadvantage}+@{con} ]] &#124; Wisdom&#44; +WIS [[@{disadvantage}+@{wis} ]] &#124; Intelligence&#44; +INT [[@{disadvantage}+@{int} ]] &#124; Charisma&#44; +CHA [[@{disadvantage}+@{cha} ]] &#124; &#125;| Normal, ?{What stat&#124; Strength&#44; +STR [[@{normal}+@{str} ]] &#124; Dexterity&#44; +DEX [[@{normal}+@{dex} ]] &#124; Constitution&#44; +CON [[@{normal}+@{con} ]] &#124; Wisdom&#44; +WIS [[@{normal}+@{wis} ]] &#124; Intelligence&#44; +INT [[@{normal}+@{int} ]] &#124; Charisma&#44; +CHA [[@{normal}+@{cha} ]] &#124; &#125; }" name="roll_defydanger"> The nested query part works fine in a macro but once I try to embed it in the sheet it just crashes. Thoughts?