| 08-20-2003, 05:39 PM | #1 |
Ok, I did everything on the leaderboard tutorial on wc3campaigns.com and tested my map. No leaderboard. I added a few more actions and rechecked the tutorial to be sure and tested my map. No leaderboard. How do I get it to show up?! |
| 08-20-2003, 05:45 PM | #2 |
Well the biggest thing would be to make sure your leaderboard is NOT created in a trigger that has the event "Map Initialization." This is a no-no. use 'Elapsed Time- 0.00 seconds' instead. Second is that in order for a lot of leaderboard commands to work (especially if there are multiple triggers related to the leaderboard) is to make sure to set the leaderboard to a variable. Create a variable with the leaderboard type. And then right after 'create a leaderboard' action use a 'set variable' action and set your leaderboard variable to 'last created leaderboard' and from then on use your variable in all leaderboard actions rather than 'last created leaderboard.' But I would assume both of these are covered in the tutorial..if not, they should add them. Hope this helps. |
| 08-20-2003, 06:47 PM | #3 |
Thanks so much! It works now! |
