os.setComputerLabel("Michaelangelo") turtle.select(1) while true do local event = os.pullEvent("redstone") if event == "redstone" and rs.getInput("back") == true then turtle.place() end end