Scrolling around I read that I can't store any variable for later use, but I wonder Is it possible to write a player ability that uses a result from the same macro? Example &{template:default} {{name=Atk}} {{Fight=[[@{fight}]]}} {{Grit=[[@{Grit}]]}} Is it possible to add a line to this that sums the results obtained from the respective dice rolls? (I tried using {{Sum= @{fight}+@{grit}}}} but all I get is Sum= d20 + d20. My goal would be to get three lines, two showing the individual rolls and one showing the sum. Thank you.