I want to have a leaderboard which will be the sum of the other 3 leaderboards
How can I do that?
I have 3 leaderboards ( bestattempts1 bestattempts2 and bestattempts3 )
How can I combine all 3 so if there is a change in one they make a change in the total score.
I was going to put in the post score this: game.bestattempts1 + game. bestattempts2 + game.bestattempts3. But it doesnt allowed.
I have 3 leaderboards ( bestattempts1 bestattempts2 and bestattempts3 )
How can I combine all 3 so if there is a change in one they make a change in the total score.
I was going to put in the post score this: game.bestattempts1 + game. bestattempts2 + game.bestattempts3. But it doesnt allowed.
Comments
I create a rule which say:
If game.grandtotal is > than game.bestattempts1 + game. bestattempts2 + game.bestattempts3
Change att: game.grandtotal to game.bestattempts1 + game. bestattempts2 + game.bestattempts3
Then I post the game.grandtotal.
Get it... a workaround...
I tried it with Arcading, but it didn't seem to work right.