So ive been looking at all the tuts and decided to try to start with the basics.
so I keep getting error after error with my script and im wondering whats going on...Ive been following other scripts and guides on the forums but nothing seems to fix my errors. Anyways hered whats happened with what I got so far.
program MyFirstWoodcutter;
{.Include SRL\SRL.Scar}
procedure cutter;
begin
movemouse(318,132);
ClickMouse(318,132,true);
end;
end.
Is this correct?
errors I got: (I fixed the first 2, I think)
Line 6: [Error] (16114:28): Invalid number of parameters in script
Failed when compiling
[Error] (16115:4): Semicolon (';') expected
Failed when compiling
[Error] (16116:4): Semicolon (';') expected
Failed when compiling
[Error] (16117:1): 'BEGIN' expected
Failed when compiling
[Error] (16117:1): 'BEGIN' expected
BEGIN on line 1?


Reply With Quote














