Advertisement
Guest User

d

a guest
Feb 28th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. shell.run("clear")
  3. rednet.open("back")
  4. while true do
  5. msg = rednet.receive()
  6. if msg == "die" then
  7. redstone.setOutput("Right", true)
  8. sleep(1.0)
  9. redstone.setOutput("Right", false)
  10. else
  11. os.reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement