Tanner (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
 
Line 17: Line 17:
put get my %1 from my %2
put get my %1 from my %2
match Go you get
match Go you get
match exit What were you
match Exit What were you
matchwait
matchwait


Line 26: Line 26:
Scrape:
Scrape:
put scrape %1 with my scraper careful
put scrape %1 with my scraper careful
match scrape ...wait
match Scrape ...wait
match Lotion looks as clean
match Lotion looks as clean
match Scrape Roundtime
match Scrape Roundtime

Latest revision as of 22:57, 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