// Trigger: ShowMultiboardforPlayer
//===========================================================================
function Trig_ShowMultiboards_Func001A takes nothing returns nothing
if GetLocalPlayer() == GetEnumPlayer() then
call MultiboardDisplayBJ( true, udg_PlayerMultiboard[GetConvertedPlayerId(GetEnumPlayer())] )
endif
endfunction
function Trig_ShowMultiboards_Actions takes nothing returns nothing
call ForForce( GetPlayersByMapControl(MAP_CONTROL_USER), function Trig_ShowMultiboards_Func001A )
endfunction
//===========================================================================
function InitTrig_ShowMultiboardforPlayer takes nothing returns nothing
set gg_trg_ShowMultiboardforPlayer = CreateTrigger( )
call TriggerAddAction( gg_trg_ShowMultiboardforPlayer, function Trig_ShowMultiboards_Actions )
endfunction
This might be it. I "deprotected" HaE No the line
call MultiboardDisplayBJ( true, udg_PlayerMultiboard[GetConvertedPlayerId(GetEnumPlayer())] )
Generates errors. LOL I didn't change variable. It doesn't work.