I have a Deva that I am modifying to act as a boss fight for my players. I am trying to give it an additional reaction in addition to the RAW. I imported the stat block from the compendium into a custom character, and then manually added the new reaction. However my token macro I use for reactions:
/w gm &{template:npcaction} {{name=@{selected|npc_name}}}
{{rname=@{selected|repeating_npcreaction_$0_name}}}
{{description=@{selected|repeating_npcreaction_$0_desc}}}
gives the error:No attribute was found for @{selected|repeating_npcreaction_-M4GGiXbSdUFRsoSU17J_desc}
This is shown in the chat as:
I assume that it can't find the description of the homebrew ability but I don't know how to remedy that. I have not had this problem for fully homebrewed monsters that I have added in the past, only this modified Deva. I have also had a similar problem for RAW flesh golem traits, but I assume the answer is the same for both issues as the macros are very similar.