The current game I'm in has us roll two d20s on attack using the macros from the character sheet (the ones you drag and drop). It's setup by him for easier advantage and disadvantage rolls. It's been working great. I keep missing my Bless rolls. So I've been working on a macro for that. Except I can't roll two d20s for some reason. Here's a cut down version of my macro: &{template:atkdmg}{{rname=Basic Attack}}{{r1=[[1d20]]}}{{r2=[[1d20]]}}{{normal=1}}{{attack=1}}{{damage=1}}{{dmg1flag=1}} It won't display the second d20. I'm stuck. We're in 5e if that makes any difference.