Can anyone help me with a macro to use the college of eloquence's silver tongue in the D&D OGL character sheet? I've had success modifying the character's Deception and Persuasion rolls with this: @{wtype}&{template:simple} {{rname=^{deception-u}}} {{mod=@{deception_bonus}}} {{r1=[[{@{d20},0d20+10}k1+@{deception_bonus}@{pbd_safe}]]}} {{query=1}} ?{Advantage?|Normal Roll,&#123&#123normal=1&#125&#125 &#123&#123r2=[[0d20|Advantage,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[{@{d20}},0d20+10}k1+@{deception_bonus}@{pbd_safe}]]}}|Disadvantage,&#123&#123disadvantage=1&#125&#125 &#123&#123r2=[[{@{d20}},0d20+10}k1+@{deception_bonus}@{pbd_safe}]]}}{{global=@{global_skill_mod}}} @{charname_output} However, it would be better if the disadvantage option work, but only the advantage and normal rolls show up in the query, what am I doing wrong? I'm not that used to creating macros, it's probably a silly mistake...