• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Solved] Multiboard Question

Status
Not open for further replies.
Level 11
Joined
Jul 9, 2009
Messages
926
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
926
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