- Joined
- Oct 17, 2012
- Messages
- 849
Well, here is my problem. My problem is that the multiboard does not show correctly. You can see problem in the attachment below. Is there something wrong with the triggers? Thanks to anyone who can help me. If you need more information, just tell me.
-
MB Creation
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Multiboard - Create a multiboard with 2 columns and (4 + (Number of players in PlayersPlaying)) rows, titled |cffff0303Hell|r vs...
-
Set Multiboard = (Last created multiboard)
-
Do Multiple ActionsFor each (Integer i) from 1 to (4 + (Number of players in PlayersPlaying)), do (Actions)
-
Loop - Actions
- Multiboard - Set the display style for Multiboard item in column 1, row i to Show text and Hide icons
- Multiboard - Set the display style for Multiboard item in column 2, row i to Show text and Hide icons
- Multiboard - Set the width for Multiboard item in column 1, row i to 8.00% of the total screen width
- Multiboard - Set the width for Multiboard item in column 2, row i to 8.00% of the total screen width
- Set PlayerRow = (PlayerRow + 1)
- Set PlayerColor = (PlayerColor + 1)
- Multiboard - Set the text for Multiboard item in column 1, row PlayerRow to (Colour[PlayerColor] + ((Name of (Player(PlayerColor))) + MB_endtag))
- Multiboard - Set the text for Multiboard item in column 2, row PlayerRow to (String(PlayerKills[PlayerColor]))
-
Loop - Actions
-
Do Multiple ActionsFor each (Integer i) from 1 to (4 + (Number of players in PlayersPlaying)), do (Actions)
- Multiboard - Set the text for Multiboard item in column 1, row 1 to (Colour[0] + ([Team] + MB_endtag))
- Multiboard - Set the text for Multiboard item in column 2, row 1 to (Colour[0] + ([Kills] + MB_endtag))
- Multiboard - Set the text for Multiboard item in column 1, row 2 to (Colour[1] + (Hell + MB_endtag))
- Multiboard - Set the text for Multiboard item in column 2, row 2 to (String(TeamKills[1]))
- Multiboard - Set the text for Multiboard item in column 1, row 3 to (Colour[10] + (Heaven + MB_endtag))
- Multiboard - Set the text for Multiboard item in column 2, row 3 to (String(TeamKills[2]))
- Multiboard - Set the text for Multiboard item in column 1, row 4 to (Colour[0] + ([Player Name] + MB_endtag))
- Multiboard - Set the text for Multiboard item in column 2, row 4 to <Empty String>
- Multiboard - Show Multiboard
-
Events