I'm trying to build an Initiative macro for a housrule I run, and was trying to set it to work with 5e advantage aswell, however I came across an issue with grouped rolls the macro is thus: &{template:5eDefault} {{title=Standardised Initiative}}{{deathsave=1}} {{roll=[[?{advantage?|standard, 4d4 |advantage, {4d4,4d4}kh1}} + (?{mod|1|-1})*?{dex mod|0|1|2|3|4|5|?{>5}} &{tracker}]]}} where {4d4,4d4}kh1} is supposed to be the grouped roll {4d4,4d4}kh1, however when that is put in it seems to parse it as {4d4}kh1} so I tried using the HTML for , and it returned as 4d4+4d4kh1 help please, anyone, the wiki has nothing