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

8x2d10

Hi, I don't fully understand this macro language yet. I'm trying to make 8 rolls of 2d10 and puts them in order. After many tries I done this: /roll 8d20sdr1 It works - but: how to not make a sum of them and use 2d10 instead of 1d20r1?
1564953058

Edited 1564953179
GiGs
Pro
Sheet Author
API Scripter
You can roll a group of dice by putting them in {}, like /roll {2d10,2d10,2d10,2d10,2d10,2d10,2d10,2d10} but it'll just treat them as one roll and add them together. i don't think there's any way to sort groups of dice like that.
i tried this kind of ways. but it does not allow to put them in order and in this case does not show a sum of each 2d10. this works much better for me, but still doesn't allow me to sort them: [[2d10]] [[2d10]] [[2d10]] [[2d10]] [[2d10]] [[2d10]] [[2d10]] [[2d10]]
1564962994
The Aaron
Roll20 Production Team
API Scripter
I think it would take an API script (Pro Subscriber Perk) to get the presentation you want, unfortunately.