- Joined
- Sep 29, 2006
- Messages
- 447
Okay this has really been pissing me off. I've been trying to get this multiboard to work over and over again and I don't know why it wont work. I've made all of my multiboards like this and for some reason it just doesn't want to work. On battle.net Player 1 (Red) CAN see it. All of the other players cannot and I have no idea why that is, so maybe someone could tell me? Here's the two triggers that deal with the multiboard. The only other triggers that have a multiboard function in them update the multiboard so I know they are not the problem.
If you want to see the map it's in my signature as Nether Ball. Feel free to open it to have a look.
-
multiboard
-
Events
- Time - Elapsed game time is 0.01 seconds
- Conditions
-
Actions
- Multiboard - Create a multiboard with 2 columns and 16 rows, titled Nether Ball
- Set multiboard = (Last created multiboard)
- Multiboard - Show multiboard
- Multiboard - Set the display style for multiboard item in column 0, row 0 to Show text and Hide icons
- Multiboard - Set the text for multiboard item in column 1, row 1 to |cffffcc00[Team]|r
- Multiboard - Set the text for multiboard item in column 2, row 1 to |cffffcc00[Team Sco...
- Multiboard - Set the text for multiboard item in column 1, row 2 to |cff97ffffTeam1|r
- Multiboard - Set the text for multiboard item in column 2, row 2 to (String(team_score[1]))
- Multiboard - Set the text for multiboard item in column 1, row 3 to |cffffbb46Team2|r
- Multiboard - Set the text for multiboard item in column 2, row 3 to (String(team_score[2]))
- Multiboard - Set the text for multiboard item in column 1, row 4 to |cffffcc00[Player]|...
- Multiboard - Set the text for multiboard item in column 2, row 4 to |cffffcc00[Player S...
-
For each (Integer A) from 1 to 16, do (Actions)
-
Loop - Actions
- Multiboard - Set the width for multiboard item in column 1, row (Integer A) to 8.00% of the total screen width
- Multiboard - Set the width for multiboard item in column 2, row (Integer A) to 8.00% of the total screen width
- Set player_row = (player_row + 1)
- Set player_color = (player_color + 1)
- Multiboard - Set the text for multiboard item in column 1, row player_row to (cc_player[player_color] + ((Name of (Player(player_color))) + end_tag))
- Multiboard - Set the text for multiboard item in column 2, row player_row to (String(points_scored[(Player number of (Player(player_color)))]))
-
Loop - Actions
-
Events
-
multiboard initialization
-
Events
- Map initialization
- Conditions
-
Actions
- Set cc_player[0] = |cffffcc00
- Set cc_player[1] = |c00ff0303
- Set cc_player[2] = |c000042ff
- Set cc_player[3] = |c001ce6b9
- Set cc_player[4] = |c00540081
- Set cc_player[5] = |c00fffc01
- Set cc_player[6] = |c00feba0e
- Set cc_player[7] = |c0020c000
- Set cc_player[8] = |c00e55bb0
- Set cc_player[9] = |CFF959697
- Set cc_player[10] = |CFF7EBFF1
- Set cc_player[11] = |CFF106246
- Set cc_player[12] = |CFF4E2A04
- Set end_tag = |r
-
Events
If you want to see the map it's in my signature as Nether Ball. Feel free to open it to have a look.