I'm new to Roll20 macro creation. After lots of searching through the forums, I was able to put together this little macro. It displays how much weight I'm carrying versus maximum weight allowed for a trait to be used, then outputs the trait. You have to click the trait name in the pink box for the full description to appear. Carrying [[@{selected|weighttotal}]] of [[@{selected|strength}*15/2]] allowed for &{template:traits}{{rname=@{Selected|character_name}}} {{name=Traits}} {{description= [@{selected|repeating_traits_$5_name}](~selected|repeating_traits_$5_output)}} I wanted to post this so others who are new to macros don't have to do the hours of forum research I had to do in order to find the correct syntax for this simple macro. Most searches I did returned posts with help for NPC macros, not PC macros.