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

Random Group of Tables

The Aaron  said: This would work: !rt[PrefaceUniqueSpace] &{template:default}{{=[[1t[tabel1]]}}{{=[[1t[tabel2]]}}{{=[[1t[tabel3]]}}{{=[[1t[tabel4]]}}{{=[[1t[tabel5]]}} Might be best to start a new thread for this. the Issue here is that i need it to randomly pick between 2 groups of tables, and all tables need to be rolled in those groups. currently i have  !rt &{template:default} {{Name=[[1t[Root] ]] rolling from a table with 2 Items named [[1t[Root1]]] and [[1t[Root2]]], those tables have 1 item each with 5 tables as the name. is there a way to get those tables to show up separate?  
1597346920
The Aaron
Roll20 Production Team
API Scripter
If you change your table rows to look something like: {{=[[1t[Root1]]]}} Then roll something like: !rt[PrefaceUniqueSpace] &{template:default}[[1t[Root] ]] You could also experiment with: !rt[Delimiter:}}{{=|PrefaceUniqueSpace] &{template:default}[[1t[Root] ]] If you might have multiple rows from a deeper nested table.
Ok this worked also, Thank you many times today
1597381172
The Aaron
Roll20 Production Team
API Scripter
No problem!