I have no clue where to post this, but it is trigger related. I am looking to make a multiboard, or something like it that will display resources of a player, to that player only. I have variable arrays with 1-Max Players as the array, each part of the array made to store that type resource of the player. I have a muiltboard displaying 5 resource stats to player 1, but I cant figure it out after that.
If Jass is needed, fine, I can figure out how to use that too.
More Background:
I am making a map where there will be around 9-12 players, 3-4 players a team. The players allocate 5 different resources, this includes the two that are gold and lumber in the normal war3. The other 3 are variable controlled. I am looking for a system not only to display the data to the players, but to control the data for each player without messing up the other players. I think I can use a variable array for the control of each players resources.
P.S. Thank you to anyone that helps.
If Jass is needed, fine, I can figure out how to use that too.
More Background:
I am making a map where there will be around 9-12 players, 3-4 players a team. The players allocate 5 different resources, this includes the two that are gold and lumber in the normal war3. The other 3 are variable controlled. I am looking for a system not only to display the data to the players, but to control the data for each player without messing up the other players. I think I can use a variable array for the control of each players resources.
P.S. Thank you to anyone that helps.