robk
Warlord
I just noticed some weird behavior by the Tuner console that was tripping me up a bit: I guess it won't print out strings over a certain length. I had a 3 dimensional array that I was trying to save and the load function didn't appear to work in testing. However, after poking around a bit, I realized that wrapping a string.len() around the load function told me that the length was 10k+ characters, just that the tuner was quietly refusing to print it. I did manage to get it to print out a string of length 690 or so characters so the cut off is somewhere in between.
Anyway, just a warning in case someone else sees the same thing.
Anyway, just a warning in case someone else sees the same thing.