I know that TokenMod or ChatSetAttr can update the token_name, but is there a script out there that can update the actual name of the character sheet? I see that Jakob answered a previous post that it wasn't possible with ChatSetAttr, but that it wouldn't be hard to do with a script, but I haven't found a script that does that. Basically I have several duplicate NPCs (e.g. Goblin) from different modules that I would like to differentiate by adding LMoP or DoIP to their character names. If I have token actions set up for my current NPC, then transmogrify new ones from a different module, the token actions call will always pull the more recently created/imported character sheet, which doesn't have those token actions set up. The goal would be for a macro that basically does this (though this doesn't work because TokenMod and ChatSetAttr can't access the character name): !token-mod --set character_name|"@{selected|character_name} DoIP" !setattr --sel --character_name|"@{selected|character_name} DoIP"