jemxx / autobot

Autobot for TSO
3 stars 2 forks source link

Разночтения в именах переменных #81

Closed BasilMas closed 2 years ago

BasilMas commented 2 years ago

тут https://github.com/jemxx/autobot/blob/c0c99cd0bd20770710f481da70b92ecb0d27376a/globalfuncWAR.au3#L2555 и тут https://github.com/jemxx/autobot/blob/c0c99cd0bd20770710f481da70b92ecb0d27376a/globalfuncWAR.au3#L2594

надо изменить $hWnd = WinWait($WinTitle) на

$hWnd = WinWait($windowTitle)

или сократить до WinActivate(WinWait($windowTitle))