Okay so i am reading JAD's Tutorial on basic SRL commands and... i cant get past the first step... =( embarrassing.
This is the code.
SCAR Code:procedure Example1;
var
x,y: Integer; /////GSG
begin
if(FindColor(x,y,32768,0,0,500,500))then
MMouse(x,y,0,0);
end.
This is the problem when i try to run it.
Failed when compiling
Line 8: [Error] (8:1): Unknown identifier 'MMouse' in script


Reply With Quote



