Guest User

Untitled

a guest
Jan 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. start:
  2. pause 1
  3. put attack
  4. if matchre("$roomobjs", "(\S+) ((which|that) appears dead|\(dead\))") then
  5. {
  6. gosub skinit
  7. }
  8. match start Roundtime
  9. matchre waitabit There is nothing else to face
  10. matchwait
  11. goto start
  12.  
  13. skinit:
  14. pause 1
  15. put hunt
  16. pause 1
  17. put arrange
  18. pause 1
  19. put arrange
  20. pause 1
  21. put skin
  22. pause 1
  23. return
  24.  
  25. waitabit:
  26. pause 5
  27. return
  28.  
  29. throwstart:
  30. pause 1
  31. put get %rh
  32. if $stamina < 95 then
  33. {
  34. gosub waitabit
  35. }
  36. put throw
  37. if matchre("$roomobjs", "(\S+) ((which|that) appears dead|\(dead\))") then
  38. {
  39. gosub throwskinnit
  40. }
  41. match throwstart Roundtime
  42. matchre waitabit There is nothing else to face
  43. matchwait
  44.  
  45. throwskinnit:
  46. pause 1
  47. put get %rh
  48. gosub skinit
  49. return
Add Comment
Please, Sign In to add comment