what is Identifier?
i get this:
Line 3: [Error] (3:1): Identifier expected in script
my script:
SCAR Code:program FindLogin;
begin
procedure ClickMouseSpline(352, 176, 413, 189: Integer; Left: True);
end;
end.
i just want my mouse to find and click the login button.

