Advertisement
Rainja182

Scraping

Apr 21st, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. #Scraping
  2.  
  3. START:
  4. put tend my tail
  5. put stow my lotion
  6. put get my scraper
  7.  
  8. HIDE:
  9. pause 1
  10. put get hide from my %1
  11. match scrapehide You carefully remove
  12. match scrapehide You get a
  13. match pelt What were you referring
  14. matchwait
  15.  
  16. PELT:
  17. pause 1
  18. put get pelt from my %1
  19. match SCRAPEPELT You carefully remove
  20. match SCRAPEPELT You get a
  21. match skin What were you referring
  22. matchwait
  23.  
  24. SKIN:
  25. pause 1
  26. put get skin from my %1
  27. match scrapeskin You carefully remove
  28. match scrapeskin You get a
  29. match END What were you referring
  30. matchwait
  31.  
  32. SCRAPEHIDE:
  33. pause 1
  34. put get my scraper
  35. put scrape my hide
  36. match SCRAPEHIDE You scrape
  37. match CUREHIDE as you can make it!
  38. match WASTE ruined beyond repair
  39. matchwait
  40.  
  41. CUREHIDE:
  42. pause 1
  43. put stow my scraper
  44. put get lotion
  45. put pour lotion on my hide
  46. waitfor roundtime
  47. pause 1
  48. put put my hide in my %2
  49. goto START
  50.  
  51. SCRAPEPELT:
  52. pause 1
  53. put get my scraper
  54. put scrape pelt
  55. match SCRAPEPELT You scrape
  56. match CUREPELT as you can make it!
  57. match WASTE ruined beyond repair
  58. matchwait
  59.  
  60. CUREPELT:
  61. pause 1
  62. put stow my scraper
  63. put get my lotion
  64. put pour lotion on my pelt
  65. waitfor roundtime
  66. pause 1
  67. put put pelt in my %2
  68. goto START
  69.  
  70. SCRAPESKIN:
  71. pause 1
  72. put get my scraper
  73. put scrape skin
  74. match SCRAPESKIN You scrape
  75. match CURESKIN as you can make it!
  76. match WASTE ruined beyond repair
  77. matchwait
  78.  
  79. CURESKIN:
  80. pause 1
  81. put stow my scraper
  82. put get lotion
  83. put pour lotion on skin
  84. waitfor roundtime
  85. pause 1
  86. put put skin in my %2
  87. goto START
  88.  
  89. WASTE:
  90. put put hide in bin
  91. put put pelt in bin
  92. put put skin in bin
  93. put put drop pelt
  94. goto START
  95.  
  96. END:
  97. put stow right
  98. put stow left
  99. echo ######################################
  100. echo ######## COMPLETED! ##########
  101. echo ######################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement