
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