Advertisement
virtualdxs

Computercraft Time

May 6th, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ymon = peripheral.wrap("top")
  2. ymon.setTextScale(10)
  3. time = textutils.formatTime(os.time(),false)
  4. mon.write(time)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement