- Joined
- Dec 8, 2007
- Messages
- 86
I just began using Multiboards (well... using them seriously now)
As this is one of my first Multiboards (with many rows and columns, and for several players)
Now, i wanna know if theese triggers will work...
As this is one of my first Multiboards (with many rows and columns, and for several players)
Now, i wanna know if theese triggers will work...
-
Create Multiboard
-
Events
-
Time - Elapsed game time is 0.00 seconds
-
-
Conditions
-
Actions
-
Multiboard - Create a multiboard with 2 columns and 10 rows, titled Statistics
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Set Multiboard[(Player number of (Picked player))] = (Last created multiboard)
-
-
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Multiboard - Set the text for Multiboard[(Integer A)] item in column 2, row (Integer A) to 0
-
Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 10.00% of the total screen width
-
Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 5.00% of the total screen width
-
Multiboard - Set the display style for Multiboard[(Integer A)] item in column 1, row (Integer A) to Show text and Hide icons
-
Multiboard - Set the display style for Multiboard[(Integer A)] item in column 2, row (Integer A) to Show text and Hide icons
-
Multiboard - Set the text for Multiboard[(Integer A)] item in column 1, row 1 to (Name of (Player((Integer A))))
-
Multiboard - Set the text for Multiboard[(Integer A)] item in column 2, row 1 to Statistics
-
Multiboard - Minimize Multiboard[(Integer A)]
-
Multiboard - Maximize Multiboard[(Integer A)]
-
Multiboard - Set the text for Multiboard[(Integer A)] item in column 1, row 10 to No Hero
-
Multiboard - Set the icon for Multiboard[(Integer A)] item in column 2, row 10 to ReplaceableTextures\WorldEditUI\Editor-MultipleUnits.blp
-
Multiboard - Set the display style for Multiboard[(Integer A)] item in column 2, row 10 to Hide text and Show icons
-
-
-
-
-
Update Multiboard
-
Events
-
Time - Elapsed game time is 0.50 seconds
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked player) slot status) Equal to Is playing
-
-
Then - Actions
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 3 to (Substring((String((Percentage life of Hero[(Player number of (Picked player))]))), 1, 4))
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 4 to (Substring((String((Percentage mana of Hero[(Player number of (Picked player))]))), 1, 4))
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 5 to (Substring((String((Agility of Hero[(Player number of (Picked player))] (Exclude bonuses)))), 1, 4))
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 6 to (Substring((String((Strength of Hero[(Player number of (Picked player))] (Exclude bonuses)))), 1, 4))
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 7 to (Substring((String((Intelligence of Hero[(Player number of (Picked player))] (Exclude bonuses)))), 1, 4))
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 8 to (Substring((String(GoldSpent[(Player number of (Picked player))])), 1, 7))
-
Multiboard - Set the text for Multiboard[(Player number of (Picked player))] item in column 2, row 9 to (Substring((String(StatsSpent[(Player number of (Picked player))])), 1, 5))
-
-
Else - Actions
-
-
-
-
-