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

Rollable-Table Macro--Result Text in Chat

I've created a hyperlink in my handout that rolls on this table with the following syntax: `[[1t[critical-hit-table]]]. The result only shows the number in the chat box, however. I can hover over the number to see the explanation, but I'd like for it to show up in the chat window. Is there a way I can get it to show the result text as well?
1584569596
Kraynic
Pro
Sheet Author
It is a quirk of the rollable table format in Roll20.  If the entry starts with a number, it will only display the number.  Remove the numbers and it will work fine.  If you want to keep the numbers, wrap them in () or something.  I haven't tested it, but just putting a period in front of them might be enough.
1584570401

Edited 1584570416
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Cleanest solution might be to put the html code for a nonbreaking space at the beginning of the entry:  3–The blow does triple damage I just gave it a try and it seems to work pretty well.
That worked. Thank you!