RaenGar Posted July 10, 2007 Posted July 10, 2007 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?
someone Posted July 10, 2007 Posted July 10, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now