You can create Mulitboards like this
-
Untitled Trigger 001
-
Events
-
Time - Elapsed game time is 5.00 seconds
-
Conditions
-
Actions
-
Multiboard - Create a multiboard with 3 columns and 14 rows, titled Whatever
-
Multiboard - Set the display style for (Last created multiboard) item in column 1, row 0 to Show 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
-
For each (Integer A) from 2 to 7, do (Actions)
-
Loop - Actions
-
Multiboard - Set the text for (Last created multiboard) item in column 1, row (Integer A) to (Name of (Player((Integer A))))
-
Multiboard - Set the text for (Last created multiboard) item in column 1, row ((Integer A) + 7) to (Name of (Player((Integer A))))
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row (Integer A) to (String(0))
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row ((Integer A) + 7) to (String(0))
-
Multiboard - Set the text for (Last created multiboard) item in column 3, row (Integer A) to (String(0))
-
Multiboard - Set the text for (Last created multiboard) item in column 3, row ((Integer A) + 7) to (String(0))
That will do it for setting up values at the start, well you will have to setup the first row like it was before. Hope you get an idea about loop, they save space and time.