Jodo32

Untitled

Aug 2nd, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. br = peripheral.wrap("bottom")
  2.  
  3. br.clear()
  4.  
  5. br.addText(100, 170, "Welcome User. The terminal glasses are now initializing. Please Stand By.", 0x00158F)
  6. sleep(4)
  7. br.clear()
  8. br.addText(100, 170, "Interface Loading...", 0x00158F)
  9. sleep(4)
  10. br.clear()
  11. br.addText(100, 170, "Load Successful. Initialization is now complete", 0x00158F)
  12. sleep(4)
  13. br.clear()
  14. shell.run("glasses")
Advertisement
Add Comment
Please, Sign In to add comment