Hi all Basically I am making a Macro to represent the 5e d&d spell "Life Transference", which for those who aren't familiar with the spell it basically rolls 3d8 in damage, and then awards double that damage in health to another target. So I wanted to make a macro that rolls the damage, then elsewhere in the macro it shows the result(x2) as the heal amount. Something like "You take [[3d8]] damage, and heal [[previous roll*2]]." I know I can just simply make a macro that rolls 3d8 and then double the amount in my head but I want to make a swish looking macro for ease. Is there a way to do this or would this require api functionality?