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

Macro Variables

I was wondering if there was any way to 'save' the value of a roll to be used later on in the same macro. Similar to the way &{tracker} is used, but with a different variable. Here is the relatively clumsy way I do it now: Shade Wisdom Check: [[ 1d20 + @{Wisdom}]] SAVE add: [[ @{proficiency} +1 ]] Animal Handling, Insight, Perception or Survival add: [[ @{proficiency} ]] I would like to be able to store that initial roll then add it to the bonuses and just show the total. It would be more elegant. Thanks
1396001021
Gauss
Forum Champion
At this time there is no way to do that without using the API (a Mentor level feature).