SCAR Code:MouseSpeed:=8+Random(3);
I get this error on that line:
SCAR Code:Line 7: [Error] (15889:1): Duplicate identifier '' in script
EDIT: heres most of that part:
SCAR Code:Const
MonkColor=12172221;
Betweentime = 3;
MouseSpeed:=8+Random(3);
Var x1,y1:Integer;
function FindMonk: Boolean;
How can I fix that?
