Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Left click?

Joined
Mar 27, 2015
Messages
109
How do i force the bot to left click when interacting with an object rather than right clicking?
Thanks in advance.
 
Joined
Dec 18, 2014
Messages
398
The interface Interactable has the method click(), if that's what you're looking for. Interfaces that extend Interactable, such as Npc and GameObject, inherit this method.

Edit: Also, please unmark this thread as a bug. Because it doesn't talk about a bug :p
 
Joined
Mar 27, 2015
Messages
109
The interface Interactable has the method click(), if that's what you're looking for. Interfaces that extend Interactable, such as Npc and GameObject, inherit this method.

Edit: Also, please unmark this thread as a bug. Because it doesn't talk about a bug :p
Thanks for you reply,
The forums will not allow you to post in this section without a prefix on the topic, that was the only option :\
OT: Thank you, that worked. Just made my script 3x faster :p
 
Top