I try it in lua ,can work,but can't run in lua
f=io.open("test.txt","w")
f:write("test")
f:close()
error "Scripting is not active yet, or script file had a parse error."
f=io.open("test.txt","w")
f:write("test")
f:close()
error "Scripting is not active yet, or script file had a parse error."