Advertisement
hhaos

Untitled

Jul 2nd, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. function retdwc()
  2. if affstrack.score.prone > 50 then
  3. send("dsl "..target.." curare kalmia head")
  4. --paralysis asthma
  5. elseif affstrack.score.asthma >= 66 then
  6. send("dsl "..target.." gecko slike head")
  7. --slickness anorexia
  8. elseif affstrack.score.anorexia >= 66 then
  9. send("dsl "..target.." voyria delphinium head")
  10. --goto sleep and die before you cure
  11. else
  12. send("dsl "..target.." delphinium delphinium")
  13. --night night buttercup
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement