Error with this code at line 100
Error is ''Identifier expected in script''Procedure LumbyToFally;
Var
I: Integer;
Path: TPointArray;
Begin
Path := PathToFally;
for i := 0 to High(Path) do
Begin
Makecompass('n');
SetAngle(True);
WalkToTile(Path[i], 2, 1); <-- error
(GetMMLevels('run', t) >= 98);
SetRun(True);
R_Flag;
Flag;
end;
end;



Reply With Quote



maby you set the path function wrong, or a syntax error.




.



