
Hey Everyone,
I'm having trouble with a macro to call NPC traits. This is the one I'm using
/w gm &{template:default} {{name=@{selected|token_name}}}{{T1=**[@{selected|repeating_npctrait_$0_name}]**
@{selected|repeating_npctrait_$0_desc}}}{{T2=**[@{selected|repeating_npctrait_$1_name}]**
@{selected|repeating_npctrait_$1_desc}}}
It works for the Ghast (and other creatures). But on Gary (the second one and a Players Ranger's beast companion). I added "Pounce" as another trait for him to have. It shows the name, but not the description. I'm still pretty new to macros and I'm not sure what I'm doing wrong. I also get the error message "No attribute was found for @{selected|repeating_npctrait_-M3OgvLNtbuHG5tTGq8Q_desc}" when I try to do this. Any help is appreciated.