- Joined
- Aug 1, 2008
- Messages
- 453
Here are my multi board triggers
View attachment Before.psd
Here's what it looked like after it tally's score
View attachment After.psd
What did i do wrong? i want the 1 on the top row on the after file to say points after it tallys score
PS how do i attach thumbnails?
-
Multiboard CT
- Events
- Conditions
-
Actions
- Set Player_Count = (Number of players in (All players matching ((((Matching player) controller) Equal to User) and (((Matching player) slot status) Equal to Is playing))))
- Multiboard - Create a multiboard with 3 columns and (1 + Player_Count) rows, titled Spawn Invasion BETA
- Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Player
- Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Points
- -------- Now set the fields for the first row, AND our player rows. --------
-
For each (Integer A) from 1 to (1 + Player_Count), do (Actions)
-
Loop - Actions
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Show icons
- Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer A) to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer A) to Show text and Hide icons
- Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 2.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 12.25% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer A) to 2.50% of the total screen width
-
Loop - Actions
- -------- Quickly change the top row to hide that icon.... --------
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Hide icons
- -------- DEFINE PLAYERS ON THE BOARD --------
- -------- List defines the spots on the board, the rows. Starts at second row. --------
- Set List = 2
-
Player Group - Pick every player in (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User))) and do (Actions)
-
Loop - Actions
- -------- Mutiboard_Spots keeps track of which row a player has been put on. It is an integer array. --------
- Set Multiboard_Spots[(Player number of (Picked player))] = List
- Multiboard - Set the icon for (Last created multiboard) item in column 1, row List to ReplaceableTextures\CommandButtons\BTNOrcBattleStandard.blp
- Multiboard - Set the text for (Last created multiboard) item in column 2, row List to (Player_Colors[(Player number of (Picked player))] + ((Name of (Picked player)) + |r))
- Multiboard - Set the text for (Last created multiboard) item in column 3, row List to 0
- Set List = (List + 1)
-
Loop - Actions
- Multiboard - Show (Last created multiboard)
-
Tally Score CT
-
Events
- Unit - A unit enters Capture the flag <gen>
-
Conditions
- ((Owner of (Killing unit)) controller) Equal to User
-
Actions
- Set Capture_Flag_Count[(Player number of (Owner of (Triggering unit)))] = (Capture_Flag_Count[(Player number of (Owner of (Triggering unit)))] + 1)
- Multiboard - Set the text for (Last created multiboard) item in column 3, row Multiboard_Spots[(Player number of (Owner of (Killing unit)))] to (String(Kill_Count[(Player number of (Owner of (Killing unit)))]))
- Leaderboard - Sort (Last created leaderboard) by Value in Descending order
-
Events
View attachment Before.psd
Here's what it looked like after it tally's score
View attachment After.psd
What did i do wrong? i want the 1 on the top row on the after file to say points after it tallys score
PS how do i attach thumbnails?