Cappelle

Hiding/Stealth Training

Mar 18th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. while not dead and skill 'hiding' < 80
  2. useskill 'hiding'
  3. pause 11000
  4. endwhile
  5. while not dead and skill 'stealth' < 100
  6. walk "West"
  7. walk "west"
  8. pause 300
  9. walk "North"
  10. walk "North"
  11. pause 300
  12. walk "East"
  13. walk "East"
  14. pause 300
  15. walk "South"
  16. walk "South"
  17. pause 300
  18. walk "West"
  19. walk "west"
  20. pause 300
  21. walk "North"
  22. walk "North"
  23. pause 300
  24. walk "Southeast"
  25. walk "Southeast"
  26. pause 300
  27. while not hidden
  28. pause 1000
  29. useskill 'hiding'
  30. endwhile
  31. endwhile
  32. while not dead and skill 'hiding' < 100
  33. useskill 'hiding'
  34. pause 11000
  35. endwhile
Add Comment
Please, Sign In to add comment