Just wondering if anybody else has encountered this and if there is a way to resolve an issue I'm having. In my Game Default Settings for Token Defaults, I set the Bar Location to 'Bottom Overlapping'. If I manually save the token as the default token and then pull the token from the Journal character sheet onto the map, the bar is bottom overlapping as expected. However after I run a TokenMod script and then pull from the character sheet onto the map, the bar has been reset to the 'Above' location. Here is my TokenMod script: !token-mod {{ --on light_hassight showname --off isdrawing --set bar1_link|None bar2_link|npc_ac bar3_link|None bar3_value|@{selected|hp|max} bar3_max|@{selected|hp|max} defaulttoken }} After I run this script, the bar still appears on the bottom of the selected token, but if I drag the token from the Journal character sheet, the bar is now set to 'Above'. Just wondering if I'm doing something wrong with this script that is causing this behavior? Thanks for any help.