1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Left click?

Discussion in 'Developer Support' started by chad, Oct 4, 2015.

  1. chad

    Joined:
    Mar 27, 2015
    Messages:
    109
    Likes Received:
    19
    How do i force the bot to left click when interacting with an object rather than right clicking?
    Thanks in advance.
     
  2. Best Answer:
    Post #2 by Philosobyte, Oct 4, 2015
  3. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    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
     
  4. chad

    Joined:
    Mar 27, 2015
    Messages:
    109
    Likes Received:
    19
    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 bot 3x faster :p
     

Share This Page

Loading...