You can use TokenMod (api script for pro subscribers) to select and set existing linked tokens using a macro. Here's an example macro that I use that will set HP to bar2(which I have set to red), AC to bar1(which I have set blue), and show the name of the token. !token-mod --set bar2_link|HP bar2_value|@{selected|hp} bar2_max|@{selected|hp} bar1_link|ac bar1_value|[[@{selected|ac}]] --on showname --ids @{selected|token_id} You could create a macro that sets every aspect of the token with tokenmod. Use one macro for PC's and another for monsters/npc's.