mvgulik wrote:foomanchu wrote:kt and the groovy bot from this thread are quite different
what would work for groovy bot (cant remember if i tried it before) will not work for kt, and vice versa)
Bummer.
A "KT-Client Scripting" topic seems not a bad idea in that case.and there is an example script for kt client that shows how to interact with signposts called buildwindow
heres a line from it for building a cupboard
findWindow('Cupboard')?.findButton("Build")?.click()
Yep. I know. But that's for 'after' creating the built sign.
The problem I'm having is how to get/select the item you like to start building. (so 'before' you actually create the built-sign.)
oh my bad.. misread and thought how to click build button
if you downloaded the clients from this forum, you should have some scripts already in your folder..
check out the cupboard building script
sendAction("bp","cupboard");
Thread.sleep(200);
mapPlace(0,1,1,0);