Here I am once again lost. I would like to present in a roll template: 1 - in the first line the name of the attribute 2 - in the second line the attribute value To do this I created a call? {Attribute | STR, DEX, CON} and would like to complete it this way: @ {selected|?{Attribute}} However, the macro does not work well, it opens the list box for the attribute but at the same time returns in chat "No attribute was found for @{selected|? {Attribute}}" After I select the attribute in the list box and confirm, the macro returns only @selected | STR in the chat and not the value of the selected attribute. Is there a way to solve?