Advertisement
Risk_exe

Untitled

Apr 12th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function Wait_for_minions()
  2. while true do
  3. if turtle.inspect() then
  4. turtle.turnRight();
  5. if turtle.inspect() then
  6. turtle.turnRight();
  7. if turtle.inspect() then
  8. turtle.turnRight();
  9. if turtle.inspect() then
  10. turtle.turnRight();
  11. break;
  12. end
  13. end
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement