Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //furry
  2.  
  3. function start(){
  4. move();
  5. while(ballsPresent()){
  6. takeBall();
  7. move();
  8. turnAround();
  9. putBall();
  10. move();
  11. turnAround();
  12. }
  13. move();
  14. turnAround();
  15. while(ballsPresent()){
  16. takeBall();
  17. move();
  18. turnAround();
  19. putBall();
  20. putBall();
  21. move();
  22. turnAround();
  23. }
  24. move();
  25. move();
  26. turnAround();
  27. }
  28.  
  29. function krussty(){
  30. move();
  31. }
  32.  
  33. function krusstyKrkb(){
  34. move();
  35. }
  36.  
  37. function krusstyKribby(){
  38. move();
  39. }
  40.  
  41. function krusstyKribbyer(){
  42. move();
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement