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

Reroll a 1 or 2 in macro ONCE

Hello, is there a way to reroll dice only once in certain cases? [[2d8r<2]] rerolls every 1s and 2s endlessly until something else is rolled, effectively turning it to [[2d6+4]] (I tested it on [[1d10r<9]] where behavior is nicely visible) . DnD want the roll to be rerolled once and use new one, even if lower. Any advice?
use ro<2  (for roll once)  hope my short note helps.  I'm not the best with macros
Thanks Mhodred, that is exactly it!
Is there a way to do that with exploding dice as well?
1579121312
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
This was asked recently in another thread . It can't be done with the regular dice syntax, but you can simulate it with a rollable table to some degree.