- Joined
- Sep 9, 2007
- Messages
- 114
In my current Map i'm struggling with a Multiboard
Creating the multiboard is the easy part... But creating the values etc... is where i'm failing.
Info:
There are 4 teams
Every team can spawn up to 100 hero type units
Each unit can level up
What is wrong with this trigger:
I've been stuck on this issue for awhile now, and i'm finally stumped...
Creating the multiboard is the easy part... But creating the values etc... is where i'm failing.
Info:
There are 4 teams
Every team can spawn up to 100 hero type units
Each unit can level up
What is wrong with this trigger:
- Events
- Time - Every 0.50 seconds of game time
- Conditions
- Actions
- Unit Group - Pick every unit in Your_Heroes and do (Actions)
- Loop - Actions
- Multiboard - Set the icon for Income_Multiboard item in column 1, row 1 to ReplaceableTextures\TeamColor\TeamColor00.blp
- Multiboard - Set the text for Income_Multiboard item in column 1, row 1 to Player Red:
- Multiboard - Set the width for Income_Multiboard item in column 1, row 1 to 10.00% of the total screen width
- Multiboard - Set the icon for Income_Multiboard item in column 1, row 2 to ReplaceableTextures\TeamColor\TeamColor01.blp
- Multiboard - Set the text for Income_Multiboard item in column 1, row 2 to Player Blue:
- Multiboard - Set the width for Income_Multiboard item in column 1, row 2 to 10.00% of the total screen width
- Multiboard - Set the icon for Income_Multiboard item in column 1, row 3 to ReplaceableTextures\TeamColor\TeamColor02.blp
- Multiboard - Set the text for Income_Multiboard item in column 1, row 3 to Player Teal:
- Multiboard - Set the width for Income_Multiboard item in column 1, row 3 to 10.00% of the total screen width
- Multiboard - Set the icon for Income_Multiboard item in column 1, row 4 to ReplaceableTextures\TeamColor\TeamColor03.blp
- Multiboard - Set the text for Income_Multiboard item in column 1, row 4 to Player Purple:
- Multiboard - Set the width for Income_Multiboard item in column 1, row 4 to 10.00% of the total screen width
- Multiboard - Set the text for Income_Multiboard item in column 2, row 1 to (String((2 x (Hero level of (Picked unit)))))
- Multiboard - Set the icon for Income_Multiboard item in column 2, row 1 to UI\Feedback\Resources\ResourceGold.blp
- Multiboard - Set the width for Income_Multiboard item in column 2, row 1 to 5.00% of the total screen width
- Multiboard - Set the text for Income_Multiboard item in column 2, row 2 to (String((2 x (Hero level of (Picked unit)))))
- Multiboard - Set the icon for Income_Multiboard item in column 2, row 2 to UI\Feedback\Resources\ResourceGold.blp
- Multiboard - Set the width for Income_Multiboard item in column 2, row 2 to 5.00% of the total screen width
- Multiboard - Set the text for Income_Multiboard item in column 2, row 3 to (String((2 x (Hero level of (Picked unit)))))
- Multiboard - Set the icon for Income_Multiboard item in column 2, row 3 to UI\Feedback\Resources\ResourceGold.blp
- Multiboard - Set the width for Income_Multiboard item in column 2, row 3 to 5.00% of the total screen width
- Multiboard - Set the text for Income_Multiboard item in column 2, row 4 to (String((2 x (Hero level of (Picked unit)))))
- Multiboard - Set the icon for Income_Multiboard item in column 2, row 4 to UI\Feedback\Resources\ResourceGold.blp
- Multiboard - Set the width for Income_Multiboard item in column 2, row 4 to 5.00% of the total screen width
- Multiple Units Income
- Events
- Unit - A unit Finishes training a unit
- Conditions
- ((Trained unit) is A Hero) Equal to True
- Actions
- Unit Group - Add (Trained unit) to Your_Heroes
I've been stuck on this issue for awhile now, and i'm finally stumped...