Advertisement
Foxit

Untitled

Aug 4th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local emplacement = false
  2. local fort = false
  3.  
  4. function deplacement()
  5.  
  6.     local wool = false
  7.     local bleu = false
  8.     local rouge = false
  9.    
  10.     turtle.select(1)
  11.     bleu = turtle.compareDown()
  12.    
  13.     turtle.select(2)
  14.     rouge = turtle.compareDown()
  15.    
  16.     wool = bleu or red
  17.    
  18.     if wool == false then
  19.          turtle.forward()
  20.     end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement