Hello!, i'm currently trying to figure out how to properly work this macro, I'm trying to query while using the attribute number as the quantity of d10s rolled for a target roll. Bellow is what I got, it works fine, but I'd like it to be a query, so my players don't have a massive line of different macros for each attribute, but i'm clueless on how to do it: &{template:default} {{name=Dex Roll}} {{Result=[[ [[@{DEX}]]d10>?{Difficulty|0}]]}} Any advice is greatly appreciated.