Tanner (script)

From Elanthipedia
Jump to navigation Jump to search
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