Jump to content
BryceTheCoder

Can you make scar READ what other players say in the chatbox?

Recommended Posts

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']) then

begin

DoStuff;

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...