Ok, this script would be almost my first attempt at a script, i was going fine until now. I seem to be getting this error and I don't know what is wrong.
[Error] (14458:4): Identifier expected
this is the procedure I think that has the problem because, before i added it i had no problem.
SCAR Code:Procedure WalkIn;
begin
if(FindColor(A,B,MinimapFlaxColor,559,18,759,188)) then
begin
MoveMouse(A,B);
wait(800);
ClickMouse(A,B,true);
wait(800);
Flag;
wait(800);
end;


Reply With Quote


i'll try and fix it up
