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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
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?
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]]