@Agent_double07
It’s been a while since I posted but it seems that this system does not use any values whatsoever. If you look at the last image, there is an OnClicked event that creates a random number of bars. From here on it would be up to you to assign them values.
You can either accumulate the stats in variables as you create / destroy bars representing the pertinent values or count the children of each bar (the horizontal boxes) container and multiply by the desired increment.
Hope that makes sense.