| Trigger: Set Multiboard
 Events
  Time - Elapsed game time is 5.00 seconds
 Conditions
 Actions
  Multiboard - Create a multiboard with 3 columns and (AmountOfPlayers + 1) rows, titled Game Statistics
  Set Multiboard = (Last created multiboard)
  Multiboard - Clear (Last created multiboard)
  Multiboard - Set the color for (Last created multiboard) item in column 1, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
  Multiboard - Set the color for (Last created multiboard) item in column 2, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
  Multiboard - Set the color for (Last created multiboard) item in column 3, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
  Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Player
  Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Kills
  Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Deaths
  For each (Integer Assault) from 1 to (AmountOfPlayers + 1), do (Actions)
   Loop - Actions
    Multiboard - Set the width for (Last created multiboard) item in column 1, row Assault to 10.00% of the total screen width
    Multiboard - Set the width for (Last created multiboard) item in column 2, row Assault to 4.00% of the total screen width
    Multiboard - Set the color for (Last created multiboard) item in column 2, row Assault to (0.00%, 100.00%, 0.00%) with 0.00% transparency
    Multiboard - Set the width for (Last created multiboard) item in column 3, row Assault to 4.00% of the total screen width
    Multiboard - Set the color for (Last created multiboard) item in column 3, row Assault to (100.00%, 0.00%, 0.00%) with 0.00% transparency
    Multiboard - Set the display style for (Last created multiboard) item in column 1, row Assault to Show text and Hide icons
    Multiboard - Set the display style for (Last created multiboard) item in column 2, row Assault to Show text and Hide icons
    Multiboard - Set the display style for (Last created multiboard) item in column 3, row Assault to Show text and Hide icons
  For each (Integer i) from 1 to AmountOfPlayers, do (Actions)
   Loop - Actions
    Multiboard - Set the text for (Last created multiboard) item in column 1, row (i + 1) to PlayerNames[i]
    Multiboard - Set the text for (Last created multiboard) item in column 2, row (i + 1) to 0
    Multiboard - Set the text for (Last created multiboard) item in column 3, row (i + 1) to 0
  Multiboard - Maximize Multiboard
  Multiboard - Show Multiboard |