ID:134352
Oct 20 2006, 9:53 pm
|
|
Could we perhaps get a client/Logout proc that is called before the client is completely trashed, and calls client.Del(), or is this just one of those things that isn't possible? I'd just like to be able to Export a savefile just before the client leaves, and only before the client leaves.
|
Oct 20 2006, 10:34 pm
|
|
Is mob/Logout() not sufficient for your purposes?
|
In response to Crispy
|
|
Crispy wrote:
Is mob/Logout() not sufficient for your purposes? By the time <code>mob.Logout()</code> has been called, the client is long gone. |
Override client/Del(), calling ..() after you have saved their file, and everything should be peachy.
|
In response to Jtgibson
|
|
For some reason, this just isn't working for me. Here's what I'm currently doing:
client And it doesn't appear to be actually exporting the savefile. |