I’m trying to build a chat menu for skill checks, but it’s not going how I hoped. I have the following ability written into a character sheet: /w "@{character_name}" &{template:default} {{ [Balance](~balance) [Bluff](~bluff) [Search](~search) [Sneak](~sneak) [Steal](~steal) [Traverse](~traverse)}} And all the appropriate abilities are written as well. When I test the individual abilities, they work as expected. When I test the chat menu ability, the buttons appear in chat, but clicking them returns: “ TypeError: Cannot read properties of undefined (reading 'substring')” What obvious thing am I missing?