Hi,    Scenario    I am using a PowerCard Macro for a Condition....for example "Frightened". With this condition, the target looses -1 on the AC. I have two macros....one for "frightening on" and one for "frightening off".  The AC is displayed in bar 2      Issue:     In the "on" macro, i have this line:   !token-mod --set bar2_value|[[ (@{selected|armor_class}-1) ]]  It works and subtracts 1 from the AC......so far so good/wrong :-)   With this line, it "defines" a new AC...so when i am using the "off" macro with this line:   !token-mod --set bar2_value|[[ (@{selected|armor_class}-0) ]]  It does nothing because of the "new defined" AC from the first macro. Of course....i can add +1 again.....but is there anyway to "keep the original AC" and to do the temporary decrease / increase from the condition?      Hopefully you understand what i am trying to say :-)   Steve / H0ND0