Drag/drop Macro Rename/Resize suggestion. Please leave a comment. BTW, you can learn the button macro's name and make your own macro using it. Name your macro whatever you want. Learn the button rolls name by right-clicking and using inspect element, look for a title= "%{something}". example; hovering over the Strength Check roll button on the pathfinder sheet and using inspect element I learn the button roll's name is, "%{selected|STR-Check}" You can make a new macro that just has %{selected|STR-Check} inside it and call it STR-chk.