Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
MB ini

Events


Time - Elapsed game time is 2.00 seconds

Conditions

Actions


Multiboard - Create a multiboard with 3 columns and 16 rows, titled Statics


Set Multi = (Last created multiboard)


-------- - --------


Multiboard - Set the width for Multi item in column 1, row 1 to 8.00% of the total screen width


-------- - --------


Multiboard - Set the text for Multi item in column 1, row 1 to Team 1


Multiboard - Set the text for Multi item in column 1, row 5 to Team 2


Multiboard - Set the text for Multi item in column 1, row 9 to Team 3


Multiboard - Set the text for Multi item in column 1, row 13 to Team 4


-------- - --------


Multiboard - Set the text for Multi item in column 1, row 2 to (Name of Player 1 (Red))


Multiboard - Set the text for Multi item in column 1, row 3 to (Name of Player 2 (Blue))


Multiboard - Set the text for Multi item in column 1, row 4 to (Name of Player 3 (Teal))


Multiboard - Set the text for Multi item in column 1, row 6 to (Name of Player 4 (Purple))


Multiboard - Set the text for Multi item in column 1, row 7 to (Name of Player 5 (Yellow))


Multiboard - Set the text for Multi item in column 1, row 8 to (Name of Player 6 (Orange))


Multiboard - Set the text for Multi item in column 1, row 10 to (Name of Player 7 (Green))


Multiboard - Set the text for Multi item in column 1, row 11 to (Name of Player 8 (Pink))


Multiboard - Set the text for Multi item in column 1, row 12 to (Name of Player 9 (Gray))


Multiboard - Set the text for Multi item in column 1, row 14 to (Name of Player 10 (Light Blue))


Multiboard - Set the text for Multi item in column 1, row 15 to (Name of Player 11 (Dark Green))


Multiboard - Set the text for Multi item in column 1, row 16 to (Name of Player 12 (Brown))


-------- - --------


Multiboard - Set the text for Multi item in column 2, row 1 to Unit Kills


Multiboard - Set the text for Multi item in column 3, row 1 to Hero Kills


Multiboard - Show Multi
UKC

Events


Unit - A unit Dies

Conditions


((Dying unit) is A Hero) Equal to False

Actions


If (All Conditions are True) then do (Then Actions) else do (Else Actions)



If - Conditions




(Owner of (Killing unit)) Equal to Player 1 (Red)



Then - Actions




Set q_unit_Kill_Count[1] = (q_unit_Kill_Count[1] + 1)




Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to (String(q_unit_Kill_Count[1]))



Else - Actions


If (All Conditions are True) then do (Then Actions) else do (Else Actions)



If - Conditions




(Owner of (Killing unit)) Equal to Player 2 (Blue)



Then - Actions




Set q_unit_Kill_Count[2] = (q_unit_Kill_Count[2] + 1)




Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to (String(q_unit_Kill_Count[2]))



Else - Actions


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
HKC

Events


Unit - A unit Dies

Conditions


((Dying unit) is A Hero) Equal to True

Actions


If (All Conditions are True) then do (Then Actions) else do (Else Actions)



If - Conditions




(Owner of (Killing unit)) Equal to Player 1 (Red)



Then - Actions




Set q_Hero_Kill_Count[1] = (q_Hero_Kill_Count[1] + 1)




Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to (String(q_Hero_Kill_Count[1]))



Else - Actions


If (All Conditions are True) then do (Then Actions) else do (Else Actions)



If - Conditions




(Owner of (Killing unit)) Equal to Player 2 (Blue)



Then - Actions




Set q_Hero_Kill_Count[2] = (q_Hero_Kill_Count[2] + 1)




Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to (String(q_Hero_Kill_Count[2]))



Else - Actions


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Score Board Team Score

Events


Time - Every 2.00 seconds of game time

Conditions

Actions


Multiboard - Set the text for multi item in column 2, row 1 to ((String(unitkills[1])) + ((String(unitkills[2])) + (String(unitkills[3]))))


Multiboard - Set the text for multi item in column 2, row 5 to ((String(unitkills[4])) + ((String(unitkills[5])) + (String(unitkills[6]))))


Multiboard - Set the text for multi item in column 2, row 9 to ((String(unitkills[7])) + ((String(unitkills[8])) + (String(unitkills[9]))))


Multiboard - Set the text for multi item in column 2, row 13 to ((String(unitkills[10])) + ((String(unitkills[11])) + (String(unitkills[12]))))