Create an accumulative leaderboard

How do I…

Create a dynamic leaderboard that updates a score that is already ranked? I want to have this game played over multiple sites with multiple players in each site, but the score is for each site, not each player

What is the expected result

If my current leaderboard looks like this:

  1. site2: 8 points
  2. site1: 5 points
  3. site1: 4 points
  4. site3: 2 points

I want the leaderboard to add the two scores of site1, and place it at the top.

  1. site1: 9 points
  2. site2: 8 points
  3. site3: 2 points

Related screenshots