Advertisement
RobotBubble

FirstStart

Oct 24th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. print("Welcome to BBC V4.1")
  5. print("Name computer:")
  6. term.setCursorPos(15, 2)
  7. input = read()
  8. term.setCursorPos(1, 3)
  9. shell.run("label set", input)
  10. sleep(1)
  11. term.clear()
  12. term.setCursorPos(1, 1)
  13. textutils.slowPrint("Setup...")
  14. sleep(2.5)
  15. term.setCursorPos(9, 1)
  16. print("done")
  17. sleep(2)
  18. term.clear()
  19. term.setCursorPos(1, 1)
  20. textutils.slowPrint("Thank you for choosing")
  21. textutils.slowPrint("Bubble Bot Computers")
  22. textutils.slowPrint("Please note that not all")
  23. textutils.slowPrint("programs are developed")
  24. textutils.slowPrint("& written by Robot Bubble")
  25. sleep(5)
  26. shell.run("copy menu startup")
  27. sleep(2.5)
  28. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement