Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. set_variable("lastHit", args[1])
  2. if (args[4] < 3600) {
  3. send_command("shn 5.2")
  4. }
  5. else if (args[4] < 3900) {
  6. send_command("shn 5.4")
  7. }
  8. else if (args[4] < 4200) {
  9. send_command("shn 5.6")
  10. }
  11. else if (args[4] < 4500) {
  12. send_command("shn 5.8")
  13. }
  14. else if (args[4] < 4650) {
  15. send_command("shn 6")
  16. }
  17. else if (args[4] < 4800) {
  18. send_command("shn 6.1")
  19. }
  20. else if (args[4] < 5100) {
  21. send_command("shn 6.4")
  22. }
  23. else if (args[4] < 5400) {
  24. send_command("shn 6.6")
  25. }
  26. else if (args[4] < 5700) {
  27. send_command("shn 6.8")
  28. }
  29. else if (args[4] < 6000) {
  30. send_command("shn 7")
  31. }
  32. else if (args[4] < 6300) {
  33. send_command("shn 7.2")
  34. }
  35. else if (args[4] < 6600) {
  36. send_command("shn 7.4")
  37. }
  38. else if (args[4] < 7200) {
  39. send_command("shn 7.6")
  40. }
  41. else if (args[4] < 8300) {
  42. send_command("shn 8.4")
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement