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

Can a table or macro do this...?

I am hoping to create a macro (or maybe a table) that will roll a set of 5 dice, and return the value of each. As it sits right now, I have 4 tables, and I roll on each table once. I just wanted to combine it all into one somehow. This is used to randomly generate a Dungeon World Steading. So what I have is Table 1 with 1d5 tags for prosperity Table 2 with 1d5 tags for population Table 3 with 1d7 tags for defenses Table 4 with 2d20 tags for others Right now I click to roll each table. Can this somehow be setup to just be rolled once or all combined into one table or macro?
1404926976

Edited 1404926990
The Aaron
Roll20 Production Team
API Scripter
Well, you can use the inline dice syntax: [[ 1t[prosperity_table_name] ]] prosperity, [[ 1t[population_table_name] ]] population, ... Does that do what you want?
yep. I also found that making a macro and doing this worked as well: /roll {1t[Population-Tags], 1t[Prosperity-Tags], 1t[Defense-Tags], 1t[Other-Tags], 1t[Other-Tags]}