Posted 17 January 2013 - 03:33 AM
keep getting this error
can someone tell me how to fix it?
Any help would be appreciated :)/>
can someone tell me how to fix it?
while true do
shell.run("clear")
local nTime = os.time()
local Time =textutils.formatTime( nTime, false)
;print( "Time: "..textutils.formatTime( nTime, false ) )
sleep(0.25)
print(Time)
if Time == 0:10AM then
term.clear()
print("Time is now 0:10 AMs
end
end
Any help would be appreciated :)/>