For each (Integer A) from 1 to 12, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Player((Integer A))) slot status) Equal to Is playing
Then - Actions
***Game - Display to (All players) the text: ((Player + (String((Integer A)))) + ( is in row + (String(WhatRow[(Integer A)]))))***
Set TempReal[1] = (Real(ArrowsFired[(Integer A)]))
Set TempReal[2] = (Real(Kills[(Integer A)]))
Set Accuracy[(Integer A)] = (TempReal[2] / TempReal[1])
Set Accuracy[(Integer A)] = (Accuracy[(Integer A)] x 100.00)
Multiboard - Set the text for Multiboard item in column 3, row WhatRow[(Integer A)] to ((String(Accuracy[(Integer A)], 1, 1)) + %)
Multiboard - Set the text for Multiboard item in column 4, row WhatRow[(Integer A)] to (String(Kills[(Integer A)]))
Multiboard - Set the text for Multiboard item in column 5, row WhatRow[(Integer A)] to (String(Deaths[(Integer A)]))
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
SpreePlus[(Integer A)] Equal to True
Then - Actions
Multiboard - Set the color for Multiboard item in column 2, row WhatRow[(Integer A)] to (0.00%, 100.00%, 0.00%) with 0.00% transparency
Multiboard - Set the text for Multiboard item in column 2, row WhatRow[(Integer A)] to ((String(CurrentSpree[(Integer A)])) + K)
Else - Actions
Multiboard - Set the color for Multiboard item in column 2, row WhatRow[(Integer A)] to (100.00%, 0.00%, 0.00%) with 0.00% transparency
Multiboard - Set the text for Multiboard item in column 2, row WhatRow[(Integer A)] to ((String(CurrentSpree[(Integer A)])) + D)
Else - Actions