i'm wondering if it is possible for AHK to read chatlog and everytime a specific message is sent the autohotkey then sends automatically another command.
for example of what i mean:
a guy asks for license, everytime autohotkey detects the message in chat for example
```
* Fun_ky (level 13) requested an instructor (RO). To accept his request use (/accept needlicense 440).
```
it responds by executing the command to accept needlicense the player id who asked.
in short:
1) autohotkey reads "...(/accept needlicense...."
2) it automatically types /accept needlicense (player id that asked for score)
is it possible and how?
for example of what i mean:
a guy asks for license, everytime autohotkey detects the message in chat for example
```
* Fun_ky (level 13) requested an instructor (RO). To accept his request use (/accept needlicense 440).
```
it responds by executing the command to accept needlicense the player id who asked.
in short:
1) autohotkey reads "...(/accept needlicense...."
2) it automatically types /accept needlicense (player id that asked for score)
is it possible and how?