I wanted to know how to make something like an autresponder for my bot. I was wondering if you just type something like:
Something like that mabey?Code:Procedure Responder; Begin If FindText('TEXTHERE') Then TypeSend('RESPONCEHere') End; Begin If FindText('TEXTHERE') Then TypeSend('RESPONCEHere') End; Begin If FindText('TEXTHERE') Then TypeSend('RESPONCEHere') End;


Reply With Quote















)





. That enables you to always check for ingame-text-chat while your bot is running without calling your procedure manually. - 
