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, 1:39 pm
|
|
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.. | |
Well, once the file's been uploaded, you'll need to access it like a regular savefile.
| |

This should work. I'm not sure if it's what you want, though.