
06-06-2007, 04:37 AM
|
|
Registered Omega
|
 |
Join Date: Apr 2006
Location: United States
Posts: 1,920
|
|
|
Ugh, none of that is the problem. The problem is when I'm trying to put the vars in the array. It creates a multidemensional array rather than fill it up.
EXAMPLE:
array 2 = {"crap", "foo", "bar",}
array1.clear();
array1 = array2;
It's returning array 1 like in on of these:
array1 = {array2, array2, array2}
And has array two set as all the indices.
or
Just sets array2 as the first index. But the idea is for:
array 1 = array 2
array1 should end up equalling {"crap", "foo", "bar"} |
__________________
REMEMBER, IF YOU REP ME, LEAVE A NAME! 
Quote:
Originally Posted by haunter
Graal admins don't die. They go to hell and regroup.
|
Quote:
Originally Posted by Inverness
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
|
|
|
|
|