Advertisement
Guest User

Untitled

a guest
Apr 27th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //nope
  2. mob
  3. proc
  4. GetPlanetGravity()
  5. switch(z)
  6. if(1) return 1
  7. if(2) return 2
  8. if(4) return 2
  9. if(5) return 5
  10. if(6) return 20
  11. if(7) return 10
  12. if(8) return 10
  13. if(9) return 10
  14. if(10) return 1
  15.  
  16. //yes
  17. proc
  18. GetPlanetGravity()
  19. switch(z)
  20. if(1) return 1
  21. if(2) return 2
  22. if(4) return 2
  23. if(5) return 5
  24. if(6) return 20
  25. if(7) return 10
  26. if(8) return 10
  27. if(9) return 10
  28. if(10) return 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement