I am trying to use rtype to output a roll that has r1 as 2d20k1 and r2 as 2d20k1 aswell. So when I use it I'd like it to output like advantage usually does, but each of the 2 rolls selects the highest of 2d20. I'm very ignorant on the language/syntax on the 5gOGL sheet. I tried to use an edit intended to simulate elven accuracy and experiment to find the first roll to no success. {{query=1}} ?{Advantage?|Normal Roll,&#123&#123normal=1&#125&#125 &#123&#123r2=[[0d20|Advantage,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[2d20k1|Elven Accuracy,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[2d20k1|Disadvantage,&#123&#123disadvantage=1&#125&#125 &#123&#123r2=[[1d20}
How can I change this to output so that it affects the first roll of the two? I know I can change the 2d20k1 to 3d20k1 to simulate the best of 4 rolls, but I need each roll to be the best of 2. Thanks for any time and help rendered.