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!
It can be fro many reasons. Is action MPI, means to work for all players not just player 1. Probably that is problem, post trigger and map here so I can help u
heh, thanks for your instructions, here trigger, can you check it .
Create the Multiboard
Events
Time - Elapsed game time is 2.00 seconds
Conditions
Actions
Set MultiBoard_Players = (Number of players in (All players matching (((Matching player) slot status) Equal to Is playing)))
Multiboard - Create a multiboard with 3 columns and (MultiBoard_Players + 2) rows, titled Table Statistics
Set MultiBoard = (Last created multiboard)
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to |cff0080FFFinish Ki...
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to (String(Win))
Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to |cff94EF63FFA|r
Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to |cffFFFFFFPlayer Na...
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to |cff00FF00Kill|r
Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to |cffFF0000Dead|r
For each (Integer A) from 1 to (MultiBoard_Players + 2), do (Actions)
Loop - Actions
Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Hide 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 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 width for (Last created multiboard) item in column 3, row (Integer A) to 5.00% of the total screen width
Set List = 3
Player Group - Pick every player in Forces[1] 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
Set Multiboard_Spots[(Player number of (Picked player))] = List
Multiboard - Set the text for (Last created multiboard) item in column 1, row List to (Color_Text[(Player number of (Picked player))] + ((Name of (Picked player)) + |r))
Multiboard - Set the text for (Last created multiboard) item in column 2, row List to (|cff00FF00 + 0|r)
Multiboard - Set the text for (Last created multiboard) item in column 3, row List to (|cffFF0000 + 0|r)
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.