mob/verb/TestSave()
usr << ftp('World.sav')
I have the save part down supposedly... But how would I be able to upload the file?
ID:174214
Sep 16 2003, 11:39 am
|
|
In response to Jon88
|
|
It doesn't seem to work..
F["NPCs"] >> NPCs F["browser"] >> browser F["sheet"] >> sheet F["org"] >> org Those are the vars that savefile saves. The savefile works out as lists and when someone uploads the save file I want the vars saved on the lists added onto the present list.. |
In response to Texter
|
|
Well, once the file's been uploaded, you'll need to access it like a regular savefile.
|
In response to Jon88
|
|
I never thought about saving to a server. You can't just...
var/savefile/F=new("ftp://id:pass@host/document")? That's just a guess. |
This should work. I'm not sure if it's what you want, though.