Bistrus said: Hello, thanks in advance for the help. I'm using the official Pathfinder sheet. I really don't know the official sheet so someone else might have some better suggestion(s)... 1. make two attacks and take the higher roll. 2. add an extra attack at the same bab/mod as primary attack and take the higher roll. Otherwise, I think you'll need to make a custom macro. Make an attack from the sheet and use the UP arrow in the chat input field to see the attack macro sent to chat. Copy that into a text editor to use as a reference. You'll need to grab each attribute used for the attack. You can hover over various fields on the sheet to learn the attribute's name. ie hovering over an attack's name; "@{repeating_attacks_$id_atkname}" Start substituting the actual attribute names into your new macro. Depending on where you want to store your macro, you may want to include the character name or "selected|" with each attribute call. You will also need to grab the rowID and substitute that wherever you see "$id" in your attribute name. Easiest way to grab the rowid if it's not included on the sheet, drag and drop the attack to the macro bar, execute it, then use the UP arrow in chat trick. Copy and use a find & replace in your text editor. ie Find: "$id" Replace: "-LL8HbhJbtuaFVVcfjl5". Finally, make sure to substitute the "1d20cs" with "[[ {1d20cs>@{selected|repeating_attacks_$id_atkcritrange},1d20cs>@{selected|repeating_attacks_$id_atkcritrange}}kh1 ]]" for advantage. Easy as that. lol