Variables:
GameStats: Multiboard Array, size of 4
Player: String Array, Size of 4 (Name of the Player)
PlayerColor: String Array, Size of 4 (Warcraft Color code for player.)
There are no events; this trigger is run from another trigger.
-
MakeMultiboard
-

Events
-

Conditions
-

Actions
-


For each (Integer A) from 1 to 4, do (Actions)
-



Loop - Actions
-




-------- The Loop is right above. --------
-




Multiboard - Create a multiboard with 2 columns and 7 rows, titled |cffffcc00Game Stat...
-




Set GameStats[(Integer A)] = (Last created multiboard)
-




Multiboard - Set the width for GameStats[(Integer A)] item in column 1, row 0 to 12.50% of the total screen width
-




Multiboard - Set the width for GameStats[(Integer A)] item in column 2, row 0 to 10.00% of the total screen width
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 2 to ReplaceableTextures\CommandButtons\BTNMisc_Coin_01.blp
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 2 to ReplaceableTextures\CommandButtons\BTNMisc_Coin_01.blp
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 3 to ReplaceableTextures\CommandButtons\BTNMisc_Coin_03.blp
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 4 to ReplaceableTextures\CommandButtons\BTNMisc_Coin_05.blp
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 5 to ReplaceableTextures\CommandButtons\BTNSkeletonWarrior.blp
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 6 to ReplaceableTextures\WorldEditUI\Editor-Ally-NoPriority.blp
-




Multiboard - Set the icon for GameStats[(Integer A)] item in column 1, row 7 to ReplaceableTextures\WorldEditUI\Editor-ItemSet.blp
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 1, row 2 to Gold
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 1, row 3 to Silver
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 1, row 4 to Copper
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 1, row 5 to Deaths
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 1, row 6 to AchievScore
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 1, row 7 to AchievPoints
-




Multiboard - Set the text for GameStats[(Integer A)] item in column 2, row 1 to (PlayerColor[(Integer A)] + (Name of Player[(Integer A)]))
-




Multiboard - Set the display style for GameStats[(Integer A)] item in column 2, row 0 to Show text and Hide icons
-




Multiboard - Set the display style for GameStats[(Integer A)] item in column 1, row 1 to Hide text and Hide icons
-




Multiboard - Hide GameStats[(Integer A)]
-




Custom script: if ( GetLocalPlayer() == Player( udg_GameStats[GetForLoopIndexA()-1]) ) then
-




Multiboard - Show GameStats[(Integer A)]
-




Custom script: endif