Hi I'm trying to set up a macro for my npcs's, I'm doing this by creating a master template and duplicating for the individual NPC, most of it works fine, however it errors on the traits section, specifically the description. Here is my macro code: &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc}}} And here is the error I get: No attribute was found for @{selected|repeating_npctrait_-M8fhXJNTvmZytQ4kVxf_desc} It almost seems like its trying to pull the the description from the original rather than the template. Please note the name works fine, its just the description. If I click the trait directly on the char sheet it works fine. I'm using the DnD 5e by Roll20 sheet