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

Keep Lowest on Rollable Tables?

Can it be done? It seems to throw an error, but maybe my syntax is wrong? /roll 1t[table]kl1
Try /roll {1t[table],1t[table],1t[table]...}kl1 (putting however many you need to roll. You can also try /roll {5t[table]}kl1 but I'm not 100% sure if it will work.
The problem is that I'm taking the number to roll from an attribute. What I'm trying to do is essentially say 'if this mook's X attribute is 0, roll on this table, but if it's above 0, roll on this other table'. The table I was referring to here, would have just one value (of 1), so that I would always get only either 0 or 1 returned.
1399192831
Lithl
Pro
Sheet Author
API Scripter
Just tested: /r {[[d20]]t[tableName]}kl3 and it worked perfectly fine.