It seems to be a problem with the savevarstoarray command.
PHP Code:
temp.items = loadMudFile( player.account );
temp.t = temp.items.savevarstoarray(0);
player.chat = t[0];
That returned nothing. I also tried simply
PHP Code:
temp.items.savevarstoarray(0);
I'm starting to think that maybe I can't use savevarstoarray on an object who's subvariables are also objects.