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

Embed Clickable Buttons in a Rollable Table

October 31 (4 years ago)

Is there a way to embed a clickable button with in Rollable Table?  I am setting up a critical hit table and this is an example

  • Roll your damage dice twice and add them together and roll on the minor injury chart.

I would like minor injury chart to be a button that the player can click to roll on the minor injury table.

October 31 (4 years ago)
The way rollable tables work, they are not compatible with normal roll20 functions. Rollable Table outputs are treated as an image in the chat, so they do not run macros, do not run inline rolls, and cannot be used to insert clickable buttons.
October 31 (4 years ago)
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator

You can do this with ability command buttons or api command buttons. Depends on how you want to tackle it. Ability command buttons would be if you wanted to set up an ability for each option. Api buttons would be for if you wanted to hard code the values in the original macro. Note that even though they're called api command buttons, they do not require access to the api or any subscription level.

November 01 (4 years ago)
keithcurtis
Forum Champion
Marketplace Creator
API Scripter

Here is some information on setting up a Chat Menu, which is what you are describing.