for lines in io.lines(fn) do
for lines in io.lines(localAppDir .. fn) do
12:28:07: [string "readWriteConfig"]:46: call to setValue on object (eGame,-1) failed
for lines in io.lines(fr) do
12:41:31: [string "readWriteConfig"]:41: bad argument #1 to 'lines' (string expected, got userdata)
for lines in io.lines(localAppDir .. fn) do
12:44:47: [string "readWriteConfig"]:46: call to setValue on object (eGame,-1) failed
Line :
if line == "fullscreen = no" then wm:setValue(VConditionValue, false); print("window mode is currently set to Windowed") end