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

Rolling multiple tables in same line as a macro

May 26 (5 years ago)

Edited May 26 (5 years ago)

Is there any way to roll on two different tables within the same line in a macro?

I'm trying to set up a macro for Paranoia that uses 2 rollable tables: one standard d6, and one for the computer die. For those not familiar with the system, players roll a pool of d6 + one special "computer die", a d6 where the 6 is a computer. 5s and 6s on the standard d6 are successes, and a 5 on the computer die also counts as a success.

However, I can't figure out a way to include the computer dice roll within the same line as the rest of the chat roll. The code below is what I've got so far by separating them out (where d6 is the standard d6 table, and c6 the computer die), but it looks kind of ugly when rolled in the chat, as it's rolling the computer table on a new line and giving its successes separately.

    /roll ?{Enter NODE Dice Number:}t[d6]

    /roll 1t[c6]

Can anyone think of a clever solution to this?

May 26 (5 years ago)
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator

Inline rolls is what you want, although, note that inline rolled tables do not display an image.