HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multiboard Issues

05-16-2006, 04:20 AM#1
uberfoop
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
Collapse Events
Time - Elapsed game time is 1.00 seconds
Conditions
Collapse 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
Collapse Player Group - Pick every player in (All players) and do (Actions)
Collapse 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)
05-16-2006, 04:29 AM#2
Linera
First, right after creating the multiboard set variable to last created multiboard.

Next, Show Multiboard (variable of multiboard that was created)
05-16-2006, 04:55 AM#3
uberfoop
thx, but it didnt work. i set board to a global variable and changed all 'last created multiboard' references to the variable.
05-16-2006, 05:05 AM#4
Linera
oh wait, take the Show - Multiboard action and move it to a trigger that is ran once.