Advertisement
maxtorcd55

Untitled

Feb 19th, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. function draaiRechts()
  2.  turtle.turnRight()
  3.  turtle.forward()
  4.  turtle.turnRight()
  5. end
  6. draaiRechts()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement