This is what I tried first:
mob
proc
Save()
var/savefile/F=new("Test.sav")
F["Stuff"]<<usr.Stuff
F["OtherStuff"]<<usr.otherstuff
client.Export(F)
But that didn't save it on the client's computer.It saved it on the host's computer.
So what am I gonna do????
Lose the filename. var/savefile/F = new
Hiead