Hopefully a simple question. I have a macro that prompts the player enter some roll choices and then rolls. I'd like it to always roll twice so that I can adjudicate advantage/disadvantage on the fly, so I figure I can use {{always=1}}. But I'm not sure how to do that without r2 prompting the player for their choices all over again. &{template:simple} {{rname=?{Roll Label}}}{{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= ????????}} {{charname=@{selected|character_name}}} Thanks!