Advertisement
moctga

Untitled

Oct 16th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. var skin skin
  2. var work.storage duffel bag
  3. var tanned.skins 0
  4.  
  5.  
  6. Start:
  7. pause .5
  8. put get my hide scraper
  9. waitforre ^You get
  10. put get my %skin from bundle
  11. matchre Scrape ^You get|^You carefully
  12. matchre Skins ^I could not find|^What were you
  13. matchwait
  14.  
  15. Scrape:
  16. pause
  17. put scrape %skin with my scraper
  18. matchre Scrape Roundtime
  19. matchre Proceed The skin looks as clean as you can make it\.|^The skin looks as clean as you can make it\!
  20. matchwait
  21.  
  22. Proceed:
  23. pause
  24. put stow scraper
  25. waitforre ^You put your
  26.  
  27. Lotion:
  28. pause
  29. put get my lotion
  30. matchre Pour.Lotion ^You get
  31. matchre Supplies.Needed ^I could not find|^What were you
  32. matchwait
  33.  
  34.  
  35. Pour.Lotion:
  36. pause .5
  37. put pour lotion on %skin
  38. waitforre Roundtime
  39. pause
  40. put put my %skin in my %work.storage
  41. pause
  42. put stow lotion
  43. pause .3
  44. math tanned.skins add 1
  45. pause .1
  46. echo You have tanned %tanned.skins so far.
  47. goto Start
  48.  
  49. ###############################
  50.  
  51. Skins:
  52. echo You are out of skins to cure.
  53. goto End
  54.  
  55. Supplies.Needed:
  56. echo You are out of lotion to cure.
  57. goto End
  58.  
  59.  
  60. End:
  61. echo Script complete.
  62. #parse Tanning complete!
  63. pause .1
  64. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement