That's one of my functions and it won't compile keep getting:
Simba Code:
[Error] (348:37): Type mismatch at line 347
With This Line HighLighted:
Simba Code:
if OptionsExist('nteract', False) then
Simba Code:
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