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 .
×

Strange 3D dice issue

Hi all, The following command seems to work correctly in chat, but only rolls two 3D dice instead of three. Any ideas why or how to fix? /roll [[ {2,6,10,10}<[[1d10]] ]] + [[ {2,6,10,10}<[[1d10]] ]] + [[ {2,6,10,10}<[[1d10]] ]] If you're wondering about the arcane structure of the roll itself, it's an attempt to roll multiple dice of damage according to the Godbound system without using API. It works as designed apart from only showing me the 3D dice for the last two rolls.
1563761496
The Aaron
Roll20 Production Team
API Scripter
No idea why it doesn't work, but full marks for the clever handling of 2 successes on a 10.  Have you tried it with just 1 die, and with 4? Would be interesting to see if it's always off by one. Maybe try putting 0d0 + on the front?
Adding "0d0 +" at the beginning seems to stop it rolling any 3D dice at all. Adding "0 +" at the beginning seems to have no effect on the issue. Here's the (rather baffling) results of my experiment with different dice pool sizes: 1 die = rolls 1 die 2 dice = rolls last die 3 dice = rolls last 2 dice 4 dice = rolls last die 5 dice = rolls last 2 dice 6 dice = rolls last 3 dice 7 dice = rolls last 4 dice
I think it's a bug triggered by nested inline rolls. So a simpler way to cause the problem is: [[ [[d10]] ]] + [[ [[d10]] ]] + [[ [[d10]] ]] and so on Which is of course a very silly way to roll 3d10, but anyway...is there a separate forum for bugs?
1563763463
The Aaron
Roll20 Production Team
API Scripter
That's quite bizarre. I'll try abs duplicate that when I'm at my computer, but I think this might need to be a bug report. Have you tried it in a new game to see if it's possibly an issue local to the existing game?
Thanks! And yes, the results are the same in a new game. For clarity I have the option checked for 3D dice to roll automatically, not the option where you throw them with the mouse.