| 02-14-2004, 07:35 AM | #1 |
Alright, Ive got a dozen multi boards for a dozen players. Now, how do I display a specific multiboard for a specific player? At first I was thinking maybe its not possible, but that cannot be right. Blizzard does it with the melee triggers: only the allies of dropped players can see the resource multiboard. As always with my dumb ass questions, Im sure its something real obvious Im missing, but Ive looked everywhere (even looked at the UMSWE 4.0 trigs to see if it was a purely JASS function). Thanks. EDIT: You know, just like you can do with leaderboards. |
| 02-14-2004, 10:04 AM | #2 |
Found my answer using the search query, Cubasis did an excellent job explaning things. Turns out it is a JASS function (damn that blizzard for hiding such valuable things in JASS, and damn me for not learning it!) If anyone else has a similar question: http://www.wc3campaigns.com/forums/s...ht=multiboards |
| 02-14-2004, 01:36 PM | #3 |
Code:
call MultiboardDisplay( udg_Multiboard[GetConvertedPlayerId(GetLocalPlayer())], true ) |
