I would like to have a leaderboard where the main score is tracked by “best” but I want the subscore to only update when score changes. Is that possible?
Ex.
Leaderboard which tracks amount of enemies killed before dying and the subscore is time it took to complete.
I wan the result to be sort first by total enemies killed, then by time to complete. But I dont want to update time to complete if they didn’t post a higher score.
Right now what happens is that subscore is updated even if the main score didn’t get updated.