HadezOwner
New Member
- Joined
- Jun 4, 2005
- Messages
- 1
- Reaction score
- 0
Im running into problems creating "new variables" for a player on a multiboard. For example:
_______________________
Events
Unit dies
Actions
Set Variable - (killnum) = (killnum) + 1
Set Var - (deathnum) = (deathnum) + 1
if - Player 1 = owner of killing unit
then - Multiboard - Change text in col (2) row (2), String(killnum)
else-
------>if - Player 1 = owner of dieing unit
------>then - Multiboard - Change text in col (3) row (2), String(deathnum)
------>else - do nothin
_____________________________
Is there a way i can do this for all players on the multiboard, putting it into sum sort of array (theres 12 players). I got stuck b/c its not like a leaderboard where the player column has direct corellation with its value column.
_______________________
Events
Unit dies
Actions
Set Variable - (killnum) = (killnum) + 1
Set Var - (deathnum) = (deathnum) + 1
if - Player 1 = owner of killing unit
then - Multiboard - Change text in col (2) row (2), String(killnum)
else-
------>if - Player 1 = owner of dieing unit
------>then - Multiboard - Change text in col (3) row (2), String(deathnum)
------>else - do nothin
_____________________________
Is there a way i can do this for all players on the multiboard, putting it into sum sort of array (theres 12 players). I got stuck b/c its not like a leaderboard where the player column has direct corellation with its value column.