
I'm making one of my first chat menus, and I've run into a problem. I'm making a character sheet with a chat menu of options from which one can run one of several other macros. (shoutout to KeithCurtis ) However… This macro renders as expected in the chat window All of the buttons are clickable Each of the referenced macros is present in the same character sheet, and they all run as expected when invoked individually. But all of the buttons in this chat menu return this message: TypeError: Cannot read properties of undefined (reading 'substring') It was working at one point, but I added more items and somehow broke it. Can anyone see the fault in my syntax? (Line breaks added for legibility) /w GM &{template:default} {{name=@{selected|Token_name} Condition}} {{[Blinded](~Blinded)
[Deafened](~Deafened)
[Exhausted](~Exhausted)
[Frightened](~Frightened)
[Grappled](~Grappled)
[Invisible](~Invisible)
[Incapacitated](~Incapacitated)=[**Paralyzed**](~Paralyzed)
[**Petrified**](~Petrified)[**Poisoned**]
(~Poisoned)
[**Prone**](~Prone)
[**Restrained**](~Restrained)
[**Stunned**](~Stunned)
[**Unconscious**](~Unconscious)}}
{{[Clear All](~Clearall)=[**Dead**](~Dead)}}