
Hey there @TheAaron, I am trying to build out a few macros to help me quickly build up some templated tokens. I noticed that if I set light/dimlight to a value that is negative (i.e. -5), instead of explicitly setting the value to -5, it cumulatively subtracts 5 from whatever value was previously there... so in the case of setting a "glow" effect of light: 25 and dimlight: -5, it will set the token properly the first time since there is no value. However, each subsequent call of the macro will subtract another 5 from the value, -10, -15, -20, etc. etc. Is this by design? Is there a way to specify and explicity, fixed negative value that won't cumulatively subtract on subsequent calls (usually used with dimlight in my case)? Please advise.