HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

help Creating a variable for a few things (Gui)

05-26-2006, 10:55 AM#1
Xandramas
Okay I am having trouble figuring out how to do a few of these things.

1. I want to use an array variable to count each players kills and then display them on the multiboard by setting something like

event a unit dies
condition owner of killing unit equal to true
Set multiboard row 1 column 1 kills[1] where kills is the variable
and then Set multiboard row 1 column 2 kills[2] and so on but it wont display the variable correctly for me.

this is out of memory so i might have some of the trigger set wrong... but what am i doin wrong here?

Second. Is it possible to set an array kills trigger to go to different things like if a player kills someone from player 11 it goes to kills 1 but if the smae player kills someoen from player 12 it goes to kills2?

and finally how would i set those up?

Im looking for triggers to work for 7 different players. I found a tutorial to do it for 2 players but i tried fiddling around with it for an hour or more but couldnt figure out how to make it for more than that. There are 7 players and 4 enemy computers, 1allied computer. Each computer I want to be in its own kill variable accessable through wahtever, chat commands, etc. Thank you for your time. I appreciate it

Ps. ive spent hours reading every tutorial and forum of like 5 different sites for decent info on these things.