I feel like I am missing it and maybe it is obvious... The macro works as intended except when you select the any option for complexity from the list, it only displays in the chat the components for Basic and Standard and their rolled value. I made this as a crafting macro instead of having a macro for each complexity, I am using the query to select and then insert the corresponding value to the d20 that is rolled and then identifies the total number of successes which becomes the value of that type of component needed. I don't use APIs and I was thinking I had to create separate global macros for each complexity then a separate macro to reference inline the other macros which could be queried by the player. But When I tried to do that it gave me the options but wouldn't run the corresponding macro. So I went back to messing with the below because I got the desired result to partially work. I feel like I just didn't close something correctly and that is why it isnt displaying correctly in the chat with all the component types and values. &{template:default} {{name=Crafting}} {{name=@{selected|token_name} attempts to craft @{target|token_name}!}} {{They use the following number of **Basic Components**=[[ [[?{Crafting Difficulty|Simple, @{selected|accomplish} + @{selected|profession} + @{selected|specialty}|Moderate, @{selected|accomplish} + @{selected|profession}|Complex, @{selected|accomplish}|Intricate, 0|Elaborate, 0}]]d20>5]]}} {{They use the following number of **Standard Components**=[[ [[?{Crafting Difficulty|Simple, @{selected|accomplish} + @{selected|profession}|Moderate, @{selected|accomplish} + @{selected|profession} + @{selected|specialty}|Complex, @{selected|accomplish} + @{selected|profession}|Intricate, @{selected|accomplish}|Elaborate, 0}]]d20>10]]}} {{They use the following number of **Specialized Components**=[[ [[?{Crafting Difficulty|Simple, 0|Moderate, @{selected|accomplish}|Complex, @{selected|accomplish} + @{selected|profession}|Intricate, @{selected|accomplish} + @{selected|profession} + @{selected|specialty}|Elaborate, @{selected|accomplish} + @{selected|profession}]]d20>15]]}} {{They use the following number of **Precision Components**=[[ [[?{Crafting Difficulty|Simple, 0|Moderate, 0|Complex, @{selected|accomplish}|Intricate, @{selected|accomplish} + @{selected|profession}|Elaborate, @{selected|accomplish} + @{selected|profession} + @{selected|specialty}]]d20>16]]}} {{They use the following number of **High Tech Components**=[[ [[?{Crafting Difficulty|Simple, 0|Moderate, 0|Complex, 0|Intricate, @{selected|accomplish}|Elaborate, @{selected|accomplish} + @{selected|profession} + @{selected|specialty}]]d20>18]]}} Please and Thank You.