Advertisement
a_alien

turtleHoper.lua

May 3rd, 2021
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. if not turtle then
  2.     error("this only works on turtels")
  3. end
  4.  
  5. while true do
  6.     turtle.suckUp()
  7.     turtle.drop()
  8.     os.queueEvent("Yes hello event handler this is just bulcrap so do not pay attanchen plz :)")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement