I'm trying to create a macro that puts out the API command buttons and when I click on the button it uses another macro. (For example I want to do secret Ability score checks on my players) So I have tried: /w GM &{template:default} {{name=Ability Score check}} {{[INT](!#Int)}} And then: /w GM &{template:default} {{name=Ability Score check}} {{[Intelligence](<a href="!INT">#INT</A>)}} I also tried the above with the # and ! reversed. In both cases nothing happens. Is what I'm attempting possible using macros or will I need to make an API script?