I'm wondering why my custom stat doesn't show decimals for the times the conditions meet the criteria defined by this formula (wow that sounds super intelligent :lol: ):
- Code: Select all
if (cnt_hands > 99999, format_number ((cnt_hands / 1000), 0, true, false), if (cnt_hands <= 999, format_number (cnt_hands, 0, true, false), format_number ((cnt_hands / 1000), 1, true, false)))
Thanks for your support everyone!
