Easy Herding and Animal Lore by cerealfordinner
Description from the author:
if not varexist "my_training_target"
setvar "my_training_target"
endif
if skill "animallore" < 80
useskill "animallore"
wft 500
target "my_training_target"
wait 2000
endif
if skill "Herding" < 80
if findtype "shepherd's crook" backpack as crook
dclick crook
wft 500
target "my_training_target"
wait 2000
else
overhead "Need a crook" 34
wait 1000
endif
endif
replayWork in progress, first script thrown together to get my herding and animal lore up while I wail on the training dummy on shelter island.