Skip to content

Right clicking on a window slot! #2173

Answered by WhoTho
tascord asked this question in Q&A
Discussion options

You must be logged in to vote

Hey!

I hope this code helps

bot.on("windowOpen", (window) => {
console.log("window open");
//console.log(window) if you want to see the info of the window thats up
bot.clickWindow(9, 1, 0); //slots start with the number 0 and 1 is for right click https://wiki.vg/Protocol#Click_Window
});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tascord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants