I'm having troubles with tokenmod applying things to both pc and npc they sorta reset the look of the bars but dont actually change anything. PC Macro !token-mod {{ --set bar1_link|hp --set bar2_link|ac --set bar3_link|class_rescource --set name|"@{selected|character_name}" --on showname --on showplayers_name --on showplayers_bar1 --off showplayers_bar2 --off showplayers_bar3 --on showplayers_aura1 --on showplayers_aura2 --on light_hassight }} NPC Macro !token-mod {{ --set bar1_link|hp --set bar2_link|ac --set bar3_link|class_rescource --set bar3_value|@{selected|HP} bar3_max|@{selected|hp|max} --set name|"@{selected|character_name}" --on showname --off showplayers_name --off showplayers_bar1 --off showplayers_bar2 --off showplayers_bar3 --on showplayers_aura1 --on showplayers_aura2 --on light_hassight }} neither seem to work. i'm still really new to the api and such any help would be terrific