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

inline rolls with seperate rolls and total sum

So I have been fiddeling around for a bit today with the roll remplates and inline rolls and I was wondering if it is in any way possible to do the following type of rolls: [[1d6]]+[[1d6]] = total of previous rules Are there any way to do that with inline rolls or any other way that produces a single line result?
1428560801
Kryx
Pro
Sheet Author
API Scripter
It is not possible to store previous rolls. Though you can do 2 rolls in 1: [[1d6 + 1d6]]
You can sort of do this with the powercards api script.
AS HoneyBadger alluded to, you can only store rolls through the API. The regular macro system doesn't store any information so once rolled it's gone. You can *SORTA* get by with grouped rolls from a visual perspective though. [[ {1d6} + {1d6} + {1d6} ]] will keep the results of each roll in brackets when you mouse-over the inline roll. But you can't outright display the rolls and then later add them up, no.
HoneyBadger could you link or show me how to do it with powercards?