Hello everyone, I would like to automate this following ability: A series of 3d4 missiles are launched upon any enemies within 60 ft. of
the raktavija’s choice, each one dealing 5d6 damage of a random
element, determined by rolling a d10: 1 = fire, 2 = ice, 3 = wind, 4 =
earth, 5 = lightning, 6 = water, 7 = holy, 8 = shadow, 9-10:
non-elemental.. No more than five missiles can be made upon a single
target. i've been trying to figure out how to determine the number of missiles randomly, and having the same value come back in the same macro. I've tried roll queries and roll tables, but haven't figured it out, as it always returns a random number for both calls, instead of random for first call and same value for 2nd call. e.g. "?{missiles|3d4} missiles were shot," then later using ?{missiles} rolls another 3d4 instead of the value that was 1st rolled.