Train Taste Identification by Jaseowns
Description from the author:
while skill "Taste Identification" < 100
if not targetexists
useskill "TasteIdentification"
wft 500
endif
if findtype "wedge%s% of cheese" backpack as food
target food
wait 2000
elseif skill "Taste Identification" >= 50
target backpack
wait 11000
else
overhead "Add some cheese to your backpack or train to 50 skill!" 34
stop
endif
endwhileThis 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)