HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multiboard only for Player 1?

01-02-2007, 09:39 PM#1
Siphonized
I've made a multiboard but it is only shown for Player 1.

Fix?
01-02-2007, 09:43 PM#2
wyrmlord
...show the multiboard for other players? If you're having trouble with that feel free to post your code.
01-02-2007, 09:45 PM#3
RaveEye
ehmm

How should we be able to help you when you dont give us any information?
01-02-2007, 10:10 PM#4
Siphonized
Trigger:
Set Multiboard
Collapse Events
Time - Elapsed game time is 5.00 seconds
Conditions
Collapse 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
Collapse For each (Integer Assault) from 1 to (AmountOfPlayers + 1), do (Actions)
Collapse 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
Collapse For each (Integer i) from 1 to AmountOfPlayers, do (Actions)
Collapse 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