- Joined
- Sep 11, 2006
- Messages
- 172
I have a multiboard set to display for all players. Sometimes it displays for player 1 and sometimes it displays for player 2 when testing with more than one. Player 1 or player 2, only one of them gets to see the board.
-
For each (Integer LoopIndex[1]) from 1 to 11, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Player[LoopIndex[1]] slot status) Equal to Is playing
-
Then - Actions
- Multiboard - Create a multiboard with 5 columns and 2 rows, titled (PlayerColors[LoopIndex[1]] + Stats)
- Set Multi[LoopIndex[1]] = (Last created multiboard)
- Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 10.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 8.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 4, row 1 to 8.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 10.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 2, row 2 to 8.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 4, row 2 to 8.00% of the total screen width
- Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to PlayerColors[LoopIndex[1]]
- Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to 0
- Multiboard - Set the icon for (Last created multiboard) item in column 3, row 1 to ReplaceableTextures\CommandButtons\BTNFireBolt.blp
- Multiboard - Set the text for (Last created multiboard) item in column 4, row 2 to 0
- Multiboard - Set the icon for (Last created multiboard) item in column 5, row 1 to ReplaceableTextures\PassiveButtons\PASBTNHumanArtilleryUpOne.blp
- 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 Body Temp
- Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to Ammo
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 2, row 1 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 3, row 1 to Hide text and Show icons
- Multiboard - Set the display style for (Last created multiboard) item in column 4, row 1 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 5, row 1 to Hide text and Show icons
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row 2 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 2, row 2 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 3, row 2 to Hide text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 4, row 2 to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 5, row 2 to Hide text and Hide icons
- Multiboard - Minimize (Last created multiboard)
- Multiboard - Maximize (Last created multiboard)
- Multiboard - Hide (Last created multiboard)
- Custom script: if ( GetLocalPlayer() == udg_Player[udg_LoopIndex[1]] ) then
- Multiboard - Show (Last created multiboard)
- Custom script: endif
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions