Made this macro for 'D&D 5E by Roll20' character sheets because I was sick of having to go into the character sheets for NPCs when doing Saving Throws I mostly have it doing what I want the only difficulty I'm having is that I would like the rname to also show what type of save is being made. when clicked the Macro prompts with a drop down for what type of save it is: It then reads the character sheet associated with the currently selected token to apply the appropriate save bonus. Ideally it would show the type of Saving Throw in the rname for clarity and would have the option to determine advantage/disadvantage from the associated character sheet but I wasn't sure how to do that. Macro: &{template:simple} {{rname=Saving Throw}} {{advantage=1}} {{r1=[[d20+?{Modifier|Strength,@{selected|strength_save_bonus}|Dexterity,@{selected|dexterity_save_bonus},|Constitution,@{selected|constitution_save_bonus}|Intelligence,@{selected|intelligence_save_bonus},|Wisdom,@{selected|wisdom_save_bonus}|Charisma,@{selected|charisma_save_bonus}}]]}} {{r2=[[d20+?{Modifier|Strength,@{selected|strength_save_bonus}|Dexterity,@{selected|dexterity_save_bonus},|Constitution,@{selected|constitution_save_bonus}|Intelligence,@{selected|intelligence_save_bonus},|Wisdom,@{selected|wisdom_save_bonus}|Charisma,@{selected|charisma_save_bonus}}]]}} {{charname=@{selected|character_name} Mod: ?{Modifier}}}