How do you load a .bls save in your game?
I tried this:
schedule(10, 0, serverDirectSaveFileLoad, %filepath, 3, "", 0, 1);
It gives the error 'File "" not found'
btw %filepath = "save.bls"
This is part of a script called server.cs.
both the script file and the save file are in the same folder.