OK, so, for the first time, i decided to acualy make a multiboard. Now, I know I'm gunna have to swap some specific values and it's not even close to being finished, but right now my biggest concern is that I can't get the stupid thing to display. Help pls?
Thx
Trigger:
Multiboardinitialization

Events


Time - Elapsed game time is 1.00 seconds

Conditions

Actions


Multiboard - Create a multiboard with 2 columns and 1 rows, titled Ownage


Multiboard - Change the color of the title for (Last created multiboard) to (100.00%, 80.00%, 20.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 Score:


Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 6.00% of the total screen width


Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 6.00% of the total screen width


Player Group - Pick every player in (All players) and do (Actions)



Loop - Actions




Set currentrow = (currentrow + 1)




Multiboard - Change the number of rows for (Last created multiboard) to currentrow




Multiboard - Set the text for (Last created multiboard) item in column 1, row currentrow to (Name of (Picked player))




Multiboard - Set the text for (Last created multiboard) item in column 1, row currentrow to (String(Playerscores[(Player number of (Picked player))]))




Multiboard - Set the width for (Last created multiboard) item in column 1, row currentrow to 6.00% of the total screen width




Multiboard - Set the width for (Last created multiboard) item in column 2, row currentrow to 6.00% of the total screen width


Multiboard - Show (Last created multiboard)