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

Roll Reading Question

If I have rolls that use specific numbers... say [[d6]] [[d8]] and I want to count the number of dice that roll greater than 4, but do not want "rolling d6>3+1d8>3" to show up in chat... is there a way?
1425354068
The Aaron
Pro
API Scripter
Inline rolls might do it for you: [[ d6>3 + d8>3]]
1425359546
Pat S.
Forum Champion
Sheet Author
If you are the GM then you can /gw [[ d6>3 + d8>3]] or /w"yourname" [[ d6>3 + d8>3]] for it not to be seen by the other players.
So, I ended up with something like this in the end: [[ d8>3+d6>3+d6>3+d6>3+d6>3+d6>3]] My problem is that its giving the wrong output. For instance, I will roll it and it will say 5. I hover over the shown result and only four of the dice roll will be 4 or greater.
1425434945
Keith
Pro
Marketplace Creator
Don't forget that the '>' actually means '>='. Try ... [[ d8>4+d6>4+d6>4+d6>4+d6>4+d6>4]]