Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1.  
  2. function standardpoisons()
  3.  
  4.  
  5. if table.contains(enemyafftracker, "asthma") and table.contains(enemyafftracker, "impatience") and not table.contains(enemyafftracker, "slickness") and not table.contains(enemyafftracker, "anorexia")then
  6. toxin1 = "bromine"
  7. toxin2 = "iodine"
  8.  
  9. else if table.contains(enemyafftracker, "asthma") and table.contains(enemyafftracker, "impatience") and table.contains(enemyafftracker, "anorexia") and table.contains(enemyafftracker, "slickness") and not table.contains(enemyafftracker, "numbness") then
  10. toxin1 = "hemotoxin"
  11. toxin2 = "ciguatoxin"
  12.  
  13. else if table.contains(enemyafftracker, "asthma") and table.contains(enemyafftracker, "impatience") and table.contains(enemyafftracker, "anorexia") and table.contains(enemyafftracker, "slickness") and not table.contains(enemyafftracker, "hemotoxin") then
  14. toxin1 = "hemotoxin"
  15. toxin2 = "ciguatoxin"
  16.  
  17. else if table.contains(enemyafftracker, "hemotoxin") and table.contains(enemyafftracker, "numbness") and table.contains(enemyafftracker, "asthma") and table.contains(enemyafftracker, "impatience") and table.contains(enemyafftracker, "anorexia") and table.contains(enemyafftracker, "slickness") and not table.contains(enemyafftracker, "slowbalance") and not table.contains(enemyafftracker, "epilepsy") then
  18. toxin1 = "noctec"
  19. toxin2 = "chloroform"
  20.  
  21. else if table.contains(enemyafftracker, "hemotoxin") and table.contains(enemyafftracker, "numbness") and table.contains(enemyafftracker, "asthma") and table.contains(enemyafftracker, "impatience") and table.contains(enemyafftracker, "anorexia") and table.contains(enemyafftracker, "slickness") and not table.contains(enemyafftracker, "sensitivity") then
  22. toxin1 = "strychnine"
  23. toxin2 = "strychnine"
  24.  
  25. else
  26.  
  27.  
  28. if not table.contains(enemyafftracker, "asthma") then
  29. toxin1 = "mercury"
  30. else if not table.contains(enemyafftracker, "sunallergy") then
  31. toxin1 = "xeroderma"
  32. else if not table.contains(enemyafftracker, "nausea") then
  33. toxin1 = "botulinum"
  34. else if not table.contains(enemyafftracker, "hemotoxin") then
  35. toxin1 = "hemotoxin"
  36. else if not table.contains(enemyafftracker, "slickness") then
  37. toxin1 = "iodine"
  38. else if not table.contains(enemyafftracker, "benzene") then
  39. toxin1 = "benzene"
  40. else if not table.contains(enemyafftracker, "epilepsy") then
  41. toxin1 = "chloroform"
  42. else if not table.contains(enemyafftracker, "disloyality") then
  43. toxin1 = "vitriol"
  44. else
  45. end
  46. end
  47. end
  48. end
  49. end
  50. end
  51. end
  52.  
  53. end
  54.  
  55. if not table.contains(enemyafftracker, "numbness") then
  56. toxin2 = "ciguatoxin"
  57. else if not table.contains(enemyafftracker, "butisol") then
  58. toxin2 = "butisol"
  59. else if not table.contains(enemyafftracker, "slowherbs") then
  60. toxin2 = "mazanor"
  61. else if not table.contains(enemyafftracker, "calotropis") then
  62. toxin2 = "calotropis"
  63. else if not table.contains(enemyafftracker, "metrazol") then
  64. toxin2 = "metrazol"
  65. else if not table.contains(enemyafftracker, "sensitivity") then
  66. toxin2 = "strychnine"
  67. else
  68.  
  69. end
  70. end
  71. end
  72. end
  73. end
  74.  
  75. end
  76.  
  77. end
  78.  
  79.  
  80. end
  81. end
  82. end
  83. end
  84. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement