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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Roll 3 dice, keep seperate sums

Hi, I want to roll 3 d8, add a modifier TO EACH ONE, and print the three sums. Currently, the only way I see to do this is with three /roll scripts. A nice addition to Roll20 would be to have a way to in-line solve this parsing issue such that for example, /roll 3(1d8+8+3) resulted in 3 rolls. Maybe /roll3 1d8+8+3 is better to avoid parenthesis multiplication?
example, current system: macro: /roll 1d8+8+3 /roll 1d8+8+3 /roll 1d8+8+3 Looks like: Ken R (GM): rolling 1d8+8+3 (2)+8+3 =13 rolling 1d8+8+3 (7)+8+3 =18 rolling 1d8+8+3 (1)+8+3 =12 Damage to 3 opponents each struck individually. Note that it's not the same as a single roll because the outcome of each d8 roll can vary! What I'd like to see: macro: /roll3 1d8+8+3 Looks like: Ken R (GM): rolling 3x 1d8+8+3 (2)+8+3, (7)+8+3, (1)+8+3 =13, 18, 12 Nitpicking again? Yes, but this is not only simpler, it takes up less chat space.
I'll upvote this and stick it in the official wish list. I could use it all the time when I'm rolling initiatives for large mobs