ID:267571
 
Would it be possible to make a 'savefile/txt file' like this
:
:
:
:
and store that in a text file then upload it via FTP transfer to a server and then take the text file from the FTP area and use it to load a character?
This may not be very secure but would it work(I am the only one who has access to the FTP server) If there would be a way to make this work please I would love to no
Thanks Piccolo-zt
Err I hate bumping but I am really curious
In response to Piccolo-zt
can't you upload byond save files anyway?

they are encrypted so a much better alternative
In response to Piccolo-zt
I don't think that byond is able to use ftp in that manner. What you could TRY though is use shell() to tell your ftp program to upload and download stuff. A better solution might be to have a byond game running on your ftp server that world.Import()s and world.Export()s savefiles for you.