can someone tell me how to fix it?
Quote
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
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











