I've been messing around with my attack macros, and this is what I've put together so far: Full Attack dealing [[{{d20+17+?{Attack|0}}>@{target|AC},{d20+12+?{Attack|0}}>@{target|AC},{d20+7+?{Attack|0}}>@{target|AC}}*{d10+6+?{Damage|0}}]] damage. This rolls all three of my attacks vs the target's AC, totals the successes, then multiplies the sum by my damage roll. It works, sort of; at the moment the best I can manage is to multiply a single damage roll by the number of hits. My goal is to roll the damage roll once for each hit, so it would output 2d10+12 rather than (1d10+6)*2. Is there any syntax that would allow me to do this? EDIT: Basically, the attack rolls can be replaced by X, making the macro portion I need aid with X*{d10+6+?{Damage|0}}