Quote:
Originally Posted by MrOmega
there is no specific thing they are not working at all, although what you gave works but one of things i'm doing isnt
PHP Code:
temp.list.insert( 3, 2.5);
echo( temp.list[ 3]);
still returns the original temp.list[ 3], temp.list is a list of player weapons
|
When copying the weapons array the temp.var will actually act as a reference to the same object, which I believe is read-only.