| 03-06-2004, 06:15 AM | #1 |
I need to create two leader boards. One leader board will be all allies of player 1. I need the leaderboard to display how many units each ally of player 1 red have. Then I need to do the same thing with player 9. Help please! |
| 03-06-2004, 10:42 AM | #2 |
First of all you can't create 2 leader boards at the same time but u can have a leaderboard and a multiboard, u have to have both statistics on the same leaderboard. people have tried to make a leaderboard minimizable but it is impossible. |
| 03-06-2004, 03:49 PM | #3 |
Easy as Pie . Make two leadboards hide one then unhide the other one. You can even do the same thing with multiboards .And if you want a single player to see one or not to see one just use if (Your player ==local player) then hide or show. |
| 03-06-2004, 07:27 PM | #4 |
Bleh noo, I dont need to know how to create two leader boards at the same time, I need to know how to make them display the number of units the allies to player 1 and player 9 controll! |
| 03-06-2004, 08:16 PM | #5 |
Find out how many units are owned by those allies. (Unit Count) Then set it as an integer. On the leaderboard, do convert integer to string. |
| 03-06-2004, 09:34 PM | #6 |
Thanks! It worked great! |
| 03-06-2004, 09:44 PM | #7 |
I'm sorry I'm really bad at this, perhaps someone could walk me through step by step? |
| 03-07-2004, 02:25 AM | #8 |
First make a variable for the leaderboard as a string, then use Set variable - and make that value of the string into the amount of units in the group. im not exactly sure about the deduction of the integer when a unit dies ask an expert like Mystic General |
| 03-07-2004, 04:01 AM | #9 |
When I say step by step... I serriously mean step by step, starting from the VERY beginning, I dont even know how to create this stuff. |
| 03-07-2004, 06:17 AM | #10 |
I would suggest you read up on some tutorials first then, there are plenty of leaderboard tutorials and once you fiddle around a bit you will get what they are saying :). Leaderboards are a little tricky to setup when starting out but you will get the hang of it just try out different stuff in the trigger editor and load the map keep trying until you get the results you like. |
| 03-08-2004, 09:30 PM | #11 | |
Unfortunatly the tutorials link is broken atleast for me it is. Quote:
|
| 03-08-2004, 11:23 PM | #12 |
| 03-16-2004, 04:06 AM | #13 |
wow! thanks for that thyflame, i had no clue there was a backupish tutorial section :D :D |
