
I developed a custom character sheet that included text entry for abilities within the character sheet. I wanted to make a macro that allowed the player to pick which ability they use from a list, instead of having a different macro for each ability. ?{What Ability?|@{selected|abil1_name},@{selected|abil1_macro}|@{selected|abil2_name},@{selected|abil2_macro}|@{selected|abil3_name},@{selected|abil3_macro} } However, when macros are entered in the macro sections (abil#_macro) the chat parser doesn't like it, likely because the order of operations. This might be more of an API question but is there a way to circumvent this problem?