I'm still pretty new here, but getting better everyday. My question is about a pair of token macros I use. Don't even remember where I found them. First macro is an ability check: &{template:simple}{{?{Roll Type?|Normal,normal|Advantage,advantage|Disadvantage,disadvantage}=1}}?{Ability?|Acrobatics,{{rname=Acrobatics}}{{mod=@{acrobatics_bonus}}} {{r1=[[1d20+@{acrobatics_bonus}]]}}{{r2=[[1d20+@{acrobatics_bonus}]]}}|Animal Handling,{{rname=Animal Handling}}{{mod=@{animal_handling_bonus}}} {{r1=[[1d20+@{animal_handling_bonus}]]}}{{r2=[[1d20+@{animal_handling_bonus}]]}}|Arcana,{{rname=Arcana}}{{mod=@{arcana_bonus}}} {{r1=[[1d20+@{arcana_bonus}]]}}{{r2=[[1d20+@{arcana_bonus}]]}}|Athletics,{{rname=Athletics}}{{mod=@{athletics_bonus}}} {{r1=[[1d20+@{athletics_bonus}]]}}{{r2=[[1d20+@{athletics_bonus}]]}}|Deception,{{rname=Deception}}{{mod=@{deception_bonus}}} {{r1=[[1d20+@{deception_bonus}]]}}{{r2=[[1d20+@{deception_bonus}]]}}|History,{{rname=History}}{{mod=@{History_bonus}}} {{r1=[[1d20+@{History_bonus}]]}}{{r2=[[1d20+@{History_bonus}]]}}|Insight,{{rname=Insight}}{{mod=@{Insight_bonus}}} {{r1=[[1d20+@{Insight_bonus}]]}}{{r2=[[1d20+@{Insight_bonus}]]}}|Intimidation,{{rname=Intimidation}}{{mod=@{Intimidation_bonus}}} {{r1=[[1d20+@{Intimidation_bonus}]]}}{{r2=[[1d20+@{Intimidation_bonus}]]}}|Investigation,{{rname=Investigation}}{{mod=@{Investigation_bonus}}} {{r1=[[1d20+@{Investigation_bonus}]]}}{{r2=[[1d20+@{Investigation_bonus}]]}}|Medicine,{{rname=Medicine}}{{mod=@{Medicine_bonus}}} {{r1=[[1d20+@{Medicine_bonus}]]}}{{r2=[[1d20+@{Medicine_bonus}]]}}|Nature,{{rname=Nature}}{{mod=@{Nature_bonus}}} {{r1=[[1d20+@{Nature_bonus}]]}}{{r2=[[1d20+@{Nature_bonus}]]}}|Perception,{{rname=Perception}}{{mod=@{Perception_bonus}}} {{r1=[[1d20+@{Perception_bonus}]]}}{{r2=[[1d20+@{Perception_bonus}]]}}|Performance,{{rname=Performance}}{{mod=@{Performance_bonus}}} {{r1=[[1d20+@{Performance_bonus}]]}}{{r2=[[1d20+@{Performance_bonus}]]}}|Persuasion,{{rname=Persuasion}}{{mod=@{Persuasion_bonus}}} {{r1=[[1d20+@{Persuasion_bonus}]]}}{{r2=[[1d20+@{Persuasion_bonus}]]}}|Religion,{{rname=Religion}}{{mod=@{Religion_bonus}}} {{r1=[[1d20+@{Religion_bonus}]]}}{{r2=[[1d20+@{Religion_bonus}]]}}|Sleight of Hand,{{rname=Sleight of Hand}}{{mod=@{sleight_of_hand_bonus}}} {{r1=[[1d20+@{sleight_of_hand_bonus}]]}}{{r2=[[1d20+@{sleight_of_hand_bonus}]]}}|Stealth,{{rname=Stealth}}{{mod=@{Stealth_bonus}}} {{r1=[[1d20+@{Stealth_bonus}]]}}{{r2=[[1d20+@{Stealth_bonus}]]}}|Survival,{{rname=Survival}}{{mod=@{Survival_bonus}}} {{r1=[[1d20+@{Survival_bonus}]]}}{{r2=[[1d20+@{Survival_bonus}]]}}}{{charname=@{character_name}}} Second macro is a saving throw: &{template:simple}{{?{Roll Type?|Normal,normal|Advantage,advantage|Disadvantage,disadvantage}=1}}?{Saving Throw?|STR,{{rname=Strength Save}}{{mod=@{strength_save_bonus}}} {{r1=[[1d20+@{strength_save_bonus}]]}}{{r2=[[1d20+@{strength_save_bonus}]]}}|DEX,{{rname=Dexterity Save}}{{mod=@{dexterity_save_bonus}}} {{r1=[[1d20+@{dexterity_save_bonus}]]}}{{r2=[[1d20+@{dexterity_save_bonus}]]}}|CON,{{rname=Constitution Save}}{{mod=@{constitution_save_bonus}}} {{r1=[[1d20+@{constitution_save_bonus}]]}}{{r2=[[1d20+@{constitution_save_bonus}]]}}|INT,{{rname=Intelligence Save}}{{mod=@{intelligence_save_bonus}}} {{r1=[[1d20+@{intelligence_save_bonus}]]}}{{r2=[[1d20+@{intelligence_save_bonus}]]}}|WIS,{{rname=Wisdom Save}}{{mod=@{wisdom_save_bonus}}} {{r1=[[1d20+@{wisdom_save_bonus}]]}}{{r2=[[1d20+@{wisdom_save_bonus}]]}}|CHA,{{rname=Charisma Save}}{{mod=@{charisma_save_bonus}}} {{r1=[[1d20+@{charisma_save_bonus}]]}}{{r2=[[1d20+@{charisma_save_bonus}]]}}}{{charname=@{character_name}}} Both of these macros work as intended. However...I use 3D dice and always query advantage on the character sheets. The problem is with the 3D dice, these macros always roll two D20's and I only want one to show, unless I select advantage or disadvantage. I know that the first die to hit is one that is selected, but I can see my players being a little ticky-tack about seeing two dice and wondering about the selection. I dont know enough about macros to change them and was wondering if someone who is a lot smarter than myself could help me modify these to get the results i'm looking for? Any help is appreciated.