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

What to add to $[[X]]

I'm trying to write a macro and I want to add $[[0]] "a previous roll" to some else.  Here is my line that does not work.   [[$[[5]] +1+@{selected|ranged-mod}]].  Maybe that is not possible to do.  Any help would be appreciated.
1595187772
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
From what I understand, those rolls are "Report Only" and not actually usable as numbers. If you only need to use them once in an equation, roll them there, and use the reporting tag in the other spot. They don't have to be in order.
Thank you.  I found a work around.  It's not elegant but it will work.