So I want to track my stats with a simple text showing me:
crit: %
haste: %
mastery: %
versa: %
I’ve almost gotten it, I think. But instead of showing just the rounded % number it shows me this:
crit: 20.388889312744
haste: 17.70955657959
you get the point.
Currently using:
%criticalpercent
%hastepercent
%masterypercent
%versatilitypercent
How do I get rid of all those extra numbers?
Edit: nvm, figured it out. Went into format options and set it to number and precision to round number.