Warcraft III resources & community, 2003–2006 · archived

How do you make multiborads viewed by only 1 player?

7 posts
#1

How do you make multiborads viewed by only 1 player?

How do you make a multiboard system like in Heros and Empires or Genisis of empires?
Ive tried every way I could think of yet sadly none worked.
Even using jass I cannot make 12 diffrent multiboards visable by only 1 player each.

Can anyone help?
#2
I don't know how to do but I think this should be asked in the map section instead.
#3
Create the multiboard normally, but instead of showing it the normal way, do this:

if GetLocalPlayer() == whichPlayer then
    call MultiboardDisplay(whichMultiboard, true)
endif


The Jass Vault
#4
I tried
if GetLocalPlayer() == whichPlayer then 
call MultiboardDisplay(whichMultiboard, true) 
endif

But I cannot get it to work.

I want to show 12 diologs and 1 of the 12 to 1 of 12 players.
How can I do that?
#5
You should of course replace whichPlayer with the player you want to show it to, and whichMultiboard with the multiboard you want to show the player.
#6
Ok got it to work.
I was using it as I created the multiboards. :?

Thanks Blade.dk2
#7
Happy I could help :)

And by the way, the 2 in my name is only there because of a site bug.