BryceTheCoder Posted January 22, 2012 Share Posted January 22, 2012 Hey (for runescape bots) i was wondering in OSI ofcource and i was wondering if you can do something to get what an online players has said into the chat box and you can be: if theySay.Contains(['Hi', 'hello', 'sup']) thenbeginDoStuff;end;[code] Idk if thats what "GetChatTextEx" does ? I have never used that. Is that what its for? orrrr? idk.. Basically trying to make a good auto talker Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted January 22, 2012 Share Posted January 22, 2012 Your question is worded weird, but i think your asking to read what people say in the chat box? or what game text is in the box? If you take a look into the Chat.Scar include * function GetCurrentChat: Integer; By: Wanted * function GetChatTabBounds(ChatTab: Integer): TBox; By: Wanted * function GetChatStatus(Chat: Integer): Integer; By: Wanted * function SetChat(Chat, State: Integer): Boolean; By: Wanted * function SetChats(Chats, States: TIntegerArray): TBooleanArray; By: Wanted * function FixChat: Boolean; By: Wanted * function GetChatLineBounds(Line: Integer): TBox; By: Wanted * function GetChatTextEx(Line, TextColor: Integer): string; By: Wanted Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted January 22, 2012 Author Share Posted January 22, 2012 yaa its "GetChatTextEx" thnx:) Quote Link to comment Share on other sites More sharing options...