| 06-19-2003, 07:26 AM | #1 |
Is there a way to have a leaderboard about multiple things? heres how I want my leader board to look Player 1 (players current gold) unit (units current mana) unit (units current mana) unit (units current mana) unit (units current mana) unit (units current mana) unit (units current mana) Player 2 (players current gold) unit (units current mana) unit (units current mana) unit (units current mana) unit (units current mana) unit (units current mana) unit (units current mana) the top6 units being ownd by player 1, and the bottem being ownd by player2, the units I want to be listed in decending order but I want the player2 name to still be inbetween, like I dont want everything in decending order, just the 6units, then the other 6units. Is this possible? Also is it possible to have more then 12things on the leaderboard? cuz this is 14. I dont think ive found a way to get units mana on the leaderboard either, or just a unit :( |
| 06-19-2003, 07:45 AM | #2 |
You have to set the unit and the valvues to variables.. |
| 06-19-2003, 08:11 AM | #3 |
cool u always answer my post :). Can you give me an example of wht I put in the trigger though? The units are varibles I already got that, how do I get the mana up there? And how do I get it so only the units go in decending order seperate from the other stuff |
| 06-19-2003, 10:00 AM | #4 |
Make a Real array (Variable called Real). Call it Mana or something. Then assign them to your units mana count. You'll maybe have to make it a timed event, checking for mana, or when someone uses a spell it would change the mana valvues, if that's what the mana would be used for? So you'd add player X as UnitArray[1] with the valvue Mana[1] And this would then be what you want, you with me? Regards (PS. If you really need I can make you a demo-map) |
