is there a way to have the script use 'feast' at a table?
edit: a way to get the stats of an animal? with name of stat with the number? if so, i want to make a bot that would check each animal for stats and record them to a txt file, or better yet, modify an excel sheet
and is there a mining option? with possible hardness information (% per mining tick). maybe what kind of mine wall i'm digging but i can check by looking at the rock that falls out. i hope to be able to have a script to do simple mining in search of minerals
possible for a simple left click on a tile would solve most cases

edit again: can't use highlighted objects due to error
- Code: Select all
java.lang.ClassCastException: org.mozilla.javascript.UniqueTag cannot be cast to org.mozilla.javascript.Function
at haven.Evaluator.call(Evaluator.java:139)
at haven.ChatUI$MultiChat.lambda$uimsg$0(ChatUI.java:805)
at haven.Evaluator.lambda$new$0(Evaluator.java:39)
at java.lang.Thread.run(Unknown Source)
another edit: is there a way to get an array of items in study? and any way to get the quality of an item? even if that is only the item that is on the mouse/in hand?