Tanner (script): Difference between revisions

From Elanthipedia
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...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
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
Line 39: Line 39:
wait
wait
put stow lotion
put stow lotion
put put hide in %3
put put %1 in %3
pause 1
pause 1
goto Start
goto Start

Latest revision as of 21: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