Hey I've made a macro that calls a skill and an ability and want the name the macro outputs to be the chosen ability and skill, not the result of what that choice does. For instance you chose Acrobatics which checks if you're proficient to add to the roll, then choose which ability mod to add, but I want the name the macro outputs to be "Dexterity Acrobatics Check" not "(4) (2\*1) Check". There's also some expertise/specialty buy just ignore that. &{template:default} ! ?{ Skill |Acrobatics, @{acrobatics_prof} |Animal Handling, @{animal_handling_prof} |Arcana, @{arcana_prof} |Athletics, @{athletics_prof} [...] } ?{ Ability, |Strength, @{strength_mod} |Dexterity, @{dexterity_mod} |Constitution, @{constitution_mod} |Intelligence, @{intelligence_mod} |Wisdom, @{wisdom_mod} |Charisma, @charisma_mod} } ?{ Expertise/speciality |0 dice, 0d4 |1 dice, 1d4 |2 dice, 1d6 |3 dice, 1d8 |4 dice, 1d10 } { { name=?{Ability},?{Skill} Check ( ?{Speciality}?{Expertise/speciality} ) } } { { roll=[[1d20 + ?{Expertise/speciality}[Expertise/speciality] +?{Skill}[Proficiency] +?{Ability}[Ability Mod] ]] } } PS. what the fuck is up with it not being able to handle linebreaks and tabs....