Staredit Network

Staredit Network -> UMS Assistance -> Switching In-Game Leaderboards
Report, edit, etc...Posted by ... on 2005-09-25 at 13:48:56
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. sad.gif

Thanks
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-25 at 13:56:42
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.
Report, edit, etc...Posted by ... on 2005-09-25 at 14:48:19
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).
Report, edit, etc...Posted by Kumano on 2005-09-25 at 14:54:43
No, just use a score that won't be effected by what you do in game.
Report, edit, etc...Posted by Staredit.Net Essence on 2005-09-25 at 14:59:13
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.
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-25 at 15:00:41
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.
Report, edit, etc...Posted by ... on 2005-09-25 at 15:01:02
Yes, DT_Battlekruser and Kept_wheat helped me to think deeply and I think I got it. biggrin.gif

Thanks for all of your help.
Report, edit, etc...Posted by Sickoe_DT_ on 2005-09-25 at 15:03:51
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.
Next Page (1)