Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function retdwc()
- if affstrack.score.prone > 50 then
- send("dsl "..target.." curare kalmia head")
- --paralysis asthma
- elseif affstrack.score.asthma >= 66 then
- send("dsl "..target.." gecko slike head")
- --slickness anorexia
- elseif affstrack.score.anorexia >= 66 then
- send("dsl "..target.." voyria delphinium head")
- --goto sleep and die before you cure
- else
- send("dsl "..target.." delphinium delphinium")
- --night night buttercup
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement