Bonkie

Quarry turtle Wireless Engine

May 18th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.   if (os.pullEvent("redstone")) then
  3.     if (redstone.getInput("top")) then
  4.       sleep(2)
  5.       shell.run("moveFrame","achter","9")
  6.     end
  7.   end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment