Trying to edit macros has reminded me why I changed my major from computer science 20 years ago. I apologize in advance for this question! I'm trying to do something that I thought would be fairly simple but I can't seem to get the syntax right. I found this macro the other day (Thank you to whomever wrote it...I've been so many places on this forum I can't remember where I grabbed it now.) &{template:simple} {{rname=Ability Check}} {{mod=[[ ?{Choose Attribute|Strength, @{selected|strength_mod} | Dexterity, @{selected|dexterity_mod} | Constitution, @{selected|constitution_mod} | Intelligence, @{selected|intelligence_mod} | Wisdom, @{selected|wisdom_mod} | Charisma, @{selected|charisma_mod} } ]]}} {{?{Roll|normal|advantage|disadvantage}=1}} {{r1=[[ @{selected|d20} + ?{Choose Attribute} ]]}} {{r2=[[ @{selected|d20} + ?{Choose Attribute} ]]}} {{charname=@{selected|character_name}}} It's basically perfect for what I want, with one change... I want the rname to display "Strength Check", or "Dexterity Check," etc rather than "Ability Check." The way it's written, though, the query calls spit out a mod value instead of the name of the check so I can't use it in rname. Is there an easy way around it? Or maybe nest this macro inside another one? I really like the functionality of querying for normal/advantage/disadvantage.