Quick Leaderboard question

Status
Not open for further replies.
Level 7
Joined
Apr 18, 2010
Messages
104
I've been trying to make 2 leader boards appear at the same time, it doesn't work, the latter one overrides the first.

So, is it possible to have 2 active leader boards at the same time? If so, how? I also tried multiboards, but again, the latter one overrides the first, i don't know why.

The two are independent of each other.
in 1 trigger its;
>create leaderboard
>set ldrbrd[1] = lastcreatedleaderboard

and in another its;
>create leaderboard
>set ldrbrd[2] = lastcreatedleaderboard
 
Status
Not open for further replies.
Back
Top