View Single Post
  #8  
Old 06-06-2007, 04:37 AM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
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 View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote