Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if name($i) == Riven
  2. mpmset self name riventransformed
  3. say i transformed
  4. endif
  5. if name($i) == riventransformed
  6. if rand(60)
  7. say Custom Attack
  8. else
  9. if rand(40)
  10. say instant kill
  11. endif
  12. endif
  13. endif
  14.  
  15.  
  16. if name($i) == Riven
  17. mpmset self name riventransformed
  18. say i transformed
  19. else
  20. if name($i) == riventransformed
  21. if rand(60)
  22. say Custom Attack
  23. else
  24. if rand(40)
  25. say instant kill
  26. endif
  27. endif
  28. endif
  29. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement