imposiblaa

turtle Parent 2

Dec 24th, 2020 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. modem = peripheral.wrap("left")
  2. modem.open(5037)
  3.  
  4. while true do
  5.     message = {os.pullEvent("modem_message")}
  6.     data = message[5]
  7.     if data == "eatme" then
  8.         turtle.digUp()
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment