Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function pickMentalAttack()
  2.  
  3.  
  4. if ps.target.isAfflictedWithAnorexia then
  5. if ps.target.isAfflictedWithStupidity then
  6. return "paralyse"
  7. else
  8. return "stupidity"
  9. end
  10. end
  11. return "anorexia"
  12.  
  13. end
  14.  
  15. send("combo "..ps.target.." mnk ucp ucp#mind "..pickMentalAttack().."")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement