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.

Rolling Random Numbers

I've Been trying to figure out a macro for a game for a while and all that I get when I search Random number of Dice rolls is complaints about the RNG. People whine too much. I want to Roll a number of one dice equivalent to another dice roll plus a set number. So  a weapon I have does 3d8 damage and an addition 1d4 d8s. Is there any way to do this in one macro? The closest I can get is doing a 1d4 roll and then using a query roll for the final damage. 
You can do that with nested inline rolls. [[ 3d8 + [[ 1d4 ]]d8 ]]
Beautiful Thank you.
1459250243
Gen Kitty
Forum Champion
As the question has been answered, I'll go ahead and close this thread.  Don't hesitate to start a new thread if you've questions or concerns!