im getting the error: colon (':') expected in script... its onthe line that says this line.
i have a feeling its something simple too...
SCAR Code:5: begin
case random(3) of
0: CompWay:= 'N';
1: CompWay:= 'E';
2: CompWay:= 'S';
3: CompWay:= 'W';
MakeCompass('N'); //this line
wait(10 + random(5));
MakeCompass(CompWay);
wait(10 + random(5));
MakeCompass('N');
end;


Reply With Quote





