Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Hi !
I would like a multiboards wich look like that :
Value and value max are vairables with deploiement.
(update) I need one more trigger : every 0.10 update the multiboards (Value ; Value_Max ; player Statue)
Here's the trigger. The only thing that's missing is the color of the player. It's a little too much work I think.. sry.
You just have to update the multiboard and the variables, and you're good to go!
Initialization
Events
Time - Elapsed game time is 1.00 seconds
Conditions
Actions
Multiboard - Create a multiboard with 3 columns and 8 rows, titled Multiboard
Set Multiboard = (Last created multiboard)
Multiboard - Change the title of Multiboard to Multiboard
Multiboard - Set the display style for Multiboard item in column 0, row 0 to Show text and Hide icons
Multiboard - Set the display style for Multiboard item in column 2, row 0 to Show text and Show icons
Multiboard - Set the width for Multiboard item in column 1, row 0 to 12.00% of the total screen width
Multiboard - Set the width for Multiboard item in column 2, row 0 to 5.00% of the total screen width
Multiboard - Set the width for Multiboard item in column 3, row 0 to 5.00% of the total screen width
For each (Integer A) from 1 to 8, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Player((Integer A))) slot status) Equal to Is playing
Then - Actions
Multiboard - Set the text for Multiboard item in column 1, row (Integer A) to (Name of (Player((Integer A))))
Else - Actions
For each (Integer A) from 1 to 8, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Player((Integer A))) slot status) Not equal to Is playing
Then - Actions
Multiboard - Set the display style for Multiboard item in column 0, row (Integer A) to Hide text and Hide icons
Else - Actions
For each (Integer A) from 1 to 8, do (Actions)
Loop - Actions
Multiboard - Set the text for Multiboard item in column 2, row (Integer A) to (String(Value[(Integer A)]))
For each (Integer A) from 1 to 8, do (Actions)
Loop - Actions
Multiboard - Set the text for Multiboard item in column 3, row (Integer A) to (String(Value_Max[(Integer A)]))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.