MultiboardInit
Events
Conditions
Actions
Set cc_players[0] = |cffffcc00
Set cc_players[1] = |c00ff0303
Set cc_players[2] = |c000042ff
Set cc_players[3] = |c001ce6b9
Set cc_players[4] = |c00540081
Set cc_players[5] = |c00fffc01
Set cc_players[6] = |c00feba0e
Set cc_players[7] = |c0020c000
Set cc_players[8] = |c00e55bb0
Set cc_players[9] = |c00AAAAAA
Set cc_players[10] = |c00A4D3EE
Set cc_endtag = |r
Set MultiboardColumns = 4
Set MultiboardRows = ((TeamsTotal + 1) + PlayersTotal)
Multiboard - Create a multiboard with 1 columns and 1 rows, titled Statistics
Set Multiboard = (Last created multiboard)
Multiboard - Change the number of rows for Multiboard to MultiboardRows
Multiboard - Change the number of columns for Multiboard to MultiboardColumns
For each (Integer A) from 1 to MultiboardRows, do (Actions)
For each (Integer B) from 1 to MultiboardColumns, do (Actions)
Multiboard - Set the display style for (Last created multiboard) item in
column (Integer B), row (Integer A) to show text and hide icons
For each (Integer A) from 1 to MultiboardRows, do (Actions)
Multiboard - Set the width for (Last created multiboard) item in column 1, row
(Integer A) to 3.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 2, row
(Integer A) to 7.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 3, row
(Integer A) to 7.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 4, row
(Integer A) to 7.00% of the total screen width
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to
Player
Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Kills
Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to
Deaths
Set MultiboardStartRow = 1
For each (Integer A) from 1 to PlayersTotal, do (Actions)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
then
((Player((Integer A))) slot status) равно Рграет
Set MultiboardStartRow = (MultiboardStartRow + 1)
Multiboard - Set the text for Multiboard item in column 2, row
MultiboardStartRow to (cc_players[(Integer A)] + ((Name of (Player((Integer A)))) + cc_endtag))
else
Some lines are missing like then-actions, but the important ones are here