hi what i want to do i somthing like
click continue( like four time)
choose an option from the npc(like 'hello')
then click continue again
how can i do that??
thanks
hi what i want to do i somthing like
click continue( like four time)
choose an option from the npc(like 'hello')
then click continue again
how can i do that??
thanks
Simba Code:repeat
inc(Cont);
ClickContinue(false, true);
until (FindNPCChatText('hello', clickleft) or (Cont = 3));
ClickContinue(false, true);
kk, ill try this. thanks
it works for clicking continue but it doen't click the option
nvm, it click the option but doesn't click continue again after choosing the option
Triple post X( add a begin
Simba Code:MakeCompass('N');
Repeat
repeat
ClickToContinue;
until(ClickToContinue = False);
wait(500);
FindNPCChatText('es', ClickLeft);
wait(2000);
Inc(Tries);
Until(Whatever other condition or (Tries > 7));
There are currently 1 users browsing this thread. (0 members and 1 guests)