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!
something like this? i attached the test map and pic about variables
Multiboard
Events
Time - Elapsed game time is 0.50 seconds
Conditions
Actions
Multiboard - Create a multiboard with 2 columns and (Number of players in (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User)))) rows, titled Kills
Set Multiboard = (Last created multiboard)
For each (Integer A) from 1 to 12, 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
((Player((Integer A))) controller) Equal to User
Then - Actions
Set TempNumber = (TempNumber + 1)
Set PlayerPosition[(Player number of (Player((Integer A))))] = TempNumber
Multiboard - Set the text for Multiboard item in column 1, row TempNumber to (Name of (Player((Integer A))))
Multiboard - Set the width for Multiboard item in column 1, row TempNumber to 10.00% of the total screen width
Multiboard - Set the text for Multiboard item in column 2, row TempNumber to 0
Multiboard - Set the width for Multiboard item in column 2, row TempNumber to 4.00% of the total screen width
Else - Actions
Multiboard - Show (Last created multiboard)
Increase kill by 1
Events
Unit - A unit owned by Neutral Hostile Dies
Conditions
Actions
Set playernumber = (Player number of (Owner of (Killing unit)))
Set Kill[playernumber] = (Kill[playernumber] + 1)
Multiboard - Set the text for Multiboard item in column 2, row PlayerPosition[playernumber] to (String(Kill[playernumber]))
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.