Running ToA. Each day, a character may make a DC 10 survival check. On a success, they find 1d6+WIS mod food, and another 1d6+WIS mod worth of water. I have written the following macro to automate this: [[ {{ [[1d20+@{target|survival_bonus}]],0 }>9 }*([[1d6+@target|wisdom_mod}]]) + 0]] as well as the advantage/disadvantage versions. However, this only give me the first 1d6+WIS mod roll and I don't know how to get it into a form that should say "@{target|character_name} finds X food and Y water!" I need to reuse the success/failure (0 or 1) from the 1d20 roll for both. So how do I do this?