I get this error:
SCAR Code:Line 30: [Error] (18071:1): Semicolon (';') expected in script...
and my line 30 is like this:
SCAR Code:29-procedure CutTree
30-begin
31- repeat
32- FindObj(a,b,'Tree',treecolor,5);
33- Mouse(a,b,2,2,true);
34- wait(4000+random(3000))
35- login;
36- FindNormalRandoms;
37- FindHead;
38- until(Invfull)
39-end;
Can someone tell how to fix this?
Yeah, i know im noob![]()


:
Reply With Quote





