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

How to roll a "tens" dice (not a simple d10)

Hi guys, I want to roll a 3D dice that shows the "tens" and not the units. For example it should show 00, 10, 20, 30...... What is the correct syntax? I try "1d10*10" but the system roll a simple d10 with the units and multiply the result for ten in the chat box  Thank you
1571830547

Edited 1571830642
Spren
Sheet Author
Hmm I tried to roll it on it's own but couldn't find a way. Could you just roll a d100 and ignore the second dice? Rolling d100 rolls the ten's dice and a d10, so you'd see it, and it's distinct from the other. Not an ideal solution, but it'd get the job done.
1571836148
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
So, what are you trying to achieve here? If you are looking for a 3d tens dice to roll, there's no way other than rolling a d100 to see one of those. If you just want results that would be in increments of 10 up to 90, this should work: [[(1d10-1)*10]]