program Awesomestuff;
{$I SRL/SRL.simba}
var
x, y: integer;
Procedure Login;
Begin
(i deleted this because it contained password)
end;
Procedure Loggedout;
Begin;
(FindColor(x, y, 12364441,MMX1, MMY1, MMX2, MMY2));
end;
begin
SetupSRL;
ActivateClient;
if(Loggedout) then
Login;
end.
im getting an error ([Error] (77:1): Type mismatch at line 76
Compiling failed.) i highlighted the area in orange, bear with me this is my first script.


Reply With Quote


