Is there any possible way to make 2 Leader Boards both with Custom Score?
If not is there a possiblity to change score type like Kills , Bulidings, Razings to Custom?
Help me out guys.
Ya, you can do this most of the time, not always though. Obviously just use the first leaderboard as a custom score thing. Now the second is alittle more complicated. You have to convert whatever is happening (deaths, another custom score thingy) into a score that is applicable to a leaderboard.
These are triggers for if you want to count how many times a marine has died.
Players: Any
Condtions: Current player has atleast 1 marine death.
Actions: Subtract 1 marine death for current player.
Add 1 kill (any unit) for current player.
This is just simply converting the score of something into another score. Normaly you can make it work by doing something like this. You'd have to have a leader board counting the amount of kills for that person and that'd represent the amount of deaths.
Note: The stupid trigger thing didn't work for me.
You can't have two two leaderboards that display what SC thinks is "Custom Score".
You can abuse another score, though: If you know that there won't be any razings, you can use the razings score as if it was custom score.
If you can't do such a thing: Use 8 (or less, depending on the number of players that will have those scores) death counters as the currently not displayed score. Whenever you switch the leaderboards, use binary countoffs to exchange the scores (requires another death counter as backup). If you are not familiar with this, search the tutorials section.
The latter method is only to be used if there is no other possibility; it is very trigger intensive...
This is not my area of expertise, but I do believe you can convert multiple types of score into custom score in different ways if you like. However, having more than one custom scoreboard is hard. For one thing, you can't display them both at once; you have to have the triggers alternate between them. After that, you'll probably have to use some other kind of score you wouldn't be normally using as the other custom score. So whenever someone does something that gains them some score of type 2, add it to their kills or resources or something like that. However there are many cases in which this doesn't work. There may be other ways of doing this, particularly using EUD triggers, but I can't think of any ways just off the top of my head.
Ok it worked.
I reprogramed "Rizings" score to be my EXP, and used special Wait method using units to switch between the 2 boards.
Thanks for all help.