Hrm, I'll try it with the variable name between "" instead of '.
I have a sideChat thing that tells me the value of the array.
What happens is unit A and unit B both have woundArray, which starts off as ["", "", FALSE, FALSE, FALSE, []].
Then, unit A gets wounded, so the woundArray on unit A's machine changes to ["bullet wound", "", FALSE, FALSE, FALSE, []].
Unit B wants to check what wound unit A has, so I use the previously posted code to transfer unit A's woundArray to the variable getArray_(random number), then public variable it.
What happens is getArray_(random number) returns as ["", "", FALSE, FALSE, FALSE, []] -- even after unit A was wounded.
Any ideas? I've been trying to work out this particular problem for literally two weeks.
Unit A array
["bullet wound", "leg", FALSE, FALSE, FALSE, []]