I've read a number of similar issues but none match mine exactly. I have a macro that generates specifically the error No attribute was found for @{CHARACTER_NAME|Current}. With the character name being one of several characters I've tested this with. This is when I try it with the Macro Bar and the Token Action. Rolled from the Abilities page with the d20 icon I get the error "You attempted to use a roll command looking for the value of a selected token, but no tokens are selected." The character in the token menu is linked to the correct character sheet (not a handout). It seems to hinge on the @{selected portion of the command. Most of my macros start @{selected|Attribute|Current} with the attribute portion targeting a specific stat on the abilities page. Another macro lacking this portion works from Macro Bar, Token Action, and Abilities Screen. Here is the strange part. I have two games that utilize these macros, on the same character sheet (I checked the sheet version and they are the same, Dan 3col 5R V1.43 ). One game was built maybe 2-3 years ago, and the one I'm working one is less than a year old. The macros work in the other, older game with no issue as intended. I saved my macros to Notepad from the older game, and as best I can tell, they are identical. Old Game Macro: &{template:default} {{name=Initiative}} {{ Dexterity = [[ @{selected|DEX|Current} ]] }} [[@{selected|DEX|Current} +&{tracker}]] New Game Macro: &{template:default} {{name=Initiative}} {{ Dexterity = [[ @{selected|DEX|Current} ]] }} [[@{selected|DEX|Current} +&{tracker}]] The above macro should look show the Dexterity score in a label, and add it to the tracker. I've tested maybe six of my macros, they work in the older game but not in the newer one. I've compared several with no differences in syntax. Some sort of legacy setting? I've tried Chrome, Firefox, and Edge, with Edge and Chrome having no addons. I've cleared my cache and browser history. I've checked for duplicate characters but don't see any. I've changed the .png icon with the appropriate character to have a matching name as the character sheet. I've tried changing the names of the characters with no change. I've tried fiddling with the commands for "Use Selected Token/Apply Token Defaults/Update Default Token" with no change. I've double checked my spelling in the macros as far as the attribute goes. I uploaded a new token and attached it to a character sheet I only filled in one numeric category. No connection.