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

Help with Macros

Hello Need help with how to make a dice roll a number and say and outcome for example on D8 1,2 reroll 3,6,7,8 Miss 4,5 Blank
Use a rollable table. <a href="https://wiki.roll20.net/Card_Decks_and_Rollable_Tables" rel="nofollow">https://wiki.roll20.net/Card_Decks_and_Rollable_Tables</a>
Since im not the DM i cant make a rollable table HoneyBadger, is there any way to do this other than that? For example a command life if 1d6&lt;3 then reroll?
Nope. Just give the dm links to the images you want to use.
actually.... 1d6r&lt;3 will automatically re-roll all results of 1 or 2... but it will keep re-rolling until it doesn't get a 1 or a 2 at all... so if you need it to only re-roll once... then you'll have some issues...
1413054051
Gen Kitty
Forum Champion
There are re-roll commands in the roll20 dice rolling language, you might poke at them. <a href="https://wiki.roll20.net/Dice_Reference#Rerolling_D" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Rerolling_D</a>... The downside is currently, you reroll every time the reroll condition is met. Check out <a href="https://app.roll20.net/forum/post/1239648/add-support-for-5e-roll-mechanic#post-1246284" rel="nofollow">https://app.roll20.net/forum/post/1239648/add-support-for-5e-roll-mechanic#post-1246284</a> and give your feedback and maybe a vote :&gt;
1413112662
Lithl
Pro
Sheet Author
API Scripter
Chell said: actually.... 1d6r&lt;3 will automatically re-roll all results of 1 or 2... but it will keep re-rolling until it doesn't get a 1 or a 2 at all... so if you need it to only re-roll once... then you'll have some issues... r&lt;3 will reroll on 3s as well.
Yeah, the &gt;&lt; signs are actually interpreted as &gt;= and &lt;= in Roll20. Kind of annoying and unintutive.
1413143442
Lithl
Pro
Sheet Author
API Scripter
HoneyBadger said: Yeah, the &gt;&lt; signs are actually interpreted as &gt;= and &lt;= in Roll20. Kind of annoying and unintutive. It's apparently a holdover from a previous VTT. And it can't really be easily changed now, since it would screw over so many existing macros.