Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Actions:

Custom Script: if GetLocalPlayer() == Player (0)

Multiboard - Show multiboard 1

Custom Script: endif

Custom Script: if GetLocalPlayer() == Player (1)

Multiboard - Show multiboard 2

Custom Script: endif
Multiboard

Events


Time - Elapsed game time is 1.00 seconds

Conditions

Actions


Multiboard - Create a multiboard with 1 columns and 1 rows, titled Lumber


Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 7.00% of the total screen width


Multiboard - Minimize (Last created multiboard)


Multiboard - Maximize (Last created multiboard)


Multiboard - Set the icon for (Last created multiboard) item in column 1, row 1 to UI\Feedback\Resources\ResourceLumber.blp


Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Lumber


Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Show icons


Custom script: if ( GetLocalPlayer() == Player(0) ) then


Multiboard - Show (Last created multiboard)


Custom script: endif


Custom script: if ( GetLocalPlayer() == Player(1) ) then


Multiboard - Show (Last created multiboard)


Custom script: endif


Custom script: if ( GetLocalPlayer() == Player(2) ) then


Multiboard - Show (Last created multiboard)


Custom script: endif


Custom script: if ( GetLocalPlayer() == Player(3) ) then


Multiboard - Show (Last created multiboard)


Custom script: endif


Custom script: if ( GetLocalPlayer() == Player(4) ) then


Multiboard - Show (Last created multiboard)


Custom script: endif


Custom script: if ( GetLocalPlayer() == Player(5) ) then


Multiboard - Show (Last created multiboard)


Custom script: endif
Events:

Time - elapsed game time is 0.01
Conditions:
Actions:

Multiboard - Create a multiboard with 1 row and 1 column

Multiboard - Change display size for column 1 row 1 in (Last created multiboard) to 4.00% of total screen length.

Multiboard - Set the text in column 1 row 1 in (Last created multiboard) to mltiboard 1

Set Multiboards[0] = GetLastCreatedMultiboard

all other actions and stuff, you know what i mean

Multiboard - Create a multiboard with 1 row and 1 column

Multiboard - Change display size for column 1 row 1 in (Last created multiboard) to 4.00% of total screen length.

Multiboard - Set the text in column 1 row 1 in (Last created multiboard) to mltiboard 2

Set Multiboards[1] = GetLastCreatedMultiboard

etc.

----- then do this ----


for each integer a from 0 to the maximum players - 1



Custom script - if GetLocalPlayer() == Player(bj_ForLoopAIndex) then // i think i got bj_Foroop wrong, i dont have wc3 available for this.



Multiboard - show Multiboards[Integer A]



Custom script - endif
function PingMinimapForPlayer takes player whichPlayer, real x, real y, real duration returns nothing
if (GetLocalPlayer() == whichPlayer) then
call PingMinimap(x, y, duration)
endif
endfunction
local integer transparency = 0
if GetLocalPlayer() != GetTriggerPlayer() then
set transparency = 100
endif
call SetUnitVertexColoring( 100, 100, 100, transparency ) // or whatever function name is.
