Im pretty new to scar, and trying to make my first script.
But i got a problem.
See, i have:
procedure attackLesser;
begin
if findcolortolerance(x, y, LesserColor1, 0, 0, 700, 500, 5) or
findcolortolerance(x, y, LesserColor2, 0, 0, 700, 500, 5) then
begin
Mouse(x ,y, 0, 0, false)
ChooseOption('Lesser demon')
wait(3000+random(3000))
end;
end;
He finds the lesser, but sometimes its left clicking on the lesser. I want him right click > attack. Sometimes it does, but when it does , its clicks examine lesser. How can i fix this?
Btw, i tried, ChooseOption('Attack Lesser demon'), but it doesnt work.
I appriciate help.
Thanks
(sorry for my bad english, im not english u know :P )


Reply With Quote






