I have been using a slightly customized version of the C&C character sheet for a few years now, and it has been working well. However, now when I drag a character to the map, and go to set the 2nd bar to the character's AC, it does not show any value. HP, which is a standard input, still shows as normal, but not the AC which is a calculated value, code below. Existing tokens are showing the value that they were last set at, but if you change the fields that are used in the calculation, they do not update. I am not sure when this first started, I built my last map and populated it not that long ago, a couple of weeks probably. <td><input name="attr_AC" class="short" value="10+@{ArmorAC}+@{ShieldAC}+@{ModAC}+@{MagicAC}+@{MiscAC}" disabled="true" type="number">= 10 +</td> Anyone have any ideas, or did I miss a change in the requirements for calculated fields somewhere?