• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Quick Leaderboard question

Status
Not open for further replies.
Level 7
Joined
Apr 18, 2010
Messages
102
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.
Top