• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Multiboard Question

Status
Not open for further replies.
Level 11
Joined
Jul 9, 2009
Messages
927
So I have two multiboards, how can I make 1 of the multiboards only be able to be seen by one team and the other multiboard to the other team ?

Thanks in advanced. Help would be appreciated :)

EDIT:
Nvm, found it through searching google. sorry for bothering :)
 
Last edited:
Level 11
Joined
Jul 9, 2009
Messages
927
It took me 3 days to configure my multiboard. I started from scratch and if I did not know this community, I would have not even got to finish it. So thanks to everyone that helped on all my multiboard questions.

this is the trigger I used :)
  • Multiboard Set
    • Events
      • Time - Elapsed game time is 2.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 0 to 4, do (Actions)
        • Loop - Actions
          • Custom script: if (GetLocalPlayer() == Player(bj_forLoopAIndex)) then
          • Multiboard - Show PMSAllstarsMultiBoard
          • Custom script: endif
      • Multiboard - Minimize PMSAllstarsMultiBoard
      • For each (Integer A) from 5 to 9, do (Actions)
        • Loop - Actions
          • Custom script: if (GetLocalPlayer() == Player(bj_forLoopAIndex)) then
          • Multiboard - Show PMSAllstarsMultiboardScourge
          • Custom script: endif
      • Multiboard - Minimize PMSAllstarsMultiboardScourge
And thanks Magtheridon for solving most of the questions I asked. :)
 
Status
Not open for further replies.
Top