HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

board

02-15-2005, 06:42 PM#1
Tabris
Hi
I have some question about (multi) board:
1 How make one? ^_^
2 How display it to all player or only one?
3 Can we have more than 1 bord?
4 can we set a board to be always show? (ie that the player cant "hiden" it)
Thanks
02-15-2005, 08:47 PM#2
johnfn
1) Multiboard - Create a multiboard with x columns and y rows, titled whatever

Youll then have to set each item to texts/icons

2) You use a JASS function ,getLocalPlayer, i believe, but it apparently causes server splits like none else.
3) Na, youll have to put it all on one board. (I could be wrong about this)
4)I suppose if you had it maximize every 0.2 seconds or whatever.
02-15-2005, 09:03 PM#3
Tabris
Quote:
Originally Posted by johnfn
1) Multiboard - Create a multiboard with x columns and y rows, titled whatever

Youll then have to set each item to texts/icons

2) You use a JASS function ,getLocalPlayer, i believe, but it apparently causes server splits like none else.
3) Na, youll have to put it all on one board. (I could be wrong about this)
4)I suppose if you had it maximize every 0.2 seconds or whatever.

ok thanks, too bad for the 3 and 4...
02-16-2005, 01:01 AM#4
shadow1500
you can have 1 multiboard for each player, suppose you create an array of 12 boards.
you can then use the GetLocalPlayer function to hide all boards and then using a loop make each board in the array show up to the player number in the loop.
02-16-2005, 02:00 AM#5
Sven8136
You can have many multiboards. You can only show 1 to a certain player at a time.
02-16-2005, 04:09 PM#6
Tabris
Quote:
Originally Posted by Sven8136
You can have many multiboards. You can only show 1 to a certain player at a time.

Well...
thanks
That is better... but only one in the same time....
don't know if it work but i will try to make a odd board ^^
1 normal : 1 borad
2 trigger fire : 2 board in one.... and then after a while go to 1 ^^