As the title states, I am trying to find a better way to make ability macros that read from the Official Pathfinder sheet. My players are currently having to remake all of their Attack macros every time they level by opening the sheet, rolling the macro, copying the macro code, then pasting into their character. This slows down every post level-up game because, understandably, somebody realizes that they never updated their 5 attack macros they use. After digging around, I found you could drag the attack from the sheet, into your macro bar. Which is great as it give *most* of the code. But the Pathfinder sheet delivers this long, complicated designator with no way to copy it. Example: %{selected|repeating_attacks_-M0noCtR8a68WuyZb2rs_fullattack} So, if I want to have my player set up with those macros, they have to drag the macros, then copy the designator one character at a time and hope for the best. Some of my player have 5 or more attacks and, while it would be one time fix, its a tedious one. Is there a better way to either get that designator, or get a code that directly reads from the sheet without the tedious copying? And pleae note that I am not asking for help in how to code it myself. I understand how it works, but my players do not and I do not have the time to troubleshoot all of their coding issues. Especially when the sheet already has the code built.