
So with help I have been able to have the query look up the attribute and roll the correct dice for the character's attribute roll, but I am having a hard time with adding descriptive txts to the roll result. ?{Attribute
Check|Strength,[[@{strength_dice}]]|Dexterity,[[@{dexterity_dice}]]|Body,[[@{body_dice}]]|Perception,[[@{perception_dice}]]|Intelligence,[[@{intelligence_dice}]]|Willpower,[[@{willpower_dice}]]|Charisma,[[@{charisma_dice}]]} This works here to roll the correct dice but I would love for each one to actually tell you what we are rolling for, like the normal one I have integrated into the Demon Gate sheet like this one does... &{template:default} {{name=@{character_title} Attribute Roll}}{{Body Result = [[@{selected|body_dice}]]}} Can anyone assist please?