
So, if a character sheet has a field for an attribute named character_name, that ties to the character's name; it'll automatically fill in with the character's name, and changing it will change the character's name, in turn. Meanwhile, if you try to set the character_name attribute via a Sheet Worker script, it actually creates an attribute titled character_name, and sets that, instead of renaming the character. In fact, to my knowledge there is no way to rename the character via Sheet Workers, which is problematic for any character sheet that wants to include stat block parsing. So, yeah... can we fix this so that setting character_name via a Sheet Worker changes the character name, just like it does on the HTML side?