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

How can I make the dice result property visible?

1585543177
TATECK
Pro
Sheet Author
I speak Korean. English is not natural. Please understand. I want the dice result attribute to always be visible. So I tried various things. When I roll 2d6 dice, I make it look like 1d6 + 1d6. This does not show the result of summing the dice. As a result of distress, I made the contents displayed in the tooltip visible using CSS. It was satisfactory, but it created another problem. HTML TAG is included in the tooltip, so this is displayed as TEXT. Is there a way to view the dice attributes together, along with the sum of multiple dice results? Or can I make the contents of this tooltip visible on the screen, but can I edit it? I don't want to use the API, but if you can't help it, you can use the API. ex)  8 ----- 2D6 = 3 + 5
1585544971
GiGs
Pro
Sheet Author
API Scripter
Are you creating your own character sheet? There is no way to do what you want in a rolltemplate.  You will need to use the API. You would create the formatting in the API. But you also need to build the rolls in the API too. This means the API replaces the dice macro and rolltemplate, so we'd need to know how your dice mechanic works and what you want to output with it before we could build a replacement.
1585546017

Edited 1585546065
TATECK
Pro
Sheet Author
After all, there is no other way than using the API. However, replacing the dice macros and templates is not satisfactory. I wanted to use the built-in functions as much as possible ... I must use it the way I used it. Thank you for answer. It was helpful. :)
1585546302
GiGs
Pro
Sheet Author
API Scripter
You;re welcome :)