I've created a round counter icon named "Round" and a macro which is supposed to add the word "Round" with the value "0" to the tracker and add to the value of Round 1. I thought this would work: [[0 &{tracker:+}]] When I select the round counter icon and start the macro the word Round and the value 0 is added to the tracker, but it doesn't add 1 to the counter as I cycle through the turns, it just stays at zero I also tried [[0 &{tracker:+1}]] and [[0d0 &{tracker:+}]] but I get the same result. Have I misinterpreted how to implement the increment?