
I'm working on a macro to set a token's aura radius in increments of 0.5: !token-mod {{ --set ?{Radius |-1, aura1_radius#=-1 |-0.5, aura1_radius#=-.5 |0, aura1_radius#=0 |0.5, aura1_radius#=.5 |1, aura1_radius#=1 |1.5, aura1_radius#=1.5 |2, aura1_radius#=2} }} This works for everything except -.5, which has no effect. I also tried -0.5. Is there a way to get a negative decimal to work?