Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

3D Dice not rolling for multiple nested inline rolls

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.
1753752872
Gauss
Forum Champion
Hi missMoshie,  It seems like you are trying to file a bug report with Roll20. If that is the case your best bet is to file the report via the Help Center as the Bug Report forum is primarily for community help. 
Thank you, I'll submit this there as well.