Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
integer variable help
integer variable help
08-14-2004, 12:47 AM
#1
Billy_Cat
when I create an integer variable, it asks me what the array is, what is the array...
08-14-2004, 12:49 AM
#2
wwsage
An array is essentially a group of variables all in one variable. You don't have to use an array though you can use a single variable unless using an array is a must.