XxLen_KagaminexX

CC 1.16+ Reactor Shutdown

Jan 19th, 2021 (edited)
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.83 KB | None | 0 0
  1. redstone.setOutput("top", false)
  2. term.clear()
  3. term.setCursorPos(16, 9)
  4. print("Opening Reactor Lid.")
  5. sleep(6)
  6. term.clear()
  7. term.setCursorPos(16, 9)
  8. print("Opening Reactor Lid..")
  9. sleep(6)
  10. term.clear()
  11. term.setCursorPos(16, 9)
  12. print("Opening Reactor Lid...")
  13. sleep(6)
  14. term.clear()
  15. term.setCursorPos(16, 9)
  16. print("Reactor Lid Opened!")
  17. sleep(1)
  18. redstone.setOutput("left", false)
  19. term.clear()
  20. term.setCursorPos(16, 9)
  21. sleep(2)
  22. term.clear()
  23. term.setCursorPos(16, 9)
  24. print("Reactor Shutting Down.")
  25. sleep(2)
  26. term.clear()
  27. term.setCursorPos(16, 9)
  28. print("Reactor Shutting Down..")
  29. sleep(2)
  30. term.clear()
  31. term.setCursorPos(16, 9)
  32. print("Reactor Shutting Down...")
  33. sleep(2)
  34. term.clear()
  35. term.setCursorPos(16, 9)
  36. print("Reactor Offline")
  37. redstone.setOutput("right", false)
  38. sleep(4)
  39. term.clear()
  40. term.setCursorPos(1, 1)
  41.  
Add Comment
Please, Sign In to add comment