Advertisement
Guest User

Untitled

a guest
May 25th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. isConnected() {
  2. coords := getCoordinates()
  3.  
  4. if ((coords[1] == 384 && coords[2] == -1557 && coords[3] == 20) || (Round(coords[1]) == 1531 && Round(coords[2]) == -1734 && Round(coords[3]) == 13)) {
  5. return false
  6. }
  7.  
  8. return true
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement