Hey folks, Hoping this is a simple one. I've got a universal skill macro that let's the player choose their stat & skill for a roll. I want the rname field to display the stat & skill names, but I'm not seeing an elegant way of doing it. Suggestions? &{template:simple} {{rname=Check}} {{r1=[[1d20+[[?{Attribute|None,0|Strength,@{selected|strength_mod}|Dexterity,@{selected|dexterity_mod}|Constitution,@{selected|constitution_mod}|Intelligence,@{selected|intelligence_mod}|Wisdom,@{selected|wisdom_mod}|Charisma,@{selected|charisma_mod}}]]
+ [[?{Skill|None,0|Acrobatics,@{selected|acrobatics_prof}|Animal
Handling,@{selected|animal_handling_prof}|Arcana,@{selected|arcana_prof}|Athletics,@{selected|athletics_prof}|Deception,@{selected|deception_prof}|History,@{selected|history_prof}|Insight,@{selected|insight_prof}|Intimidation,@{selected|intimidation_prof}|Investigation,@{selected|investigation_prof}|Medicine,@{selected|medicine_prof}|Nature,@{selected|nature_prof}|Perception,@{selected|perception_prof}|Performance,@{selected|performance_prof}|Persuasion,@{selected|persuasion_prof}|Religion,@{selected|religion_prof}|Sleight
of Hand,@{selected|sleight_of_hand_prof}|Stealth,@{selected|stealth_prof}|Survival,@{selected|survival_prof}}]]
]]}} {{always=1}} {{r2= [[1d20+[[?{Attribute}]] + [[?{Skill}]] ]]}} {{charname=@{selected|character_name}}}