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

I need a nice and clean simple macro for that with a nice table.

1-9 Przyzywasz demona walczącego przeciwko tobie o CR równym twojemu poziomowi. 10-39 Szykujcie wystawne dywany przyzywasz Hrabinę Gryffinię! 40-69 Czy ktoś wspominał o dostojności? Lord Jedno-Rożek dołącza by wspomóc twoją drużynę! 70-89 Och czy  to czas na dobrą historię? Ten gość zna je wszystkie to Pan Smoczysław! 90-100 Czyżby to był bal najwyższych lotów? Przybywa Księżna Tereska! Yep, it's in polish but that shouldn't be much of a problem. I hope you guys can help.
1576858849
GiGs
Pro
Sheet Author
API Scripter
Create a rollable table, and give the rows the following weights 9 Przyzywasz demona walczącego przeciwko tobie o CR równym twojemu poziomowi. 30 Szykujcie wystawne dywany przyzywasz Hrabinę Gryffinię! 30 Czy ktoś wspominał o dostojności? Lord Jedno-Rożek dołącza by wspomóc twoją drużynę! 20 Och czy  to czas na dobrą historię? Ten gość zna je wszystkie to Pan Smoczysław! 11 Czyżby to był bal najwyższych lotów? 
This works perfectly, but is not very clean or pretty either. Thanks a lot i learn a new and unique feature of the roll but that's not what I'm looking for in this case.
1576859527
Ziechael
Forum Champion
Sheet Author
API Scripter
The best you can hope for with table output is inline rolls although this is limited to single rolls on the table at a time when using text as the output. There are likely some API scripts like PowerCards that can help some as well but that might be overkill.
1576861347
Kraynic
Pro
Sheet Author
It might help the look to put it in a roll template, whether the default template, or one from whatever sheet you are using.
1576861711
GiGs
Pro
Sheet Author
API Scripter
If youre using /roll to get it in chat, its not going to be pretty. Ziechael's suggestion of an inline roll would look like bla bla some text [[1t[table-name]]] And Kraynic's rolltemplate would look something like &{template:default} {{name=put a header here}} {{table roll= [[1t[table-name]]]}}
1577020924
The Aaron
Roll20 Production Team
API Scripter
And if you want it without the yellow border, you can use the RecursiveTable API script: !rt bla bla some text [[1t[table-name]]] Or !rt &{template:default} {{name=put a header here}} {{table roll= [[1t[table-name]]]}}
1577046315
GiGs
Pro
Sheet Author
API Scripter
that's a nice way to clean up the highlighting!