Jump to content

Defining a string i need to write a file


Recommended Posts

Hello, here's what I need to be made:

In a chat window, to look for a string that contains some certaing symbol (say, "!"), ar even better - a certain word ("bye") and to write it to a file.

Im also not sure how to do it the best way; I used MouseClick(), Send("^c{enter}") then ClipGet() for every string, but there must be a better way for that too?

Link to comment
Share on other sites

Read up on ControlGetText and StringinStr. Once you get the text from the chat window stringinstr will allow you to search the line of text for a certain substring (in this case your substring is the word bye)

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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