
We are using the 5th Edition (Community Contributed) character sheet. The idea is to have most of my Sheet Rolls on my macro bar, but compress them in a way so I actually have room for all of them. Saving throws is the easiest example. The button would simply be labeled "Save" and would call a roll query to select a specific save. The query would call the appropriate Sheet Roll depending on the selection. I first tested with this: ?{Save|
Con,ConSave|
Dex,DexSave} This works how I would expect, so I understand the basic concept of the roll query at least. The problem comes in when I try to substitute in the call of the Sheet Roll. ?{Save| Con,%{Darkheart|Constitution_Save}| Dex,DexSave} Darkheart is my character name. I'm not using "selected" for simplicity's sake. At least for now. This does not prompt me with the roll query, and instead immediately throws an error, followed by a chat message. No ability was found for %{Darkheart|Constitution_Save}| Dex,DexSave} Darkheart: ?{Save| Con,Darkheart|Constitution_Save}| Dex,DexSave