- Joined
- Nov 1, 2008
- Messages
- 828
Alright, i have created it but it just does not show? Is there something i am doing wrong?
-
MuitiBoard
- Events
- Conditions
-
Actions
- Multiboard - Create a multiboard with 3 columns and 2 rows, titled Game Menu:
- Set Game_Menu_Kodotag[1] = (Last created multiboard)
- Set Player = Player 1 (Red)
- Custom script: if GetLocalPlayer() == udg_Player then
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 1, row 1 to |cFFFF0000Game:|r
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 2, row 1 to Current_Game
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 1, row 2 to |cFFFF0000Deaths:|r
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 2, row 2 to (|cFFFF0000 + (String(Score_Kodotag_Deaths[1])))
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 1, row 3 to |cFFFF0000Kills:|r
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 2, row 3 to (|cFFFF0000 + (String(Score_Kodotag_Kills[1])))
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 1, row 4 to |cFFFF0000Gold acqu...
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 2, row 4 to (|cffffcc00 + (String(Score_Kodotag_Gold[1])))
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 1, row 5 to |cFFFF0000Structure...
- Multiboard - Set the text for Game_Menu_Kodotag[1] item in column 2, row 5 to (|cffffcc00 + (String(Score_Kodotag_Structures[1])))
- Multiboard - Show (Last created multiboard)
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 1, row 1 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 1, row 2 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 2, row 1 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 2, row 2 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 3, row 1 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 3, row 2 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 4, row 1 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 4, row 2 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 5, row 1 to Show text and Hide icons
- Multiboard - Set the display style for Game_Menu_Kodotag[1] item in column 5, row 2 to Show text and Hide icons
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 1, row 1 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 2, row 1 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 1, row 2 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 2, row 2 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 1, row 3 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 2, row 3 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 1, row 4 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 2, row 4 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 1, row 5 to 6.00% of the total screen width
- Multiboard - Set the width for Game_Menu_Kodotag[1] item in column 2, row 5 to 6.00% of the total screen width
- Multiboard - Minimize (Last created multiboard)
- Multiboard - Maximize (Last created multiboard)
- Custom script: endif
- -------- ================================= --------
- -------- ================================= --------
- Custom script: if ( GetLocalPlayer() == Player(1) ) then
- Multiboard - Show Game_Menu_Kodotag[2]
- Custom script: endif