View Single Post
  #4  
Old 08-21-2008, 08:55 PM
The_Kez The_Kez is offline
N-Pulse Asst. Manager
The_Kez's Avatar
Join Date: Dec 2007
Posts: 106
The_Kez is on a distinguished road
Send a message via MSN to The_Kez
It seems to be a problem with the savevarstoarray command.

PHP Code:
temp.items loadMudFileplayer.account );
temp.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.
Reply With Quote