
Hi there ! I am almost new to Roll20 but I and my fellow players already really enjoy it. Really nice vtt ! Anyway, I have a small problem with an intiative macro. I made a prompt to ask wich initiative condition a player will use and then the macro should rolls for initiative and add the token to the tracker. I made separate macros (one for each condition) and it works like a charm. However, my prompt macro does not work at all. I am pretty sure that closing brackets of the &{tracker} function is the problem. I tried using the html tags but couldn't make it function. base macro : /em tire son initiative et obtient ?{Condition d'initiative|Base, [[1D100!p>90cs>10cf<3 +@{Initiative}&{tracker} ]] | Vitesse du Ki, [[1D100!p>90cs>90cf<3 +45&{tracker} ]] | Initiative Maximum, [[1d100!p90cs>90cf<3 +90&{tracker}]]} I used the html tag : /em tire son initiative et obtient ?{Condition d'initiative|Base, [[1D100!p>90cs>10cf<3 +@{Initiative}&{tracker} ]] | Vitesse du Ki, [[1D100!p>90cs>90cf<3 +45&{tracker} ]] | Initiative Maximum, [[1d100!p90cs>90cf<3 +90&{tracker}]]} With this formula, the macro behaves correctly except the tokens are not added to the tracker. Any idea ? Regards edit : damn, forgot that the closing bracket html tag would be transformed into the actual closing bracket itself so the 2nd macro does not look different than the 1st one.. ><