Quote:
Originally Posted by Mikka
my log file is under users/myname/appdata/local/pokerstars
I dont know how to edit the line in the script to that location. Would really appreciate your help 
|
Change this line:
Code:
_FILE := A_ProgramFiles . "\PokerStars\PokerStars.log.0"
to
Code:
_FILE := C . "\Users\Myname\AppData\Local\PokerStars\PokerStars.log.0"
(or whatever the appropriate path is, if the hard drive is D change the A to a D)
As _dave_ mentioned, you can uncomment the first msgbox line and that will tell you as soon as you open the lobby if the script is reading the log file by popping up some message boxes.