ok I have been unable to find how you script a way to talk to npc like when you click on talk you then have to chose "Hello" or "Please take me to" in the chat box but i have ben able to find other little things and form the information it works with all text
and came up with this even tho I have no idea if it's right thats why im posting
SCAR Code:function GetTextAtEx(96, 38, 0, ChatChars, False, False, 0, 0, 1, 0, True, tr_NormalChars)
wait(30+random(40))
if(GetTextAtEx(x,y,'Hello',tr_AlphaNumericChars,0))then
begin
mouse(x,y,1,1,true)
end;


Reply With Quote


