
I have a macro that I just can't wrap my head around for the life of me. The creature is trying to fling the grappled creature x feet, for x damage. So what I want from the macro is to show how far the creature flings the other. So "[[1d6*10]] feet", but I also want it to then show the damage that would result from the distance thrown which would be 1d6 per 10 feet. So something like this... [[1d6*10]] feet for [[(1d6)d6]] damage but the (1d6) roll needs to mimic the first roll that determined the distance. Any thoughts?