Dashboard
-
Posts
1416 -
Joined
-
Last visited
-
Days Won
8 -
Feedback
100%
Community Answers
-
Dashboard's post in OSBot 2.xx MouseListener? was marked as the answer
Implement MouseListener in your main class (the class that extends Script).
In onStart() add this line - bot.addMouseListener(this);