Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- br = peripheral.wrap("bottom")
- br.clear()
- br.addText(100, 170, "Welcome User. The terminal glasses are now initializing. Please Stand By.", 0x00158F)
- sleep(4)
- br.clear()
- br.addText(100, 170, "Interface Loading...", 0x00158F)
- sleep(4)
- br.clear()
- br.addText(100, 170, "Load Successful. Initialization is now complete", 0x00158F)
- sleep(4)
- br.clear()
- shell.run("glasses")
Advertisement
Add Comment
Please, Sign In to add comment