Are you allowed to use more questions in the secondary attacks? like so.. &{template:DnD35StdRoll} {{pcflag=true}} {{name=Howard}} {{subtags=begins to dance about gracefully, dealing damage wherever his feet take him }} {{1st Attack/Damage= [[ @{Howard|weapon3attackcalc} ]] / [[ @{Howard|weapon3damage} ]] }} ?{# of Attacks|1,|2,{{2nd Attack/Damage=[[1d20cs>@{Howard|weapon3critmin} +@{Howard|bab}[BAB] +@{Howard|epicattackbonus}[Epic AB] + @{Howard|weapon3stat}[Ability] +@{Howard|size}[size] +@{Howard|weapon3enh}[Weapon Enh] +@{Howard|weapon3focus}[Weapon Focus] + ?{ 2nd Flank (1=yes)|0}*2[Flank] + ?{Power Attack?|0}[Pwr Attk] + ?{Additional Attack Bonus?|0}[Ad'l Atk Bon] ]]}}|3, {{Attack 2=[[1d20+2]]}} {{Attack 3=[[1d20+2]]}}} The first attack weapon3attackcalc asks the same questions as the 2nd attack/damage. Because using this, I need to be able to edit it in order to account for power attacking, if I am flanking and any other bonuses/minuses. I copy/pasted the macro broken down from the character sheet and added in my name when needed. In the character sheet, it was simply @{weapon3stat} so I had to add in my name. This is the result I get whenever selecting 2 or more attacks. As you can see, I only get the first, which is calculated perfectly. Originally, I had tried using the same macro shortcut as I did the first time, and that did the same thing. The code for that was simply... &{template:DnD35StdRoll} {{pcflag=true}} {{name=Howard}} {{subtags=begins to dance about gracefully, dealing damage wherever his feet take him }} {{1st Attack/Damage= [[ @{Howard|weapon3attackcalc} ]] / [[ @{Howard|weapon3damage} ]] }} ?{# of Attacks|1,|2,{{2nd Attack/Damage=[[ @{Howard|weapon3attackcalc} ]] / [[ @{Howard|weapon3damage} ]] }}|3, {{Attack 2=[[1d20+2]]}} {{Attack 3=[[1d20+2]]}}} Whenever running the macro, if I select 2 (it gives me a drop down of 1, 2, or 0) attacks, I also get a weird question as shown below.. (Please note that I used the HTML codes in the macro, but when copied over, they simply reverted back. I also used the macro you gave me, pretty much without altering, and it was fine. I just editing the first few lines to read... &{template:DnD35StdRoll} {{pcflag=true}} {{name=Howard}} {{subtags=begins to dance about gracefully, dealing damage wherever his feet take him }} {{1st Attack/Damage= [[ @{Howard|weapon3attackcalc} ]] / [[ @{Howard|weapon3damage} ]] }} Then the rest of the macro took place and everything was fine, but when I started adding in ?{Flank?|0} and so on, it began to mess up.