AutoHotKey:SetTimer, agent, 50 agent: lastline := getChatLineEx() if (RegExMatch(lastline, "SMS:\[RIELT\]: Дом эконом класса \[№(\d\d)\]\. Гос: \d\d\d?\.\d\d\d?\.", number)) { SendChat("/hm " number1 "") } Return
Error: Call to nonexistent function.
Specifially: getChatLineEx()
Line#
001: Settime,agent,50
002: lastline:-getChatLineEx()
...
008: Exit
The program will exit.