In one of the versions of Tank Defense, I've seen the leaderboard (located top-left) switching to how many tanks you got, then back to how many minerals you got. I want to know how to do this.
Thanks
Have a trigger like this and try to avoid putting it in with other people who have wait triggers.
C:
-Always
A:
-Display Leaderboard 1
-Wait 3000
-Display Leaderboard 2
-Wait 3000
-Preserve Trigger
Each leaderboard is whatever you want, resources, score, units, whatever.
Is it allowed to have more than 1 custom score? Because, I want it to have 2 leader boards. Most obstacle beaten and lives(for our bound).
No, just use a score that won't be effected by what you do in game.
No your not allowed to have 2 custom scores directly. There is a way around this though. Use deathcounts for the custom score. Like score of this is deaths of that. Then you can set the score by deathcounts in rotating intervals. This method would be much to complicated for what your using. I would use recources for what your doing. Minerals=lives Gas=obsticals built. That way you dont have to have the wait and you can still use your custom score.
You can also use Razing score if, like in most defense maps, you are killing enemy units, but no enemy buildings. Between Gas, Minerals, Custom Score, and Razings score, you should find enough counters for display.
Yes, DT_Battlekruser and Kept_wheat helped me to think deeply and I think I got it.
Thanks for all of your help.
if no units actually get killed in the bound then u can use the kill score along side the custom score.
just do the same thing with a kill score as you would a custom score, add to the kills score manually.