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

Repeat inline roll

I'm trying to set up a macro that repeats a 1d6 roll a number of times equal to an attribute on a sheet. For example, If the target attribute was 5, I'd want 5 separate 1d6 rolls to execute like this: [[1d6]][[1d6]][[1d6]][[1d6]][[1d6]] Is there a way to do this without turning it into [[5d6]]?
1520105628
GiGs
Pro
Sheet Author
API Scripter
You cant do that with a macro. You can do /roll @{attributeName}}d6 and that will show the individual dice, and that's as close as you can get.
Adding to G G's suggestion, this sounds like a dicepool system like Shadowrun. In those, it's often beneficial to Sort_Decending the results and count successes against a threshold (often 5 or greater) /roll @{attributeName} d6>5sd