Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- local senderId, message, protocol = rednet.receive("turt/comp")
- print(message)
- if redstone.getInput("front") == true then
- term.clear()
- term.setCursorPos(1,1)
- os.reboot()
- end
Advertisement
Add Comment
Please, Sign In to add comment