adrianhmartinez Posted October 10, 2013 Share Posted October 10, 2013 (edited) Failed when compiling Line 20: [Error] (20:1): Identifier expected in script var x, y, c: Integer; procedure move1; Begin movemousesmooth (679, 304); wait (6000); end; procedure move2; Begin movemousesmooth (239, 542); wait (6000); end; Begin repeat c:=c+1; (move1) <-------------------------------- line 20 Wait(6000); (move2) until(c>=20) end. - - - Updated - - - ok nvm i think i fixed it the parenthesis were making the error Begin repeat c:=c+1; move1; Wait(6000); move2; until(c>=20) end. Edited October 10, 2013 by adrianhmartinez Quote Link to comment Share on other sites More sharing options...