Guest User

Untitled

a guest
Jan 1st, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function infiniteLoop()
  2. while true do
  3.  
  4.     m = peripheral.wrap("left")
  5.         m.setTextScale(1)
  6.     local time = os.time()
  7.         time = textutils.formatTime (time, false)
  8.     m.clear()
  9.         m.setCursorPos(1,1)
  10.     m.write(time)
  11.         sleep(1)
  12.     end
  13.         end
  14.     if time == 12:00 then
  15.         rs.setBundledOutput("back", 1)
  16.     end
  17.         infiniteLoop()
Advertisement
Add Comment
Please, Sign In to add comment