- Joined
- Dec 20, 2008
- Messages
- 19
Hello! I was working on my multiboard, and well i couldnt figure out how to do the tallying on it. I looked at the two multiboard tutorials, and i tried to modify them, but it didnt work out...
What i want my multiboard to track is...
1. Total Unit Kills
2. Total Unit Deaths
3. Total Hero Kills
4. Total Hero Deaths
That is for team 1 and team 2
For Indivuidual Players i need the same thing.
If you dont understand what i mean.. heres an illistration
------------------------------Deaths and Kills
*Team--*Total Unit Kills--*Total Hero Kills--*Total Unit Deaths--*Total Hero Deaths
Team 1--0---------------0-----------------0-------------------0
Team 2--0---------------0-----------------0-------------------0
-Player Name -Unit Kills -Hero Kills -Unit Deaths -Hero Deaths
Red------------0--------------0----------------0---------------0
Blue------------0--------------0----------------0---------------0
Teal------------0--------------0----------------0---------------0
Purp------------0--------------0----------------0---------------0
Yello------------0--------------0----------------0---------------0
-------------------------------------------------------------------
Oj---------------0--------------0----------------0---------------0
Green------------0--------------0----------------0---------------0
Pink--------------0--------------0----------------0---------------0
Gray--------------0--------------0----------------0---------------0
LightBlue----------0--------------0----------------0---------------0
Yeah.. sorry for the bad illistration, just to get my point accrosed.
So yeah i need help with triggering the deaths and kills.
Here is something i tried, but it didnt work D=
I just need help triggering the deaths and kills tally of my multiboard
I am using regular WE, so GUI would be appreciated
Thanks
+Rep for help
What i want my multiboard to track is...
1. Total Unit Kills
2. Total Unit Deaths
3. Total Hero Kills
4. Total Hero Deaths
That is for team 1 and team 2
For Indivuidual Players i need the same thing.
If you dont understand what i mean.. heres an illistration
------------------------------Deaths and Kills
*Team--*Total Unit Kills--*Total Hero Kills--*Total Unit Deaths--*Total Hero Deaths
Team 1--0---------------0-----------------0-------------------0
Team 2--0---------------0-----------------0-------------------0
-Player Name -Unit Kills -Hero Kills -Unit Deaths -Hero Deaths
Red------------0--------------0----------------0---------------0
Blue------------0--------------0----------------0---------------0
Teal------------0--------------0----------------0---------------0
Purp------------0--------------0----------------0---------------0
Yello------------0--------------0----------------0---------------0
-------------------------------------------------------------------
Oj---------------0--------------0----------------0---------------0
Green------------0--------------0----------------0---------------0
Pink--------------0--------------0----------------0---------------0
Gray--------------0--------------0----------------0---------------0
LightBlue----------0--------------0----------------0---------------0
Yeah.. sorry for the bad illistration, just to get my point accrosed.
So yeah i need help with triggering the deaths and kills.
Here is something i tried, but it didnt work D=
- UnitDeaths
- Events
- Unit - A unit Dies
- Conditions
- (Owner of (Killing unit)) Equal to Player 1 (Red)
- Actions
- Set Kill_Count[(Player number of (Owner of (Killing unit)))] = Kill_Count[((Player number of (Owner of (Killing unit))) + 1)]
- Multiboard - Set the text for multiboard_flag item in column 2, row 5 to (String(Kill_Count[(Player number of (Owner of (Killing unit)))]))
I just need help triggering the deaths and kills tally of my multiboard
I am using regular WE, so GUI would be appreciated
Thanks
+Rep for help