Hi everyone, I’m having trouble with a macro I'm trying to set up for a Party Perception Check in my Roll20 game. The macro is designed to check the perception of my players, but I keep getting the error message: "You attempted to use a roll command that requires a character, but no character was found." Here’s the macro I'm using: lua Copy code ?{Whisper?|Yes,/w gm|No,}
{{name=👁️🗨️ Party Perception Check 👁️🗨️}}
{{Korg Throg= 👁️ @{Korg_Throg|passive_wisdom} | 🎲 [[1d20 + @{Korg_Throg|perception_bonus}]] }}
{{Lucy the Eternal= 👁️ @{Lucy_the_Eternal|passive_wisdom} | 🎲 [[1d20 + @{Lucy_the_Eternal|perception_bonus}]] }}
Troubleshooting Steps I've Taken: Checked Character Names: I verified that the character names in Roll20 are exactly Korg Throg and Lucy the Eternal . Token Association: Both characters have associated tokens on the tabletop. Validated Attributes: I confirmed that the attributes passive_wisdom and perception_bonus exist for both characters. Tested Individual Roll Commands: I tried running the commands for both characters, but I still received the error. Created Temporary Placeholder Characters: I created new characters named Test_Korg and Test_Lucy with the same attributes, but I still encounter issues. I would appreciate any help or suggestions on how to resolve this issue! Thank you in advance!