- Joined
- Sep 29, 2006
- Messages
- 447
for some reason my multiboard will only show for player 1 (red) and not for anyone else and i have no idea why.
here's the trigger:
i added a wait and then showed all multiboards because i still had the same problem even before i put that in.
can anyone help me out?
here's the trigger:
-
multiboard
-
Events
- Time - Elapsed game time is 0.50 seconds
- Conditions
-
Actions
- Multiboard - Create a multiboard with 2 columns and 16 rows, titled Nether Ball
- Set multiboard_netherball = (Last created multiboard)
- Set red_team_score = 0
- Set blue_team_score = 0
- Multiboard - Set the text for multiboard_netherball item in column 1, row 1 to (cc_player[0] + ([Team] + end_tag))
- Multiboard - Set the text for multiboard_netherball item in column 2, row 1 to (cc_player[0] + ([Team Score] + end_tag))
- Multiboard - Set the text for multiboard_netherball item in column 1, row 2 to (|cff97FFFF + (Team 1 + end_tag))
- Multiboard - Set the text for multiboard_netherball item in column 2, row 2 to (String(team_score[1]))
- Multiboard - Set the text for multiboard_netherball item in column 1, row 3 to (|cffffbb46 + (Team 2 + end_tag))
- Multiboard - Set the text for multiboard_netherball item in column 2, row 3 to (String(team_score[2]))
- Multiboard - Set the text for multiboard_netherball item in column 1, row 4 to (cc_player[0] + ([Player] + end_tag))
- Multiboard - Set the text for multiboard_netherball item in column 2, row 4 to (cc_player[0] + ([Individual Score] + end_tag))
- Multiboard - Show multiboard_netherball
-
For each (Integer A) from 1 to 16, do (Actions)
-
Loop - Actions
- Multiboard - Set the display style for multiboard_netherball item in column 1, row (Integer A) to Show text and Hide icons
- Multiboard - Set the display style for multiboard_netherball item in column 2, row (Integer A) to Show text and Hide icons
- Multiboard - Set the width for multiboard_netherball item in column 1, row (Integer A) to 8.00% of the total screen width
- Multiboard - Set the width for multiboard_netherball item in column 2, row (Integer A) to 10.00% of the total screen width
- Set player_row = (player_row + 1)
- Set player_color = (player_color + 1)
- Multiboard - Set the text for (Last created 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_netherball item in column 2, row player_row to (String(points_scored[player_color]))
-
Loop - Actions
- Wait 1.00 seconds
- Multiboard - Show all multiboards
-
Events
i added a wait and then showed all multiboards because i still had the same problem even before i put that in.
can anyone help me out?