#KDR placeholder creation

1 messages · Page 1 of 1 (latest)

celest niche
#

Hi, I have a question about deluxemenus, I want to create a placeholder for KDR, I tried downloading math expansion and then I used this placeholder: %math_{statistic_player_kills}/{statistic_deaths}[precison:1]%, but I guess im doing something wrong, can u help me?

trail egret
#

try %math_0:_{statistic_player_kills}/{statistic_deaths}%.

#

I think that's how you do it now

#

tho, you might get an error when deaths number is 0

#

Try this as well maybe %math_if({statistic_player_kills} == 0, 1, {statistic_player_kills}/{statistic_deaths})%

celest niche
#

Thanks for your help, very fast and useful as always.