<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The function save_object() does not seem to be 
working for me, and seems ill-documented, so I'm not sure if I'm calling it 
right.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a player object linked to my user object and 
the player object inherits living, which holds all the *stats* for a living 
object. Obviously, when saving a user, I would like to save the player object 
along side of it, but this does not seem to be working.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I call:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>player->save_object(SYSTEM_USER_DIR + "/" + 
name);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>nothing happens. No file is created, no error is 
given. Nothing happens. For the record, this is called from inside the system 
user object ("/usr/System/obj/user.c") which has access to the SYSTEM_USER_DIR, 
obviously, as it saves the user object just fine.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any ideas?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>--jaminv</FONT></DIV></BODY></HTML>