Maybe someone can help.
it seems that FA lua doesn't support such lua standard :
- Code: Select all
local file ,err = io.open(filename, "wb")
WARNING: Error running OnRelease script in <deleted object>: ...lliance\mods\heroes_reloaded\modules\datamanager.lua(136): access to nonexistent global variable "io"
So, how can we open access to files ?
Really annoying for my mod because i need to save players templates on local file. Somebody got experience on loading/saving data on file with FA ?