#Chance progress value maximum

6 messages ยท Page 1 of 1 (latest)

winter gulch
#

I think you should supply value as percentage

bold sky
#

Like this?
const show_points = quantity / max * 100

winter gulch
#

Something like that or directly in progress value

bold sky
#

Yea, but then it makes the value as percentage which was not my goal. But thank you for trying helping me out! ๐Ÿ™‚

winter gulch
#

I think in this case you will need 3 variables (state) max, current and progress . And place them accordingly

bold sky
#

The progress variable, how should i grab that?