
Okay, so I have scoured the forums to the best of my ability, but feel free to point me to where I need to go if this has already been answered...
In short, what I want to do is setup a macro so that it will simply perform the same as a "click" on the first two attacks of a PC. They have a Bite and Claw attack (Barbarians, who knew?) and while I can certainly write out the whole macro in detail, is there a way to have a macro setup to do the same as "click the bite" (attack 1) and then "click the claw" (attack 2)?
I am using Pathfinder sheet, and have found things from 4+ years past stating to use "@{selected|repeating_weapon_$0_attack-roll}" but I always get an error of "You tried to use the repeating section row at index 0 for repeating_weapon, but there doesn't seem to be a row at that index. No attribute was found for @{selected|repeating_weapon_$0_attack-roll}". This doesn't surprise me as I am sure things have changed since then.
So is there a way to make a macro just click your first attack and then the second? I want to pass this on to my players who are not programmers so they can setup their own as well, so any help is welcome!