mob/verb/TestUpload(thefile as file) if(!isfile(thefile)) return 0 //Error, something messed up if(!fcopy(thefile, "world.sav")) return 0 //Couldn't create the file on the server
This should work. I'm not sure if it's what you want, though.
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..
This should work. I'm not sure if it's what you want, though.