
I'm using ChatSetAttr (!setattr) from a roll button on a character sheet. I attempt to select the character using the "built-in" character name like this: !setattr --name @{character-name} {{ . . . but I get this: Errors No character named Breelee Aoceum|character-name found. No target characters. You need to supply one of --all, --allgm, --sel, --allplayers, --charid, or --name. I added "attr_character-name2" to the character sheet and put the name in there exactly as in the Character Journal, and ran the following from the roll button on the character sheet and it worked. !setattr --name @{character-name2} {{ Is there some reason I can't reference the built-in journal name there? It seems like it "almost" worked.