I am trying to figure out a way to configure NPC tokens with the bar setup I want. Problem is most npc characted sheets only have a hp max configured and the current hp value is blank. I am trying to figure out how to read the current hp max and add that value to current hp on the npc token. Any suggestions would be appreciated. !token-mod {{ --off showname showplayers_bar3 --on showplayers_name --set bar1_value|@{selected|speed} --set bar1_link|speed --set bar2_value|@{selected|npc_ac} --set bar3_value|@{selected|hp|max} --set bar3_max|@{selected|hp|max} --set bar3_link|hp --set layers|objects }}