Hello i have question, how to permament save table with variables in SDK server. Maybe is possible to set gvar/lvar with type parameter to send table as variable, but i dont think so. I need it in many critter scripts to change critter parametrs when critter is not logged in. Do you know how to change critter parametr when critter is not loaded to game (player is offline)? I can get critter ID, critter name but i can get critter as 'critter' to change parametrs etc. Maybe you have some idea how for example add offline player to fraction (change his param) or get list of all fraction players (i think saved table with id's is good idea but i dont know how to do this). Thank you in advance for your help.
@edit
Also it can be how to operate on files in serwer folder, operation like file.open() in scripts is dedicated for files in client folder. If I find out how to do this it will manipulate read/write files to achieve what I needs.