I'm supposed to be able to use stats in color conditions, right?
I have two color conditions for a stat:
(#StatA# / #StatB#) <0.9 ->color red
(#StatA# / #StatB#) >1.1 ->color green
Everything shows up green, except for cases where StatB is zero, when I get red (which is kind of illogical imo, but it's because of NA opportunities?).
Everything validates, the stats themselves show up properly in HUD, but the coloring doesn't seem to work.
