Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help With Chat Moderation Macro
#1
I'm creating a macro to help with a group chat site. I've created a fairly successful macro using another software but QM has a bit of a learning curve that I've yet to master haha.

Basically, what I want this macro to do is detect certain words in the group chat and output a certain line of text.

The active window will be Google Chrome with the group chat website open, and the cursor on the message box ready for the macro to input text on it and hit the enter key for the message to send.

I'm guessing I will be using the window text variable?

Also, can this be set to repeat on infinite?
#2
Quote:detect certain words in the group chat

To get text, can be used either
1. Select all text in the chat text area and copy to a variable.
2. Or find the text area accessible object and get its value.

Then the easy part - find the words in the variable text.

And it can be repeated.
#3
sounds like you're headed for a clbuttic error. Big Grin
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)