So, I have macro that I need some help with. Essentially, it's just a series of attack rolls. Basically, I have a character who gets a varying number of attacks with a primary natural weapon (don't ask how this happens). I want to be able to plug in a number for the number of attacks that I make, then have the macro roll the attack roll for each attack, adding the same bonus for each roll. As for damage, I made a macro that works really well. Here's what it looks like: /r {(?{Number of Non-Crit Hits|0}*2)d6+?{Number of Non-Crit Hits|0}*8+(?{Number of Crits|0}*4)d6+?{Number of Crits|0}*16} Not sure how helpful that is, though.