I'm running a MERP game and I have a few players with Dual Weapon Wielding Characters. I've set up all kinds of Macros for all kinds of skills and attacks and I even have something set up for a TWC vs a single opponent, but I'm having some slight difficulty figuring out how to get the roller to prompt the player for separate information vs separate targets. This is the Macro I have, which almost works, but if, for example, I have two or more targets, each with a different Defensive Bonus, I am unable to figure out how to get the Macro to prompt for separate DB's for the separate targets. It's probably something really simple that I am missing, but to be honest with you, I'm as close to a Roll20 idiot as a guy can be and I'm lucky I've been able to figure out the little bit I've been able to figure out so far. Any help would be appreciated. The Macro works, as far as rolling against two targets, but I can't figure out how to get it to ask for separate variables for each target. Here's that Macro (hope it's not too confusing): /em @{Selected|Token_Name} uses a Combo Attack to attack @{Target|Target1|Token_Name} with a right-hand Broad Sword! Rolling... [[d100!>96 + @{Selected|Melee #1 OB} + @{Selected|Negative to Activity} + ?{Magical Bonus|0} + ?{Attacker Position|Normal, 0|Flank, 15|Surprise-Flank, 35|Rear-Flank, 35|Surprise-Rear-Flank, 55} + ?{Defender Status|Normal, 0|Stunned, 20} + ?{Attacker Status|Normal, 0|Under ½HP, -20} + ?{Am I drawing or changing weapons?|Yes, -30|No, 0} - ?{How many feet (over 10') have I moved?|100} - ?{Defender DB|0} - ?{Defender Parry|0} + ?{Other Modifiers|0}]] /em and @{Target|Target2|Token_Name} with a left-hand Broad Sword! Rolling... [[d100!>96 + @{Selected|Melee #2 OB} + @{Selected|Negative to Activity} + ?{Magical Bonus|0} + ?{Attacker Position|Normal, 0|Flank, 15|Surprise-Flank, 35|Rear-Flank, 35|Surprise-Rear-Flank, 55} + ?{Defender Status|Normal, 0|Stunned, 20} + ?{Attacker Status|Normal, 0|Under ½HP, -20} + ?{Am I drawing or changing weapons?|Yes, -30|No, 0} - ?{How many feet (over 10') have I moved?|100} - ?{Defender DB|0} - ?{Defender Parry|0} + ?{Other Modifiers|0}]]