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 .
×
Stuck in a login loop? Try manually signing out and back in before launching your game. Otherwise, contact the Help Center!
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Rollable Tables: missing items from table when rolled

1436008325
Rob
Pro
Sheet Author
i have created a number of rollable tables with 6 items in each which by the way are just names of items , when i use a macro to roll a lot of tables at once say 9 most of the time only about 50% of the tables are rolled , also some times i get a number rather than the text item Everything in the tables are just text for each of the items in the table
1436043483
Lithl
Pro
Sheet Author
API Scripter
Do any of the item names start with a number? They will be converted to a number if that is so.
1436044773

Edited 1436044870
Rob
Pro
Sheet Author
No Brian , the issue seams better now it might have been down to lag but i have to put gaps in the macro that calls the table otherwise it messes up the chat output , do you know why the table does this ? This is the best i can get it to look without going the API route , by the way this is for a game for "Rory's Story Cubes" and would like to merge or remove the three thin blue lines and three of the "Rob (GM)" items , if i remove the spaces between the macro items all the text is a mess and harder to read Rob
1436082456
Lithl
Pro
Sheet Author
API Scripter
What do you mean when you say the output is a mess?
1436084890
Rob
Pro
Sheet Author
Hi Brian , with out the spaces it look slike this , it would be nice if the table was displayed like the first picture but without the three breaks in it , as you can see by the second picture it doesn't look as good , perhaps it's me being picky. If i removed the /em items then the table just merges together , i have other tables that have different number of items in them and that makes it even worse , at least the /em lines separate the rolls up a little
1436096400

Edited 1436096484
Lithl
Pro
Sheet Author
API Scripter
You can't prevent the system repeating your name every so often when sending multiple commands. The only way to do that is to have everything in a single command, and the only reasonable way to do that without the API is a roll template. The default template should do well enough for you, I think. &{template:default} {{=[[1t[Actions-1]]]}} {{ =[[1t[Actions-2]]]}} {{ =etc.}} Note how I'm using a different number of spaces on the left side of each equals sign, because each key needs to be unique and a bunch of spaces won't show up in the output.
1436097407
Rob
Pro
Sheet Author
Thanks Brian that was a great help and works very well Rob
1436103354
Gen Kitty
Forum Champion
Rob, Do you consider your issue to be resolved?
1436104250
Rob
Pro
Sheet Author
yes i do , thanks for the help