For the life of me I can't see what is wrong with the following Macro. I might be looking at it too closely. Can someone spott my mistake? I want to be able to use this macro while i have a clicked on the token of the chosen monster. What I want is for the macro to return to me what the trait of the monster is. I get the template. I get the title of the trait in question but I never get the description. Any help will be appreicated and I appologize in advance if this is not the place to put this. I just didn't find a proper place to get a little help. Macro follows: /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc}}} For description I always get: selected|repeating_npctrait_$0_desc Thanks,