1AMBLH9Vfj3iob7BeoiCNhHbC9bnyvLY4u


SUBMITTED BY: Guest

DATE: Nov. 19, 2013, 3:18 a.m.

FORMAT: Text only

SIZE: 362 Bytes

HITS: 723

  1. mon = peripheral.wrap("left") -- replace "left" with the side your monitor is on
  2. mon.setTextScale(5) -- change 5 to any any number between 0.5 and 5 to change the size of the text
  3. while true do
  4. mon.clear()
  5. mon.setCursorPos(1,1)
  6. local nTime = os.time()
  7. mon.write(textutils.formatTime(nTime,false))
  8. sleep(1)
  9. end

comments powered by Disqus