Instead of doing
Variable[0][0] := 1;
Variable[0][1] := 2;
Can you do
Variable[0] := [1, 2];
Just trying to figure out if that is what is wrong or it's something else in my script.
If that won't work, then fuuuuuuuuu. My beautiful script aesthetics...




Reply With Quote













