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

help with different roll tables on different die results

I'm getting a mental block when figuring out macro syntax and whatnot for a magic item i want to give a player that rolls 1 dice and has 2 different roll tables for possible results Idea: roll 1d6     if 1-4  Roll-Table-A     if 5-6 Roll-Table-B wondering how you would go about doing this with an inline macro.
1709739736
Gauss
Forum Champion
[[1t[[[1d6>5]]Tablename]]] Table A should be named 0Tablename Table B should be named 1Tablename Note "Tablename" is generic, you can change that.
Thank you
1709741585
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You could make one table, and weight everything on table A twice as heavily.
1709774016
Gauss
Forum Champion
Keith's option works too, it depends on if you have the tables set up already or not.