I'm trying to make a macro that rolls once and then uses that roll for different, separate operations. In order, I need the macro to do this: 1) Roll the die 2) Store the result somewhere in temporary memory/variable/array/whatever 3) "Call" that result back, as many times as I want, inside the same macro, to do different things Is this possible? If no, are there workarounds?