- Joined
- Oct 7, 2014
- Messages
- 2,209
Hello Hive 
I have a problem I can't removed the player who is not playing in the multiboard I made. I already have a Defeat Player Array which checks if a player is active or not.
I really hope someone could help me.
Here is the triggers:
I have a problem I can't removed the player who is not playing in the multiboard I made. I already have a Defeat Player Array which checks if a player is active or not.
I really hope someone could help me.
Here is the triggers:
-
Multiboard
-
Events
-
Time - Elapsed game time is 0.00 seconds
-
-
Conditions
-
Actions
-
Multiboard - Create a multiboard with 2 columns and 13 rows, titled Information
-
Set Multiboard = (Last created multiboard)
-
Multiboard - Change the color of the title for Multiboard to (100.00%, 80.00%, 20.00%) with 0.00% transparency
-
Multiboard - Set the icon for Multiboard item in column 1, row 1 to ReplaceableTextures\CommandButtons\BTNHumanCaptureFlag.blp
-
Multiboard - Set the icon for Multiboard item in column 2, row 1 to ReplaceableTextures\CommandButtons\BTNTownHall.blp
-
Multiboard - Set the text for Multiboard item in column 1, row 1 to Factions
-
Multiboard - Set the text for Multiboard item in column 2, row 1 to Towns
-
Multiboard - Set the width for Multiboard item in column 0, row 0 to 12.00% of the total screen width
-
Multiboard - Show Multiboard
-
-
-
Count Captured City
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Set Multiboard_Player[(Player number of (Picked player))] = (All players matching (Defeat_Player[(Player number of (Picked player))] Equal to False))
-
Set Multiboard_Int = (Number of players in Multiboard_Player[(Player number of (Picked player))])
-
For each (Integer Multiboard_Int) from 1 to 12, do (Actions)
-
Loop - Actions
-
Multiboard - Set the text for Multiboard item in column 1, row (Multiboard_Int + 1) to (Name of (Player(Multiboard_Int)))
-
Multiboard - Set the text for Multiboard item in column 2, row (Multiboard_Int + 1) to (String(Cities_Per_Player[Multiboard_Int]))
-
Multiboard - Set the display style for Multiboard item in column 1, row (Multiboard_Int + 1) to Show text and Hide icons
-
Multiboard - Set the display style for Multiboard item in column 2, row (Multiboard_Int + 1) to Show text and Hide icons
-
-
-
-
-
-