peoncaptain
Member!
I need help with multiboard.I got this:
multiboard
Events
Time - Elapsed game time is 0.50 seconds
Conditions
Actions
Multiboard - Create a multiboard with 4 columns and 13 rows, titled Player status
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Name
Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 10.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Kills
Multiboard - Set the width for (Last created multiboard) item in column 3, row 0 to 5.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to STATUS
Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 7.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to (Name of Player 1 (Red))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to (Name of Player 2 (Blue))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to (Name of Player 3 (Teal))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to (Name of Player 4 (Purple))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to (Name of Player 5 (Yellow))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to (Name of Player 6 (Orange))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to (Name of Player 7 (Green))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to (Name of Player 8 (Pink))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 10 to (Name of Player 9 (Gray))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 11 to (Name of Player 10 (Light Blue))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 12 to (Name of Player 11 (Dark Green))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 13 to (Name of Player 12 (Brown))
Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons
What I need is I need to apply hero kills and make alive/dead/quit trigger unde status and score trigger(how to apply this to a multiboard?):
Hero kills
Events
Unit - A unit Dies
Conditions
((Owner of (Killing unit)) is an ally of (Owner of (Dying unit))) Equal to False
(Owner of (Triggering unit)) Not equal to (Owner of (Killing unit))
((Dying unit) is A Hero) Equal to True
Actions
Set Hero_kills[(Integer A)] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)
Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to (String(Hero_kills[(Integer A)]))
And what should I place on that integer a thing?
multiboard
Events
Time - Elapsed game time is 0.50 seconds
Conditions
Actions
Multiboard - Create a multiboard with 4 columns and 13 rows, titled Player status
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Name
Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 10.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Kills
Multiboard - Set the width for (Last created multiboard) item in column 3, row 0 to 5.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to STATUS
Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 7.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to (Name of Player 1 (Red))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to (Name of Player 2 (Blue))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to (Name of Player 3 (Teal))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to (Name of Player 4 (Purple))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to (Name of Player 5 (Yellow))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to (Name of Player 6 (Orange))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to (Name of Player 7 (Green))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to (Name of Player 8 (Pink))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 10 to (Name of Player 9 (Gray))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 11 to (Name of Player 10 (Light Blue))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 12 to (Name of Player 11 (Dark Green))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 13 to (Name of Player 12 (Brown))
Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons
What I need is I need to apply hero kills and make alive/dead/quit trigger unde status and score trigger(how to apply this to a multiboard?):
Hero kills
Events
Unit - A unit Dies
Conditions
((Owner of (Killing unit)) is an ally of (Owner of (Dying unit))) Equal to False
(Owner of (Triggering unit)) Not equal to (Owner of (Killing unit))
((Dying unit) is A Hero) Equal to True
Actions
Set Hero_kills[(Integer A)] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)
Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to (String(Hero_kills[(Integer A)]))
And what should I place on that integer a thing?