I've just gotten into scripting, and I need a little help with the SRL procedure MMouse...
My script looks like this:
program MMouseTest;
procedure MMouse;
begin
MMouse(352,1009,10,10);
end;
begin
MMouse
end.
My debug box says:
Line 5: [Error] (5:23): Invalid number of parameters in script
I'm not sure what the numbers after the coordinates are, but it says they must be integers, so I just filled them in with 10's, maybe this is the problem?
Any help is appreciated, thanks in prehand


Reply With Quote





