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!
Hello guys...I am just wondering how to make a Multiboard for every player and a multiboard that only appears for player X but not for player Y. Thanks in advance
-------- Here you create the multiboards, new for each player... Here you save them into variables. If the all MB is similar then you can put it into a loop. --------
Do Multiple ActionsFor each (Integer A) from 1 to 12, do (Actions)
Loop - Actions
Multiboard - Create a multiboard with 1 columns and 1 rows, titled My Local Multiboard
Set MB[(Integer A)] = (Last created multiboard)
-------- There should not be any multiboards displayed --------
Multiboard - Hide (Last created multiboard)
Do Multiple ActionsFor each (Integer A) from 0 to 11, do (Actions)
Loop - Actions
Custom script: if GetLocalPlayer( ) == Player( bj_forLoopAIndex ) then
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.