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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
I'm trying to make a macro for Hackmaster, wherein d20's explode into a d6-1. I'm not sure how to get it to explode into a different die. Any suggestions? Is it possible? "IF" statements (if this macro system uses them)
this section may help you <a href="https://wiki.roll20.net/Dice_Reference#Exploding_Dice" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Exploding_Dice</a>
Without the use of an API, it appears this would need to be handled in two separate rolls. /roll d20 /roll 20+d6-1 if above is 20 A default template could be used to make it easier to read