
Like the title says, the 3D Dice system seems to have some issues keeping up with nested inline dice rolls. The macro I'm rolling with has multiple queries so I can call out damage rolls individually using the $[[x]] formatting later: [[ [[ [[1*?{Critical|No,1|Yes,2}]]d8+4+1]] + [[ [[?{Hunter's Mark|Yes,1|No,0}*?{Critical}]]d6]] + [[ [[?{Dreadful|Yes,1|No,0}*?{Critical}]]d4]] ]] Which more or less boils down to [[ [[1d8+4+1]] + [[1d6]] + [[1d4]] ]], which only rolls the last D4 using the 3D Dice system and the rest are only rolled in chat. I see this has been talked about before and was marked as resolved.