Advertisement
Guest User

startup

a guest
Nov 28th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. term.clear()
  2. monitor = peripheral.wrap("right")
  3. monitor.setTextScale(5)
  4. while true do
  5. sleep(0)
  6. monitor.setCursorPos(6.8 ,3.5)
  7. monitor.write(textutils.formatTime(os.time(),true))
  8. monitor.setCursorPos(5, 5)
  9.  
  10. monitor.write("Welcome")
  11.  
  12.  
  13. end
  14. monitor.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement