Guest User

Untitled

a guest
Jul 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for(int x = 0; x < 30 * 2; x++) { //waits 30 seconds
  2. if(distanceTo(obeliskTile) <= 5)
  3. break;
  4. wait(50);
  5. }
Add Comment
Please, Sign In to add comment