
I am trying to create a macro that will allow the initiative roll to be a bit more dynamic. There are times where the player may have advantage or disadvantage on initiative. There are these options for 3 separate macros Normal roll is {1d20} + @{selected|initiative_bonus} &{tracker}
with advantage roll is {2d20KH1} + @{selected|initiative_bonus} &{tracker}
with disadvantage roll is {2d20KL1} + @{selected|initiative_bonus} &{tracker} There is this that I am trying to modify to ask the type of roll. This produces a result but not properly in the simple template and other visual issues. &{template:simple}{{?{Roll Type?|Normal,normal|Advantage,advantage|Disadvantage,disadvantage}=1}}{{r1=[[1d20+@{initiative_bonus}]]}}
{{r2=[[1d20+@{initiative_bonus}]]}} &{tracker} Any suggestions as to what I am doing wrong. I would greatly prefer the second solution as it produces only one macro button Thanks in advance