Advertisement
darthgustav

wallwork.lua

Feb 20th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. -- WallWork
  2. local robot = require("robot")
  3.  
  4. --Move to Work Area
  5. for i = 1,15,1
  6. do
  7. robot.forward()
  8. end
  9.  
  10. -- Facing Field
  11. robot.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement