- Joined
- Mar 23, 2008
- Messages
- 942
Let me explain some things:
1- The team 1 is 1,3,5,7,9,11 players
2- The team 2 is 2,4,6,8,10,12 players
PlayerName Revive Kills Deaths Assist
Team 1
Player 1
Player 3
Player 5
Player 7
Player 9
Player 11
Team 2
Player 2
Player 4
Player 6
Player 8
Player 10
Player 12
Time Elapsed
Game Mode
1- The team 1 is 1,3,5,7,9,11 players
2- The team 2 is 2,4,6,8,10,12 players
-
Multiboard
-
Events
- Time - Elapsed game time is 5.00 seconds
- Conditions
-
Actions
- Set Player_Count_team1 = (Number of players in (All players matching ((((Matching player) controller) Equal to User) and ((((Matching player) slot status) Equal to Is playing) and (((Matching player) is an ally of Player 1 (Red)) Equal to True)))))
- Set Player_Count_team2 = (Number of players in (All players matching ((((Matching player) controller) Equal to User) and ((((Matching player) slot status) Equal to Is playing) and (((Matching player) is an ally of Player 2 (Blue)) Equal to True)))))
- Multiboard - Create a multiboard with 5 columns and (5 + (Player_Count_team1 + Player_Count_team2)) rows, titled Anime Brawl
- Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to (|cffff0000 + (Kill_Name + |r))
- Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to (|cff0000ff + (Death_Name + |r))
- Multiboard - Set the text for (Last created multiboard) item in column 5, row 1 to (|CFF949694 + (Assist_Name + |r))
- Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Team 1
- Multiboard - Set the text for (Last created multiboard) item in column 1, row (3 + Player_Count_team1) to Team 2
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row 2 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row (3 + Player_Count_team1) to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Hide text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 2, row 1 to Hide text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 2, row 0 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 3, row 0 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 4, row 0 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 5, row 0 to Show text and Hide icons
- Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 8.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 2.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 3, row 0 to 2.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 4, row 0 to 2.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 5, row 0 to 2.00% of the total screen width
-
For each (Integer A) from Player_Count_team1 to (1 + Player_Count_team1), do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Player_Count_team1 Greater than or equal to 1
-
Then - Actions
- Multiboard - Set the text for (Last created multiboard) item in column 1, row ((Integer A) + 2) to (Player_Colors[(2 x ((Integer A) - 1))] + ((Name of (Player((2 x ((Integer A) - 1))))) + |r))
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
For each (Integer B) from Player_Count_team2 to (1 + Player_Count_team2), do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Player_Count_team2 Greater than or equal to 1
-
Then - Actions
- Multiboard - Set the text for (Last created multiboard) item in column 1, row (4 + Player_Count_team1) to (Player_Colors[((Integer B) x 2)] + ((Name of (Player(((Integer B) x 2)))) + |r))
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
- Multiboard - Show (Last created multiboard)
-
Events
PlayerName Revive Kills Deaths Assist
Team 1
Player 1
Player 3
Player 5
Player 7
Player 9
Player 11
Team 2
Player 2
Player 4
Player 6
Player 8
Player 10
Player 12
Time Elapsed
Game Mode