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.

Is there any way to do more than one roll at the same time?

For example. Rolling up a new character in AD&D would be like this: /roll 3d6 /roll 3d6 /roll 3d6 /roll 3d6 /roll 3d6 /roll 3d6 Is there a way to add all this to a single roll and display each result separately? Perhaps something like /roll 3d6 x6?
you could make a macro that would do each single roll for you #rStat = /r 3d6 I just attempted to put multiples in the same command but it doesn't like it... In fact, I tried "/r 3d6 /r 3d6" for the macro command and it rolled 3d6 twice and divided the sums (4+1+1)/(5+2+5) = 0.5
I just tried doing a Tail-Recursive macro on it and it didn't work. It doesn't look like you can call macros in macros at all.
Actual macros (or advanced macros for those who think the current stuff is macro-y) are things we're looking at. We started simple for a variety of reasons-- including that some could be used in ways that might get ugly performance wise. But we're looking at this.
I just wanna weigh in and say "Yes, please!" That's all.
This is in the next update. Thanks!