Id like to create a macro that will solve skill checks that use non standard attributes. Such as a stealth check using intelligence mod, or athletics check using dexterity mod. I tried to make one that asked for the skillname and the ability name, heres my failed macro. %{selected|character_name} makes a ?{skillname} | ?{ability} check. [[1d20 + @{selected|?{ability}_mod} + @{selected|?{skillname}_prof_exp}]] | [[1d20 + @{selected|?{ability}_mod} + @{selected|?{skillname}_prof_exp}]] vs DC. can it work ? or am i messing up my bracketing?