Advertisement
Whiteaxe

fletch3

Dec 15th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. haste!
  2. if settings['fletch_flip'] =~ true
  3. fput "flip my shaft"
  4. return
  5. end
  6. if settings['fletch_drilling'] =~ true
  7. fput "get my #{settings['fletch_drill']} from my #{settings['fletch_sack']}"
  8. fput "turn my #{settings['fletch_drill']}"
  9. waitrt?
  10. fput "put my #{settings['fletch_drill']} in my #{settings['fletch_sack']}"
  11. fput "get my #{settings['fletch_arrowhead']} from my #{settings['fletch_sack']}"
  12. fput "turn my #{settings['fletch_arrowhead']}"
  13. return
  14. elsif
  15. get_knife(settings)
  16. put "cut my shaft with my #{settings['fletch_knife']}"
  17. put "cut my shaft with my #{settings['fletch_knife']}"
  18. check = matchtimeout 6, "With a few quick cuts,", "Working a bit too hastily, you slice the end right off!"
  19. if check == false
  20. echo "didnt see you cut the shaft for some reason, stopping"
  21. exit
  22. end
  23. end
  24. waitrt?
  25. stow("left",settings['fletch_sack'])
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement