| Do you know how to create variables? There is a function within Multiboard, it will set a value to a certain field. To make things easier, make an array so all elements can be stored into the multiboard without having to make a variable for each element.
Whats an array you ask? Well its a variable that hold multiple values eg:
In C:
int num[6]="24, 35, 100, 7, 0, 8";
In Warcraft III you would create an Integer variable, enable Array and put the number of elements to whatever the maximum fields there are. Next make 10 variables collecting the player number.
You only use 10 elements if you are planning on sorting the multiboard, which is not a good idea!!!
Last edited by Chris; 01-14-2005 at 09:53 PM.
|