alright so i have a basic muiltiboard set up atm that is set up as:
i want to change this so that if a player isnt playing the row is not displayed in the muiltiboard e.g the pic above would only display
name kills death unit kill
footmen 0 0 0
worldedit 0 0 0
grunt 0 0 0
iv got the set up for number of rows created right by using
im using arrays as e.g kills[player number of owner of killing unit] witch is fine all tho
how can i keep track of the players rows properly for if the players above/below arnt playing
i want to change this so that if a player isnt playing the row is not displayed in the muiltiboard e.g the pic above would only display
name kills death unit kill
footmen 0 0 0
worldedit 0 0 0
grunt 0 0 0
iv got the set up for number of rows created right by using
-
Multiboard - Create a multiboard with 4 columns and ((Number of players in Human) + ((Number of players in Orc) + 3)) rows, titled HERO kill/death and unit kills
im using arrays as e.g kills[player number of owner of killing unit] witch is fine all tho
-
--for human--
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row ((Player number of (Owner of (Attacking unit))) + 1) to (String(kills[player number of killing unit])
-
--then for grunts--
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row ((Player number of (Owner of (Attacking unit))) + 3) to (String(kills[player number of killing unit])
how can i keep track of the players rows properly for if the players above/below arnt playing