Jump to content

Typing


MidnightBlue

Recommended Posts

I'm making a private price checker bot for my clan chat, here's the code I'm using.

 

client.typeString("/" + args[1] + " - " + (price == 0 ? "not tradable" : price));

Is there a way I can set the typing speed or the interval in milliseconds per character, such as:

 

client.setTypingSpeed(7);

If there's any possible way to do this, it would be greatly appreciated if you could help me out. Thanks in advanced. (:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...