Hello,
i have maked a script that needs to responds to only 1 person
but he doesnt respond or something.
so i hope that some one could look at it and can and want help me..
Code:program Auto_Responder; {.include srl/srl.scar} var text,ghostly018:string; procedure Respond; begin text :=(GetTextAtEx(18, 415, 7, SmallChars, False, False, 0, 0, 0, 50, False, tr_allChars)); if(text=ghostly018)then begin if (InChat('Hi'))then typeSend('ahsdhdfd'); end; end; begin; SetupSRL; repeat Respond; until(false); end.


Reply With Quote


