Hi! I'm trying to work on a PC's action table macro to make my players easy to know what kind of attacks do they have, without needing to have their character sheet open all the time. The macro I'm currently trying is this one: /w gm @{selected|wtype}&{template:default}{{name=@{selected|character_name} Attacks}} {{ Attacks =[@{selected|repeating_attack_$0_name}](~selected|repeating_attack_$0_attack) [@{selected|repeating_attack_$1_name}](~selected|repeating_attack_$1_attack) }} It actually works, but, whenever I test it it wil throw the next comment: Could you help me with this pls? Thanks!!