Create
Events
Conditions
Actions
For each (Integer A) from 1 to 12, do (Set Kills[(Integer A)] = 0)
For each (Integer B) from 1 to 12, do (Set Deaths[(Integer B)] = 0)
Wait 1.00 seconds
Multiboard - Create a multiboard with 5 columns and 13 rows, titled Death Arena
Set Mutiboard = (Last created multiboard)
Multiboard - Set the width for Mutiboard item in column 0, row 0 to 5.00% of the total screen width
Multiboard - Set the width for Mutiboard item in column 2, row 0 to 8.00% of the total screen width
Multiboard - Minimize Mutiboard
Multiboard - Set the display style for Mutiboard item in column 0, row 0 to Show text and Hide icons
Multiboard - Set the text for Mutiboard item in column 1, row 1 to Players
Multiboard - Set the text for Mutiboard item in column 2, row 1 to Kills
Multiboard - Set the text for Mutiboard item in column 3, row 1 to Deaths
Player Group - Pick every player in (All players matching (((Matching player) slot status) Equal to Is playing)) and do (Actions)
Loop - Actions
Multiboard - Set the text for Mutiboard item in column 2, row ((Player number of (Picked player)) + 1) to (Name of (Picked player))
Multiboard - Set the text for Mutiboard item in column 3, row ((Player number of (Picked player)) + 1) to ( + (String(Kills[(Player number of (Picked player))])))
Multiboard - Set the text for Mutiboard item in column 4, row ((Player number of (Picked player)) + 1) to ( + (String(Deaths[(Player number of (Picked player))])))