Posted 20 September 2013 - 02:40 PM
I try to run this program
bios:337: [string "setSide"]:7: function arguments expected
Can someone please help?
if not fs.exists("SIDE") then
write("What side is your door on?")
side = read()
local file = io.open("SIDE","w")
file:write(side)
file:close
shell.run("setTime")
else
shell.run("setTime")
end
and it gives me this errorbios:337: [string "setSide"]:7: function arguments expected
Can someone please help?