- Joined
- Jul 25, 2008
- Messages
- 126
The multiboard appears but for some reason it then hides again. I don't understand why since i set them to 2 different variables.
Code:
Morale Bar
Events
Time - Elapsed game time is 1.00 seconds
Conditions
Actions
Multiboard - Create a multiboard with 1 columns and 1 rows, titled Morale
Set Team_1_Multiboard = (Last created multiboard)
Multiboard - Set the width for Team_1_Multiboard item in column 1, row 1 to 10.00% of the total screen width
Multiboard - Set the display style for Team_1_Multiboard item in column 1, row 1 to Show text and Hide icons
Multiboard - Hide Team_1_Multiboard
Custom script: if IsPlayerAlly(GetLocalPlayer(), Player(0)) then
Multiboard - Show Team_1_Multiboard
Custom script: endif
Wait 2.00 seconds
Multiboard - Create a multiboard with 1 columns and 1 rows, titled Morale
Set Team_2_Multiboard = (Last created multiboard)
Multiboard - Set the width for Team_2_Multiboard item in column 1, row 1 to 10.00% of the total screen width
Multiboard - Set the display style for Team_2_Multiboard item in column 1, row 1 to Show text and Hide icons
Multiboard - Hide Team_2_Multiboard
Custom script: if IsPlayerAlly(GetLocalPlayer(), Player(3)) then
Multiboard - Show Team_2_Multiboard
Custom script: endif