Back to "tasteid" skill

Train Taste Identification by Jaseowns

Related: TasteID training

Description: This script will attempt to train your taste id up to 100. It uses a wedge of cheese or targeting yourself if you have none (requires 50 skill)

1while skill "Taste Identification" < 100
2    if not targetexists
3       useskill "TasteIdentification"
4       wft 500
5    endif
6    if findtype "wedge%s% of cheese" backpack as food
7        target food
8        wait 2000
9    elseif skill "Taste Identification" >= 50
10        target backpack 
11        wait 11000
12    else 
13        overhead "Add some cheese to your backpack or train to 50 skill!" 34
14        stop
15    endif
16endwhile