John
05-12-2012, 02:27 AM
That's one of my functions and it won't compile keep getting:
[Error] (348:37): Type mismatch at line 347
With This Line HighLighted:
if OptionsExist('nteract', False) then
Function CheckFamiliar: boolean;
begin
MouseBox(700, 136, 714, 148, MOUSE_RIGHT);
if OptionsExist('nteract', False) then
begin
Result:= True
WriteLn('We Still have our Graahk');
end else
begin
Result:= False
WriteLn('We Need A New Graahk');
end;
end;
I can't post full script since it's a Nature RuneCrafter.
All help Appreciated :)
[Error] (348:37): Type mismatch at line 347
With This Line HighLighted:
if OptionsExist('nteract', False) then
Function CheckFamiliar: boolean;
begin
MouseBox(700, 136, 714, 148, MOUSE_RIGHT);
if OptionsExist('nteract', False) then
begin
Result:= True
WriteLn('We Still have our Graahk');
end else
begin
Result:= False
WriteLn('We Need A New Graahk');
end;
end;
I can't post full script since it's a Nature RuneCrafter.
All help Appreciated :)