Thread: Multiboard help
View Single Post
Old 01-14-2005, 09:49 PM   #7 (permalink)
Chris
 
Chris's Avatar
 
Join Date: May 2003
Location: Temple Prime, Sarajevo
Age: 22
Posts: 16,152
Agrees: 1
Thanked 1 Time in 1 Post

Awards Showcase
Member Excellence 
Total Awards: 1

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!!!
__________________



One Vision. One Purpose.
Through leadership in Kane, we seek a new Tiberium future.
Our stealth and advanced weaponry will bring swift death to any who oppose us.
PEACE THRU POWER!


D2Maniacs Zy-el and Nezeramontias player - Hellwolf_36

My Personal Blog Page - Revamp beginning Jan 1st
Join the Phantasy Star Online sensation - ChrisH36

Last edited by Chris; 01-14-2005 at 09:53 PM.
Chris is offline   Reply With Quote