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

Newbie Question One: 3d dice are everywhere.

Whenever I roll dice, the green 3d dice roll on the tabletop, Very nice! However, they don't go away. How do I make them disappear?
They should go away on their own moments after they've been rolled. I can't seem to replicate the issue
1394385574
Gid
Roll20 Team
As Mark said, the dice disappear after the roll result is calculated. If they're not, then you've stumbled into a bug. In that case, I'd go here next <a href="https://wiki.roll20.net/Solving_Technical_Issues" rel="nofollow">https://wiki.roll20.net/Solving_Technical_Issues</a> and start following the steps listed within.
I figured it out. This was due to a syntax error on my part, which caused a couple of strange errors. I was adding an operator after the die roll. Doing this: /r 1d20+@{Perception} Instead of this: /r 1d20@{Perception} The problem was that I already had the same operator in the "Perception" attribute (e.g. "Perception +5.") The two pluses made the macro fail without notification, not only rolling 3d dice without notification in the chat window but also creating 3d dice images on the tabletop that did not disappear.