I'm having an issue with ChatSetAttr not working since the last update. When I try to update stats in the Roll205e sheet, something odd is happening. Here is my script: !setattr {{ --sel --replace --strength|?{STR} --replace --dexterity|?{DEX} --replace --constitution|?{CON} --replace --intelligence|?{INT} --replace --wisdom|?{WIS} --replace --charisma|?{CHR} --replace --hp|?{HP}|?{HP} --replace --ac|?{AC} --replace --passive_wisdom|?{Passive Perception} --replace --npc|0 }} Here are the stats before I run this After I run the script and set new attributes, when I hover over the stats, they "flip" back to 10??? When I set it by hand it works fine Also AC and HP values never change when I try to set them. This all used to work wonderfully