Hello, I'm new to all these macros. I've tried to search this problem on google but haven't found a solution that works.
I want to create an ability command button that calls on an attribute in the sheet. I'm currently using the 5e character sheet. I currently have tried doing this:
/w gm &{template:default} {{name=Character's Proficiency}} {{Proficient Skills=[History](~{character|history_roll})}}
I currently get the error "No ability was found for %{{character|history_roll}"
I want to create a macro that displays all the character's proficiency as buttons but nothing seems to be working. The macro seems to be only looking for abilities but not attributes. When I put a @ in front of the {character|history_roll} it seems to break the macro. I'm not a pro user so I can't use API scripts, is this problem solvable without the use of API scripts?