View Full Version : How to make bot type?
how do you make the bot type something as a response to text in the game chat window?
Roflme
11-18-2012, 09:19 PM
if FindChatBoxText(Text: string; Line: Integer; TextCol: Integer) then
TypeSend(); // put whatever message you want it to say here
Ex:
if FindChatBoxText('Hello', 8, clChat) then
TypeSend('Hello!');
Check out the includes for more text/chat functions.
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.