Posted 11 April 2012 - 09:52 PM
i was working on a program that can tell time but i cant get it to work heres the code
if os.time() < 1700 then
print("night time")
elseif os.time() > 1700 then
print("day time")
end
end