318 posts joined 2005-01-18
#1 2005-12-07
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?
616 posts Sweden joined 2005-04-29
#2 2005-12-11
I don't know how to do but I think this should be asked in the map section instead.
521 posts Denmark joined 2005-05-06
#3 2005-12-11
Create the multiboard normally, but instead of showing it the normal way, do this:
if GetLocalPlayer() == whichPlayer then
call MultiboardDisplay(whichMultiboard, true)
endifThe Jass Vault 318 posts joined 2005-01-18
#4 2005-12-11
I tried
if GetLocalPlayer() == whichPlayer then
call MultiboardDisplay(whichMultiboard, true)
endifBut 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?
521 posts Denmark joined 2005-05-06
#5 2005-12-11
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.
318 posts joined 2005-01-18
#6 2005-12-11
Ok got it to work.
I was using it as I created the multiboards.
Thanks Blade.dk2
521 posts Denmark joined 2005-05-06
#7 2005-12-11
Happy I could help
And by the way, the 2 in my name is only there because of a site bug.