Tanner (script): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Script |cat=crafting, survival, utility |fe=StormFront |auth=Sagadin }} ==Description== This script will scrape a hide/pelt and apply a single dose of lotion to turn it int...") |
(→Script) |
||
Line 39: | Line 39: | ||
wait |
wait |
||
put stow lotion |
put stow lotion |
||
put put |
put put %1 in %3 |
||
pause 1 |
pause 1 |
||
goto Start |
goto Start |
Revision as of 21:15, 30 July 2020
Tanner (script) | |
---|---|
Category | crafting,survival,utility |
Front-end | StormFront |
Author | Sagadin |
Description
This script will scrape a hide/pelt and apply a single dose of lotion to turn it into workable leather.
Script
#/Tanner <hide/pelt> <Hide Container> <Finished Container> Start: put get my %1 from my %2 match Go you get match exit What were you matchwait Go: put get my scraper wait Scrape: put scrape %1 with my scraper careful match scrape ...wait match Lotion looks as clean match Scrape Roundtime matchwait Lotion: put stow scraper put get lotion wait put pour lotion on my %1 pause 1 wait put stow lotion put put %1 in %3 pause 1 goto Start Exit: exit