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

Vanity borders on table rolls?

So this isn't necessarily something that is an emergency, but I'm currently trying to figure out how to add the vanity borders displayed in different game settings for my rolls off of  table rolls, as well as normal rolls for that matter. If anyone could point me in the right direction, it would be much appreciated.
Hi, DM , are you referring to Roll Templates ?
1484960489

Edited 1484960679
That is definitely a start! Thanks! I don't think what I'm using the Rollable Tables for is their intended purpose, but I've basically created a special table the players use for special additions whenever they crit. I'm trying to spice up the look of it and I don't know if its actually possible with "Rollable Tables" or if thats only possible with normal macros/rolls done? /edit When Can I Use Roll Templates? You can use a Roll Template in general messages (without a command like "/desc" or "/emote") and whispers. You can't use roll templates with the "/roll" command; instead, Roll Templates are meant to be used with inline rolls. As long as they use inline rolls, you can use Roll Templates with macros, Character Abilities, and sheet authors can use them inside of their Roll Buttons on sheets. Saw this, but I guess my real question would be, is it possible to insert inline rolls into a "Rollable Table"?
1484962129

Edited 1484962172
DM said: is it possible to insert inline rolls into a "Rollable Table"? Unfortunately, like with most other bits of syntax, [[inline roll brackets]] cannot be parsed from within a Table Item without the assistance of an API Script . (Access to the API is available only in games in which the game's Creator currently has an active Pro subscription.) RecursiveTables is one such script that supports this functionality.
Thank you very much for the quick answer! Much appreciated.
1484962572
Andrew C
Marketplace Creator
Not sure if you can make your Table output API Buttons.  If you can, then that might be an end-run around the situation.
I'm fairly ignorant and rather new to macros so this is going to be quite the learning experience at figuring out API as well. Thanks for the additional info Andrew.
1484964805

Edited 1484965603
Andrew C said: Not sure if you can make your Table output API Buttons. If you can, then that might be an end-run around the situation. Unfortunately, like with inline rolls, Command Buttons can't normally function when placed a Table Item. However, Table rolls can be sort of nested within Command Buttons in a way that might provide a workaround. [Taunt Foes](!
/em critically hits and <[[ 1t[new-table] ]]) [Taunt GM](!
/w gm @{selected|token_name} takes your natural 1 and <[[ 1t[new-table] ]]!!) (Note the "<": it's necessary to prevent messy output.) It's also important to note that by the time a Command Button set up like this appears all pretty, pink and pressable within the Text Chat, the Table roll has already occured ; hovering over the Command Button is enough to view which Table Item has been rolled and will be output when pressed. However, inline rolls will actually function.