The hardware issue is resolved, and the European Xbox megaserver is now available. Thank you for your patience!
Maintenance for the week of November 17:
• [COMPLETE] ESO Store and Account System for maintenance – November 17, 6:00AM EST (11:00 UTC) - 4:00PM EST (21:00 UTC)
• Xbox: NA and EU megaservers for maintenance – November 19, 4:00AM EST (9:00 UTC) - 12:00PM EST (17:00 UTC)
io library?
I'm trying to use the io.open() to write a log file on disk but i get the error message "trying to index a nil value" so I figure that the io library isn't loaded by default.
So I added require "io" but then I get "function expected instead of nil" on the require line, so I assume that "require" has been removed from the Lua language.
Is there any way to use the IO library files, open(), write() and close()?