
So I'm trying to make a macro for a stat called speed that queries if it's advantage, normal, or disadvantage with the result going into the initiative tracker. Yet for some reason, the macro isn't working as It's supposed to. Here's what I have so far, set in 4 different macros because of the nesting issue. &{template:default}{{name=@{selected|token_name} ❖ Speed}} {{ ?{Normal, Advatange, or Disadvantage?| Normal, #Norm-Speed | Advantage, #ADV-Speed | Disadvantage, #Disadv-Speed }} Normal Speed =[[1d6+ 1d@{selected|Speed}+ @{selected|Agility}/10&{tracker} ]] Advantage Speed =[[2d6kh1+ 2d@{selected|Speed}kh1+ @{selected|Agility}/10&{tracker} ]] Disadvantage Speed =[[2d6kl1+ 2d@{selected|Speed}kl1+ @{selected|Agility}/10&{tracker} ]] Individually, the three macros are working as intended, but I'm for some reason getting an issue in combining them into 1 macro. I'm either rolling all three macros at once or I'm rolling only the last macro in the sequence. Is there anyone who can help me fix it so that the first macro works correctly?