Guest User

Untitled

a guest
Apr 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. on 1:text:-sniff*:#:{
  2. set %animal $rand(1,4)
  3. if (%animal == 1) {
  4. set %animalt $read(tiny.txt)
  5. set %animalthp $rand(3,9)
  6. set %thp %animalthp
  7. set %active %animalt
  8. msg $chan 5You have scented a7 %animalt 8☀4 %thp HP 8☀
  9. set %ahp %thp }
  10. if (%animal == 2) {
  11. set %animals $read(small.txt)
  12. set %animalshp $rand(10,20)
  13. set %shp %animalshp
  14. set %active %animals
  15. msg $chan 5You have scented a7 %animals 8☀4 %shp HP 8☀
  16. set %ahp %shp }
  17. if (%animal == 3) {
  18. set %animalm $read(medium.txt)
  19. set %animalmhp $rand(25,45)
  20. set %mhp %animalmhp
  21. set %active %animalm
  22. msg $chan 5You have scented a7 %animalm 8☀4 %mhp HP 8☀
  23. set %ahp %mhp }
  24. if (%animal == 4) {
  25. set %animall $read(large.txt)
  26. set %animallhp $rand(45,60)
  27. set %lhp %animallhp
  28. set %active %animall
  29. msg $chan 5You have scented a7 %animall 8☀4 %lhp HP 8☀
  30. set %ahp %lhp }
  31. }
  32.  
  33. on 1:text:,,:#:{
  34. set %dmg $rand(1,4)
  35. set %hit %dmg
  36. if (%dmg == 1) { msg $chan 7 $+ $nick 5attacks the7 %active 5for7 %hit $+ 5. The7 %active 5now has 8☀4 $calc(%ahp - %hit) HP8☀ }
  37. if (%dmg == 2) { msg $chan 7 $+ $nick 5attacks the7 %active 5for7 %hit $+ 5. The7 %active 5now has 8☀4 $calc(%ahp - %hit) HP8☀ }
  38. if (%dmg == 3) { msg $chan 7 $+ $nick 5attacks the7 %active 5for7 %hit $+ 5. The7 %active 5now has 8☀4 $calc(%ahp - %hit) HP8☀ }
  39. if (%dmg == 4) { msg $chan 7 $+ $nick 5attacks the7 %active 5for7 %hit $+ 5. The7 %active 5now has 8☀4 $calc(%ahp - %hit) HP8☀ }
  40. }
Add Comment
Please, Sign In to add comment