Quote:
Originally Posted by Nichlemn
This interests me, but how do you get the HUD to display ranges?
You need to create custom stats.
For example, I have custom variables var_vpip_upper, var_vpip_lower that use the Wilson Score Interval to calculate the upper/lower bounds. Then a custom statistic where this is the format expression:
Code:
format('{1}-{2}', format_number(var_vpip_lower, 0, false, false), format_number(var_vpip_upper, 0, false, false))
I then use this custom stat in the HUD.