I have figured out the NPC traits macro however I am having difficulty parsing out the PC traits. I have some new players who may need to be reminded of their abilities such as bardic inspiration or healing hands and was hoping to have a ability command button whispered to them in chat so that they can be easily reminded of them during combat. I know that the NPC command looks like this: /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc}}} But I have yet to figure out PC traits and features. Any help very much appreciated. Thanks!