Hello, I have been using a macro that modifies a token's bar (used for damage or healing). Up until about a week ago, the macro was working fine. Here is the macro: !token-mod --set bar1_value|=[[@{selected|bar1} + ?{Damage}]] Now, when I use the macro on the initial try, it will perform the math correctly but will insert an "=" sign into the value of the bar. (i.e. instead of showing "25" in the token's circle, it will show "=25"). Any other operation subsequent to that initial use will throw a NaN error on that specific bar for the token. Just to make sure this was not a version related issue, I did update to TokenMod version 8.66 Any ideas? Thanks in advance!